Lines Matching defs:queue
186 * dpseci_set_rx_queue() - Set Rx queue configuration
190 * @queue: Select the queue relative to number of priorities configured at
193 * @cfg: Rx queue configuration
198 u8 queue, const struct dpseci_rx_queue_cfg *cfg)
209 cmd_params->queue = queue;
221 * dpseci_get_rx_queue() - Retrieve Rx queue attributes
225 * @queue: Select the queue relative to number of priorities configured at
227 * @attr: Returned Rx queue attributes
232 u8 queue, struct dpseci_rx_queue_attr *attr)
242 cmd_params->queue = queue;
261 * dpseci_get_tx_queue() - Retrieve Tx queue attributes
265 * @queue: Select the queue relative to number of priorities configured at
267 * @attr: Returned Tx queue attributes
272 u8 queue, struct dpseci_tx_queue_attr *attr)
283 cmd_params->queue = queue;