Home
last modified time | relevance | path

Searched defs:cpr (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/net/bnxt/
H A Dbnxt_cpr.h31 #define B_CP_DB_REARM(cpr, raw_cons) \ argument
36 #define B_CP_DB_ARM(cpr) rte_write32((DB_KEY_CP), \ argument
39 #define B_CP_DB_DISARM(cpr) (*(uint32_t *)((cpr)->cp_db.doorbell) = \ argument
42 #define B_CP_DB_IDX_ARM(cpr, cons) \ argument
46 #define B_CP_DB_IDX_DISARM(cpr, cons) do { \ argument
51 #define B_CP_DIS_DB(cpr, raw_cons) \ argument
56 #define B_CP_DB(cpr, raw_cons, ring_mask) \ argument
H A Dbnxt_irq.c25 struct bnxt_cp_ring_info *cpr; in bnxt_int_handler() local
111 struct bnxt_cp_ring_info *cpr = bp->async_cp_ring; in bnxt_disable_int() local
131 struct bnxt_cp_ring_info *cpr = bp->async_cp_ring; in bnxt_enable_int() local
H A Dbnxt_ring.c406 struct bnxt_cp_ring_info *cpr) in bnxt_alloc_cmpl_ring()
522 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_alloc_rx_ring() local
551 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_alloc_rx_agg_ring() local
590 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_alloc_hwrm_rx_ring() local
773 struct bnxt_cp_ring_info *cpr = bp->async_cp_ring; in bnxt_alloc_async_cp_ring() local
809 struct bnxt_cp_ring_info *cpr = bp->async_cp_ring; in bnxt_free_async_cp_ring() local
828 struct bnxt_cp_ring_info *cpr = NULL; in bnxt_alloc_async_ring_struct() local
868 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_alloc_hwrm_tx_ring() local
H A Dbnxt_rxr.c291 static int bnxt_agg_bufs_valid(struct bnxt_cp_ring_info *cpr, in bnxt_agg_bufs_valid()
331 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_rx_pages() local
384 static int bnxt_discard_rx(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_discard_rx()
418 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_tpa_end() local
844 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_rx_pkt() local
1024 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_recv_pkts() local
1187 struct bnxt_cp_ring_info *cpr; in bnxt_init_rx_ring_struct() local
1387 int bnxt_flush_rx_cmp(struct bnxt_cp_ring_info *cpr) in bnxt_flush_rx_cmp()
H A Dbnxt_stats.c568 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_stats_get_op() local
589 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_stats_get_op() local
705 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in bnxt_dev_xstats_get_op() local
721 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_dev_xstats_get_op() local
H A Dbnxt_ring.h101 static inline void bnxt_db_nq(struct bnxt_cp_ring_info *cpr) in bnxt_db_nq()
115 static inline void bnxt_db_nq_arm(struct bnxt_cp_ring_info *cpr) in bnxt_db_nq_arm()
127 static inline void bnxt_db_cq(struct bnxt_cp_ring_info *cpr) in bnxt_db_cq()
H A Dbnxt_txr.c62 struct bnxt_cp_ring_info *cpr; in bnxt_init_tx_ring_struct() local
452 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_handle_tx_cp() local
576 int bnxt_flush_tx_cmp(struct bnxt_cp_ring_info *cpr) in bnxt_flush_tx_cmp()
H A Dbnxt_rxq.c421 struct bnxt_cp_ring_info *cpr; in bnxt_rx_queue_intr_enable_op() local
444 struct bnxt_cp_ring_info *cpr; in bnxt_rx_queue_intr_disable_op() local
H A Dbnxt_rxtx_vec_neon.c165 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in recv_burst_vec_neon() local
338 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_handle_tx_cp_vec() local
H A Dbnxt_rxtx_vec_sse.c157 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in recv_burst_vec_sse() local
310 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_handle_tx_cp_vec() local
H A Dbnxt_rxtx_vec_avx2.c28 struct bnxt_cp_ring_info *cpr = rxq->cp_ring; in recv_burst_vec_avx2() local
388 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_handle_tx_cp_vec() local
H A Dbnxt_hwrm.c120 bnxt_check_cq_hwrm_done(struct bnxt_cp_ring_info *cpr, in bnxt_check_cq_hwrm_done()
176 struct bnxt_cp_ring_info *cpr = NULL; in bnxt_hwrm_send_message() local
1919 int bnxt_hwrm_stat_clear(struct bnxt *bp, struct bnxt_cp_ring_info *cpr) in bnxt_hwrm_stat_clear()
2111 struct bnxt_cp_ring_info *cpr; in bnxt_hwrm_vnic_cfg() local
2607 struct bnxt_cp_ring_info *cpr; in bnxt_clear_all_hwrm_stat_ctxs() local
2629 struct bnxt_cp_ring_info *cpr; in bnxt_free_all_hwrm_stat_ctxs() local
2677 void bnxt_free_nq_ring(struct bnxt *bp, struct bnxt_cp_ring_info *cpr) in bnxt_free_nq_ring()
2689 void bnxt_free_cp_ring(struct bnxt *bp, struct bnxt_cp_ring_info *cpr) in bnxt_free_cp_ring()
2706 struct bnxt_cp_ring_info *cpr = rxq ? rxq->cp_ring : NULL; in bnxt_free_hwrm_rx_ring() local
5115 struct bnxt_cp_ring_info *cpr; in bnxt_vnic_rss_configure_p5() local
[all …]
H A Dbnxt_ethdev.c3145 struct bnxt_cp_ring_info *cpr; in bnxt_rx_queue_count_op() local
3210 struct bnxt_cp_ring_info *cpr; in bnxt_rx_descriptor_status_op() local
3321 struct bnxt_cp_ring_info *cpr = txq->cp_ring; in bnxt_tx_descriptor_status_op() local