Home
last modified time | relevance | path

Searched refs:bnxt_rx_ring_info (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c124 struct bnxt_rx_ring_info *rxr = bnapi->rx_ring; in bnxt_tx_int_xdp()
175 bool bnxt_xdp_attached(struct bnxt *bp, struct bnxt_rx_ring_info *rxr) in bnxt_xdp_attached()
182 void bnxt_xdp_buff_init(struct bnxt *bp, struct bnxt_rx_ring_info *rxr, in bnxt_xdp_buff_init()
203 void bnxt_xdp_buff_frags_free(struct bnxt_rx_ring_info *rxr, in bnxt_xdp_buff_frags_free()
224 bool bnxt_rx_xdp(struct bnxt *bp, struct bnxt_rx_ring_info *rxr, u16 cons, in bnxt_rx_xdp()
462 struct bnxt_rx_ring_info *rxr, struct xdp_buff *xdp) in bnxt_xdp_build_skb()
H A Dbnxt.c401 static void bnxt_sched_reset_rxr(struct bnxt *bp, struct bnxt_rx_ring_info *rxr) in bnxt_sched_reset_rxr()
956 static bool bnxt_separate_head_pool(struct bnxt_rx_ring_info *rxr) in bnxt_separate_head_pool()
962 struct bnxt_rx_ring_info *rxr, in __bnxt_alloc_rx_page()
983 struct bnxt_rx_ring_info *rxr, in __bnxt_alloc_rx_netmem()
1004 struct bnxt_rx_ring_info *rxr, in __bnxt_alloc_rx_frag()
1019 int bnxt_alloc_rx_data(struct bnxt *bp, struct bnxt_rx_ring_info *rxr, in bnxt_alloc_rx_data()
1054 void bnxt_reuse_rx_data(struct bnxt_rx_ring_info *rxr, u16 cons, void *data) in bnxt_reuse_rx_data()
1076 static inline u16 bnxt_find_next_agg_idx(struct bnxt_rx_ring_info *rxr, u16 idx) in bnxt_find_next_agg_idx()
1086 static int bnxt_alloc_rx_netmem(struct bnxt *bp, struct bnxt_rx_ring_info *rxr, in bnxt_alloc_rx_netmem()
1129 struct bnxt_rx_ring_info *rxr, in bnxt_get_tpa_agg_p5()
[all …]
H A Dbnxt.h1105 struct bnxt_rx_ring_info { struct
1243 struct bnxt_rx_ring_info *rx_ring;
2369 struct bnxt_rx_ring_info *rx_ring;
2377 struct bnxt_rx_ring_info *,
2972 int bnxt_alloc_rx_data(struct bnxt *bp, struct bnxt_rx_ring_info *rxr,
2974 void bnxt_reuse_rx_data(struct bnxt_rx_ring_info *rxr, u16 cons, void *data);
H A Dbnxt_ethtool.c5097 struct bnxt_rx_ring_info *rxr; in bnxt_rx_loopback()
5165 struct bnxt_rx_ring_info *rxr = &bp->rx_ring[0]; in bnxt_run_loopback()