Searched refs:cp_ring (Results 1 – 12 of 12) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/ |
| H A D | bnxt_ring.c | 293 if (!cp_ring->bd) in bnxt_alloc_rings() 295 if (cp_ring->vmem_size) in bnxt_alloc_rings() 414 cp_ring->fw_ring_id); in bnxt_alloc_cmpl_ring() 514 cp_ring->fw_ring_id, 0); in bnxt_alloc_rx_ring() 632 struct bnxt_ring *cp_ring; in bnxt_init_all_rings() local 640 cp_ring = rxq->cp_ring->cp_ring_struct; in bnxt_init_all_rings() 653 cp_ring = txq->cp_ring->cp_ring_struct; in bnxt_init_all_rings() 743 cp_ring->fw_ring_id, in bnxt_alloc_hwrm_rings() 761 struct bnxt_ring *cp_ring; in bnxt_alloc_async_cp_ring() local 768 cp_ring = cpr->cp_ring_struct; in bnxt_alloc_async_cp_ring() [all …]
|
| H A D | bnxt_txq.c | 21 if (txq && txq->cp_ring && txq->cp_ring->hw_stats) in bnxt_free_txq_stats() 22 txq->cp_ring->hw_stats = NULL; in bnxt_free_txq_stats() 72 if (txq->cp_ring) { in bnxt_tx_queue_release_op() 73 bnxt_free_ring(txq->cp_ring->cp_ring_struct); in bnxt_tx_queue_release_op() 74 rte_free(txq->cp_ring->cp_ring_struct); in bnxt_tx_queue_release_op() 75 rte_free(txq->cp_ring); in bnxt_tx_queue_release_op() 152 if (bnxt_alloc_rings(bp, queue_idx, txq, NULL, txq->cp_ring, NULL, in bnxt_tx_queue_setup_op()
|
| H A D | bnxt_rxq.c | 25 if (rxq && rxq->cp_ring && rxq->cp_ring->hw_stats) in bnxt_free_rxq_stats() 26 rxq->cp_ring->hw_stats = NULL; in bnxt_free_rxq_stats() 283 if (rxq->cp_ring) { in bnxt_rx_queue_release_op() 284 bnxt_free_ring(rxq->cp_ring->cp_ring_struct); in bnxt_rx_queue_release_op() 285 rte_free(rxq->cp_ring->cp_ring_struct); in bnxt_rx_queue_release_op() 286 rte_free(rxq->cp_ring); in bnxt_rx_queue_release_op() 367 if (bnxt_alloc_rings(bp, queue_idx, NULL, rxq, rxq->cp_ring, NULL, in bnxt_rx_queue_setup_op() 417 cpr = rxq->cp_ring; in bnxt_rx_queue_intr_enable_op() 440 cpr = rxq->cp_ring; in bnxt_rx_queue_intr_disable_op()
|
| H A D | bnxt_txr.c | 36 bnxt_free_ring(txq->cp_ring->cp_ring_struct); in bnxt_free_tx_rings() 37 rte_free(txq->cp_ring->cp_ring_struct); in bnxt_free_tx_rings() 38 rte_free(txq->cp_ring); in bnxt_free_tx_rings() 88 txq->cp_ring = cpr; in bnxt_init_tx_ring_struct() 430 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_handle_tx_cp()
|
| H A D | bnxt_txq.h | 32 struct bnxt_cp_ring_info *cp_ring; member
|
| H A D | bnxt_rxr.c | 222 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_rx_pages() 280 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_tpa_end() 664 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_rx_pkt() 827 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_recv_pkts() 984 bnxt_free_ring(rxq->cp_ring->cp_ring_struct); in bnxt_free_rx_rings() 985 rte_free(rxq->cp_ring->cp_ring_struct); in bnxt_free_rx_rings() 986 rte_free(rxq->cp_ring); in bnxt_free_rx_rings() 1034 rxq->cp_ring = cpr; in bnxt_init_rx_ring_struct()
|
| H A D | bnxt_rxq.h | 40 struct bnxt_cp_ring_info *cp_ring; member
|
| H A D | bnxt_rxtx_vec_sse.c | 147 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_recv_pkts_vec() 296 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_handle_tx_cp_vec()
|
| H A D | bnxt_rxtx_vec_neon.c | 154 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_recv_pkts_vec() 314 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_handle_tx_cp_vec()
|
| H A D | bnxt_hwrm.c | 1952 cpr = rxq->cp_ring; in bnxt_hwrm_vnic_cfg() 2437 cpr = txq->cp_ring; in bnxt_clear_all_hwrm_stat_ctxs() 2440 cpr = rxq->cp_ring; in bnxt_clear_all_hwrm_stat_ctxs() 2462 cpr = bp->rx_queues[i]->cp_ring; in bnxt_free_all_hwrm_stat_ctxs() 2488 cpr = txq->cp_ring; in bnxt_alloc_all_hwrm_stat_ctxs() 2491 cpr = rxq->cp_ring; in bnxt_alloc_all_hwrm_stat_ctxs() 2528 bnxt_hwrm_ring_free(bp, cp_ring, in bnxt_free_nq_ring() 2530 cp_ring->fw_ring_id = INVALID_HW_RING_ID; in bnxt_free_nq_ring() 2541 bnxt_hwrm_ring_free(bp, cp_ring, in bnxt_free_cp_ring() 2543 cp_ring->fw_ring_id = INVALID_HW_RING_ID; in bnxt_free_cp_ring() [all …]
|
| H A D | bnxt_stats.c | 529 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_stats_get_op() 544 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_stats_get_op()
|
| H A D | bnxt_ethdev.c | 1828 rxq->cp_ring->cp_ring_struct->fw_ring_id; in bnxt_reta_update_op() 2902 cpr = rxq->cp_ring; in bnxt_rx_queue_count_op() 2939 cpr = rxq->cp_ring; in bnxt_rx_descriptor_status_op() 2982 cpr = txq->cp_ring; in bnxt_tx_descriptor_status_op()
|