Searched refs:ring_type (Results 1 – 10 of 10) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ring.c | 343 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 D | bnxt_hwrm.h | 160 uint32_t ring_type, uint32_t map_index, 164 struct bnxt_ring *ring, uint32_t ring_type);
|
| H A D | bnxt_hwrm.c | 1526 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 D | hsi_struct_def_dpdk.h | 29512 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 D | hns3_cmd.c | 105 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 D | hns3_mbx.h | 122 uint8_t ring_type; member
|
| H A D | hns3_cmd.h | 36 uint8_t ring_type; /* cmq ring type */ member
|
| H A D | hns3_ethdev_vf.c | 702 bind_msg.param[0].ring_type = queue_type; in hns3vf_bind_ring_with_vector()
|
| /f-stack/freebsd/sys/ |
| H A D | pmckern.h | 70 typedef enum ring_type { enum
|
| /f-stack/dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.c | 216 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()
|