Lines Matching defs:requested
1369 * of requested queues or reducing the demand from other features such as
1394 int bar, queues, vectors, requested;
1436 * Clamp the number of queue pairs to the minimum of the requested Tx
1459 requested = rdma + queues + 1;
1460 /* Add extra vectors requested by the user for later subinterface
1465 requested += extra_vectors;
1467 vectors = requested;
1476 if (vectors < requested) {
1477 int diff = requested - vectors;
1480 requested, vectors);
1485 * The OS didn't grant us the requested number of vectors.
1524 /* Split resulting vectors back into requested splits */
1606 "iflib requested %d Tx queues, and %d Rx queues, but the driver isn't able to support a differing number of Tx and Rx queues\n",
1693 * @mtu: the MTU requested
1901 * Called by iflib when a media change is requested. This operation is not
2843 * ice_handle_pf_reset_request - Initiate PF reset requested by software
2846 * Initiate a PF reset requested by software. We handle this in the admin task
4100 "iflib requested %d Tx queues, and %d Rx queues, but the driver isn't able to support a differing number of Tx and Rx queues\n",
4107 "%s: Not enough spare (%d) msix vectors for new sub-interface requested (%d)\n",