Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_xdp.h20 bool bnxt_rx_xdp(struct bnxt *bp, struct bnxt_rx_ring_info *rxr, u16 cons,
27 bool bnxt_xdp_attached(struct bnxt *bp, struct bnxt_rx_ring_info *rxr);
29 void bnxt_xdp_buff_init(struct bnxt *bp, struct bnxt_rx_ring_info *rxr,
32 void bnxt_xdp_buff_frags_free(struct bnxt_rx_ring_info *rxr,
Dbnxt_xdp.c131 struct bnxt_rx_ring_info *rxr = bnapi->rx_ring; in bnxt_tx_int_xdp()
172 bool bnxt_xdp_attached(struct bnxt *bp, struct bnxt_rx_ring_info *rxr) in bnxt_xdp_attached()
179 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()
Dbnxt.c726 struct bnxt_rx_ring_info *rxr, in __bnxt_alloc_rx_page()
769 int bnxt_alloc_rx_data(struct bnxt *bp, struct bnxt_rx_ring_info *rxr, in bnxt_alloc_rx_data()
801 void bnxt_reuse_rx_data(struct bnxt_rx_ring_info *rxr, u16 cons, void *data) in bnxt_reuse_rx_data()
821 static inline u16 bnxt_find_next_agg_idx(struct bnxt_rx_ring_info *rxr, u16 idx) in bnxt_find_next_agg_idx()
832 struct bnxt_rx_ring_info *rxr, in bnxt_alloc_rx_page()
909 struct bnxt_rx_ring_info *rxr, in bnxt_get_tpa_agg_p5()
922 struct bnxt_rx_ring_info *rxr = bnapi->rx_ring; in bnxt_reuse_rx_agg_bufs()
975 struct bnxt_rx_ring_info *rxr, in bnxt_rx_multi_page_skb()
1008 struct bnxt_rx_ring_info *rxr, in bnxt_rx_page_skb()
1055 struct bnxt_rx_ring_info *rxr, u16 cons, in bnxt_rx_skb()
[all …]
Dbnxt.h893 struct bnxt_rx_ring_info { struct
995 struct bnxt_rx_ring_info *rx_ring;
1850 struct bnxt_rx_ring_info *rx_ring;
1858 struct bnxt_rx_ring_info *,
2286 int bnxt_alloc_rx_data(struct bnxt *bp, struct bnxt_rx_ring_info *rxr,
2288 void bnxt_reuse_rx_data(struct bnxt_rx_ring_info *rxr, u16 cons, void *data);
Dbnxt_ethtool.c3457 struct bnxt_rx_ring_info *rxr; in bnxt_rx_loopback()
3524 struct bnxt_rx_ring_info *rxr = &bp->rx_ring[0]; in bnxt_run_loopback()