Home
last modified time | relevance | path

Searched refs:q_type (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev_init.c530 queue->q_type = OPDL_Q_TYPE_ORDERED; in initialise_queue()
533 queue->q_type = device->q_md[i].type; in initialise_queue()
713 } else if (queue->q_type != OPDL_Q_TYPE_SINGLE_LINK) { in initialise_all_other_ports()
725 if (queue->q_type == OPDL_Q_TYPE_ATOMIC) in initialise_all_other_ports()
766 } else if (queue->q_type == OPDL_Q_TYPE_SINGLE_LINK) { in initialise_all_other_ports()
H A Dopdl_evdev.h193 enum queue_type q_type; member
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_qp.h64 enum bcmfs_queue_type q_type; member
H A Dbcmfs_qp.c48 queue_pair_id, queue->q_type, queue->memz_name); in bcmfs_queue_delete()
128 queue->q_type = qtype; in bcmfs_queue_create()
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_controlq.c575 static enum ice_status ice_init_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_init_ctrlq() argument
582 switch (q_type) { in ice_init_ctrlq()
594 cq->qtype = q_type; in ice_init_ctrlq()
630 static void ice_shutdown_ctrlq(struct ice_hw *hw, enum ice_ctl_q q_type) in ice_shutdown_ctrlq() argument
636 switch (q_type) { in ice_shutdown_ctrlq()
/f-stack/dpdk/drivers/net/dpaa2/mc/
H A Dfsl_dpni.h1370 enum dpni_queue_type q_type,
1379 enum dpni_queue_type q_type,
/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cmdq.c483 struct hinic_wq *wq, enum hinic_cmdq_type q_type) in init_cmdq() argument
491 cmdq->cmdq_type = q_type; in init_cmdq()
/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.c4952 uint32_t q_type = 0; in bnx2x_init_eth_fp() local
4999 rte_bit_relaxed_set32(ECORE_Q_TYPE_HAS_RX, &q_type); in bnx2x_init_eth_fp()
5000 rte_bit_relaxed_set32(ECORE_Q_TYPE_HAS_TX, &q_type); in bnx2x_init_eth_fp()
5010 q_type); in bnx2x_init_eth_fp()