Searched refs:ring_type (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ring.c | 349 uint32_t ring_type, in bnxt_set_db() argument 356 switch (ring_type) { in bnxt_set_db() 383 switch (ring_type) { in bnxt_set_db() 412 uint8_t ring_type; in bnxt_alloc_cmpl_ring() local 444 uint8_t ring_type; in bnxt_alloc_rxtx_nq_ring() local 483 ring_type = HWRM_RING_ALLOC_INPUT_RING_TYPE_NQ; in bnxt_alloc_rxtx_nq_ring() 526 uint8_t ring_type; in bnxt_alloc_rx_ring() local 531 rc = bnxt_hwrm_ring_alloc(bp, ring, ring_type, in bnxt_alloc_rx_ring() 556 uint8_t ring_type; in bnxt_alloc_rx_agg_ring() local 775 uint8_t ring_type; in bnxt_alloc_async_cp_ring() local [all …]
|
| H A D | bnxt_hwrm.h | 182 uint32_t ring_type, uint32_t map_index, 186 struct bnxt_ring *ring, uint32_t ring_type,
|
| H A D | bnxt_hwrm.c | 1686 uint32_t ring_type, uint32_t map_index, in bnxt_hwrm_ring_alloc() argument 1705 switch (ring_type) { in bnxt_hwrm_ring_alloc() 1707 req.ring_type = ring_type; in bnxt_hwrm_ring_alloc() 1716 req.ring_type = ring_type; in bnxt_hwrm_ring_alloc() 1733 req.ring_type = ring_type; in bnxt_hwrm_ring_alloc() 1743 req.ring_type = ring_type; in bnxt_hwrm_ring_alloc() 1748 req.ring_type = ring_type; in bnxt_hwrm_ring_alloc() 1764 ring_type); in bnxt_hwrm_ring_alloc() 1775 switch (ring_type) { in bnxt_hwrm_ring_alloc() 1827 req.ring_type = ring_type; in bnxt_hwrm_ring_free() [all …]
|
| H A D | hsi_struct_def_dpdk.h | 37755 uint8_t ring_type; member 38155 uint8_t ring_type; member 38260 uint8_t ring_type; member 38358 uint8_t ring_type; member 38519 uint8_t ring_type; member
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_cmd.c | 99 hns3_alloc_cmd_queue(struct hns3_hw *hw, int ring_type) in hns3_alloc_cmd_queue() argument 102 (ring_type == HNS3_TYPE_CSQ) ? &hw->cmq.csq : &hw->cmq.crq; in hns3_alloc_cmd_queue() 105 ring->ring_type = ring_type; in hns3_alloc_cmd_queue() 111 (ring_type == HNS3_TYPE_CSQ) ? "CSQ" : "CRQ", ret); in hns3_alloc_cmd_queue() 158 if (ring->ring_type == HNS3_TYPE_CSQ) { in hns3_cmd_config_regs()
|
| H A D | hns3_mbx.h | 144 uint8_t ring_type; member
|
| H A D | hns3_cmd.h | 37 uint8_t ring_type; /* cmq ring type */ member
|
| H A D | hns3_ethdev_vf.c | 443 bind_msg.param[0].ring_type = queue_type; in hns3vf_bind_ring_with_vector()
|
| /dpdk/drivers/net/ena/ |
| H A D | ena_ethdev.c | 219 enum ena_ring_type ring_type); 222 enum ena_ring_type ring_type); 936 enum ena_ring_type ring_type) in ena_queue_start_all() argument 944 if (ring_type == ENA_RING_TYPE_RX) { in ena_queue_start_all() 953 if (ring_type == ENA_RING_TYPE_RX) { in ena_queue_start_all() 968 i, ring_type); in ena_queue_start_all() 1352 enum ena_ring_type ring_type) in ena_queue_stop_all() argument 1358 if (ring_type == ENA_RING_TYPE_RX) { in ena_queue_stop_all()
|