Lines Matching defs:queue

612  * @qtype:	Type of queue to retrieve configuration for
658 * @qtype: Type of queue this configuration applies to
762 * @qtype: Type of queue to receive QDID for
1272 * queue defined by the tc_id and flow_id
1275 * @flow_id: Selects the specific queue out of the set allocated for the
1463 * @qtype: Type of queue - Rx, Tx and Tx confirm types are supported
1504 * dpni_set_queue() - Set queue parameters
1508 * @qtype: Type of queue - all queue types are supported, although
1511 * @index: Selects the specific queue out of the set allocated for the
1514 * configuration options are set on the queue
1515 * @queue: Queue structure
1526 const struct dpni_queue *queue)
1540 cmd_params->dest_id = cpu_to_le32(queue->destination.id);
1541 cmd_params->dest_prio = queue->destination.priority;
1542 dpni_set_field(cmd_params->flags, DEST_TYPE, queue->destination.type);
1543 dpni_set_field(cmd_params->flags, STASH_CTRL, queue->flc.stash_control);
1545 queue->destination.hold_active);
1546 cmd_params->flc = cpu_to_le64(queue->flc.value);
1547 cmd_params->user_context = cpu_to_le64(queue->user_context);
1554 * dpni_get_queue() - Get queue parameters
1558 * @qtype: Type of queue - all queue types are supported
1560 * @index: Selects the specific queue out of the set allocated for the
1562 * @queue: Queue configuration structure
1573 struct dpni_queue *queue,
1597 queue->destination.id = le32_to_cpu(rsp_params->dest_id);
1598 queue->destination.priority = rsp_params->dest_prio;
1599 queue->destination.type = dpni_get_field(rsp_params->flags,
1601 queue->flc.stash_control = dpni_get_field(rsp_params->flags,
1603 queue->destination.hold_active = dpni_get_field(rsp_params->flags,
1605 queue->flc.value = le64_to_cpu(rsp_params->flc);
1606 queue->user_context = le64_to_cpu(rsp_params->user_context);
1656 * dpni_set_taildrop() - Set taildrop per queue or TC
1664 * @index: Index of the queue if the DPNI supports multiple queues for
1708 * @index: Index of the queue if the DPNI supports multiple queues for
1836 * If cfg.enable is set to 0 the packets will be sent to the default queue