Searched refs:bnxt_cp_ring_info (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_dim.c | 17 struct bnxt_cp_ring_info *cpr = container_of(dim, in bnxt_dim_work() 18 struct bnxt_cp_ring_info, in bnxt_dim_work()
|
D | bnxt_debugfs.c | 84 struct bnxt_cp_ring_info *cpr = &bp->bnapi[i]->cp_ring; in bnxt_debug_dev_init()
|
D | bnxt.c | 846 struct bnxt_cp_ring_info *cpr, in bnxt_get_agg() 866 static void bnxt_reuse_rx_agg_bufs(struct bnxt_cp_ring_info *cpr, u16 idx, in bnxt_reuse_rx_agg_bufs() 999 struct bnxt_cp_ring_info *cpr, in bnxt_rx_pages() 1075 static int bnxt_agg_bufs_valid(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_agg_bufs_valid() 1113 static int bnxt_discard_rx(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_discard_rx() 1287 static void bnxt_abort_tpa(struct bnxt_cp_ring_info *cpr, u16 idx, u32 agg_bufs) in bnxt_abort_tpa() 1501 struct bnxt_cp_ring_info *cpr, in bnxt_tpa_end() 1670 static int bnxt_rx_pkt(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_rx_pkt() 1874 struct bnxt_cp_ring_info *cpr, in bnxt_force_rx_discard() 2095 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_msix() [all …]
|
D | bnxt.h | 902 struct bnxt_cp_ring_info { struct 934 struct bnxt_cp_ring_info *cp_ring_arr[2]; argument 944 struct bnxt_cp_ring_info cp_ring;
|
D | bnxt_ethtool.c | 548 struct bnxt_cp_ring_info *cpr = &bnapi->cp_ring; in bnxt_get_ethtool_stats() 2744 static int bnxt_rx_loopback(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_rx_loopback() 2777 static int bnxt_poll_loopback(struct bnxt *bp, struct bnxt_cp_ring_info *cpr, in bnxt_poll_loopback() 2816 struct bnxt_cp_ring_info *cpr; in bnxt_run_loopback()
|