Lines Matching full:queues

48  * have a maximum of sixteen queues for all of its VSIs.
57 * queues and interrupts. After these operations are complete, the VF
58 * driver may start its queues, optionally add MAC and VLAN filters, and
223 * When reset is complete, PF must ensure that all queues in all VSIs associated
330 * all of the queues for a VF.
352 * VF sends this message to set parameters for active TX and RX queues
354 * PF configures queues and returns status.
355 * If the number of queues specified is greater than the number of queues
356 * associated with the VSI, an error is returned and no queues are configured.
357 * NOTE: The VF is not required to configure all queues in a single request.
362 /* NOTE: vsi_id and queue_id should be identical for both queues. */
379 * VF sends this message to request the PF to allocate additional queues to
380 * this VF. Each VF gets a guaranteed number of queues on init but asking for
381 * additional queues must be negotiated. This is a best effort request as it
382 * is possible the PF does not have enough queues left to support the request.
394 * VF uses this message to map vectors to queues.
395 * The rxq_map and txq_map fields are bitmaps used to indicate which queues
400 * NOTE: due to hardware requirements, all active queues (both TX and RX)
426 * The queues fields are bitmaps indicating which queues to act upon.
427 * (Currently, we only support 16 queues per VF, but we make the field
430 * NOTE: The VF is not required to enable/disable all queues in a single
583 u16 count; /* number of queues in a channel */
584 u16 offset; /* queues in a channel start from 'offset' */
707 * VF uses this message to request PF to map IWARP vectors to IWARP queues.