Home
last modified time | relevance | path

Searched refs:ring_type (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ring.c343 uint32_t ring_type, in bnxt_set_db() argument
352 switch (ring_type) { in bnxt_set_db()
371 switch (ring_type) { in bnxt_set_db()
393 uint8_t ring_type; in bnxt_alloc_cmpl_ring() local
426 uint8_t ring_type; in bnxt_alloc_rxtx_nq_ring() local
507 uint8_t ring_type; in bnxt_alloc_rx_ring() local
536 uint8_t ring_type; in bnxt_alloc_rx_agg_ring() local
670 uint8_t ring_type; in bnxt_alloc_hwrm_rings() local
741 ring_type, in bnxt_alloc_hwrm_rings()
762 uint8_t ring_type; in bnxt_alloc_async_cp_ring() local
[all …]
H A Dbnxt_hwrm.h160 uint32_t ring_type, uint32_t map_index,
164 struct bnxt_ring *ring, uint32_t ring_type);
H A Dbnxt_hwrm.c1526 uint32_t ring_type, uint32_t map_index, in bnxt_hwrm_ring_alloc() argument
1545 switch (ring_type) { in bnxt_hwrm_ring_alloc()
1547 req.ring_type = ring_type; in bnxt_hwrm_ring_alloc()
1556 req.ring_type = ring_type; in bnxt_hwrm_ring_alloc()
1573 req.ring_type = ring_type; in bnxt_hwrm_ring_alloc()
1583 req.ring_type = ring_type; in bnxt_hwrm_ring_alloc()
1588 req.ring_type = ring_type; in bnxt_hwrm_ring_alloc()
1604 ring_type); in bnxt_hwrm_ring_alloc()
1615 switch (ring_type) { in bnxt_hwrm_ring_alloc()
1663 req.ring_type = ring_type; in bnxt_hwrm_ring_free()
[all …]
H A Dhsi_struct_def_dpdk.h29512 uint8_t ring_type; member
29846 uint8_t ring_type; member
29924 uint8_t ring_type; member
30009 uint8_t ring_type; member
30154 uint8_t ring_type; member
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.c105 hns3_alloc_cmd_queue(struct hns3_hw *hw, int ring_type) in hns3_alloc_cmd_queue() argument
108 (ring_type == HNS3_TYPE_CSQ) ? &hw->cmq.csq : &hw->cmq.crq; in hns3_alloc_cmd_queue()
111 ring->ring_type = ring_type; in hns3_alloc_cmd_queue()
117 (ring_type == HNS3_TYPE_CSQ) ? "CSQ" : "CRQ", ret); in hns3_alloc_cmd_queue()
164 if (ring->ring_type == HNS3_TYPE_CSQ) { in hns3_cmd_config_regs()
H A Dhns3_mbx.h122 uint8_t ring_type; member
H A Dhns3_cmd.h36 uint8_t ring_type; /* cmq ring type */ member
H A Dhns3_ethdev_vf.c702 bind_msg.param[0].ring_type = queue_type; in hns3vf_bind_ring_with_vector()
/f-stack/freebsd/sys/
H A Dpmckern.h70 typedef enum ring_type { enum
/f-stack/dpdk/drivers/net/ena/
H A Dena_ethdev.c216 enum ena_ring_type ring_type);
219 enum ena_ring_type ring_type);
803 enum ena_ring_type ring_type) in ena_queue_start_all() argument
811 if (ring_type == ENA_RING_TYPE_RX) { in ena_queue_start_all()
820 if (ring_type == ENA_RING_TYPE_RX) { in ena_queue_start_all()
835 i, ring_type); in ena_queue_start_all()
1200 enum ena_ring_type ring_type) in ena_queue_stop_all() argument
1206 if (ring_type == ENA_RING_TYPE_RX) { in ena_queue_stop_all()