Lines Matching full:queues
50 * have a maximum of sixteen queues for all of its VSIs.
59 * queues and interrupts. After these operations are complete, the VF
60 * driver may start its queues, optionally add MAC and VLAN filters, and
209 * When reset is complete, PF must ensure that all queues in all VSIs associated
322 * VF sends this message to set parameters for all active TX and RX queues
324 * PF configures queues and returns status.
325 * If the number of queues specified is greater than the number of queues
326 * associated with the VSI, an error is returned and no queues are configured.
329 /* NOTE: vsi_id and queue_id should be identical for both queues. */
346 * VF sends this message to request the PF to allocate additional queues to
347 * this VF. Each VF gets a guaranteed number of queues on init but asking for
348 * additional queues must be negotiated. This is a best effort request as it
349 * is possible the PF does not have enough queues left to support the request.
361 * VF uses this message to map vectors to queues.
362 * The rxq_map and txq_map fields are bitmaps used to indicate which queues
388 * The queues fields are bitmaps indicating which queues to act upon.
389 * (Currently, we only support 16 queues per VF, but we make the field
545 * VF uses this message to request PF to map IWARP vectors to IWARP queues.