/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_xsk.c | 15 static struct xdp_buff **ice_xdp_buf(struct ice_rx_ring *rx_ring, u32 idx) in ice_xdp_buf() 86 ice_qvec_dis_irq(struct ice_vsi *vsi, struct ice_rx_ring *rx_ring, in ice_qvec_dis_irq() 121 struct ice_rx_ring *rx_ring; in ice_qvec_cfg_msix() local 163 struct ice_rx_ring *rx_ring; in ice_qp_dis() local 221 struct ice_rx_ring *rx_ring; in ice_qp_ena() local 365 struct ice_rx_ring *rx_ring; in ice_realloc_zc_buf() local 403 struct ice_rx_ring *rx_ring = vsi->rx_rings[qid]; in ice_xsk_pool_setup() local 532 bool ice_alloc_rx_bufs_zc(struct ice_rx_ring *rx_ring, u16 count) in ice_alloc_rx_bufs_zc() 763 ice_run_xdp_zc(struct ice_rx_ring *rx_ring, struct xdp_buff *xdp, in ice_run_xdp_zc() 842 int ice_clean_rx_irq_zc(struct ice_rx_ring *rx_ring, int budget) in ice_clean_rx_irq_zc() [all …]
|
H A D | ice_txrx.c | 383 void ice_clean_rx_ring(struct ice_rx_ring *rx_ring) in ice_clean_rx_ring() 451 void ice_free_rx_ring(struct ice_rx_ring *rx_ring) in ice_free_rx_ring() 483 int ice_setup_rx_ring(struct ice_rx_ring *rx_ring) in ice_setup_rx_ring() 535 ice_run_xdp(struct ice_rx_ring *rx_ring, struct xdp_buff *xdp, in ice_run_xdp() 846 ice_add_xdp_frag(struct ice_rx_ring *rx_ring, struct xdp_buff *xdp, in ice_add_xdp_frag() 918 ice_get_rx_buf(struct ice_rx_ring *rx_ring, const unsigned int size, in ice_get_rx_buf() 950 ice_build_skb(struct ice_rx_ring *rx_ring, struct xdp_buff *xdp) in ice_build_skb() 1003 ice_construct_skb(struct ice_rx_ring *rx_ring, struct xdp_buff *xdp) in ice_construct_skb() 1116 int ice_clean_rx_irq(struct ice_rx_ring *rx_ring, int budget) in ice_clean_rx_irq() 1314 struct ice_rx_ring *rx_ring; in __ice_update_sample() local [all …]
|
H A D | ice_xsk.h | 46 ice_clean_rx_irq_zc(struct ice_rx_ring __always_unused *rx_ring, in ice_clean_rx_irq_zc() 53 ice_alloc_rx_bufs_zc(struct ice_rx_ring __always_unused *rx_ring, in ice_alloc_rx_bufs_zc() 71 static inline void ice_xsk_clean_rx_ring(struct ice_rx_ring *rx_ring) { } in ice_xsk_clean_rx_ring()
|
H A D | ice_txrx_lib.c | 15 void ice_release_rx_desc(struct ice_rx_ring *rx_ring, u16 val) in ice_release_rx_desc() 73 ice_rx_hash(struct ice_rx_ring *rx_ring, union ice_32b_rx_flex_desc *rx_desc, in ice_rx_hash() 185 ice_process_skb_fields(struct ice_rx_ring *rx_ring, in ice_process_skb_fields() 210 ice_receive_skb(struct ice_rx_ring *rx_ring, struct sk_buff *skb, u16 vlan_tag) in ice_receive_skb()
|
H A D | ice_txrx_lib.h | 18 ice_set_rx_bufs_act(struct xdp_buff *xdp, const struct ice_rx_ring *rx_ring, in ice_set_rx_bufs_act() 76 ice_is_non_eop(const struct ice_rx_ring *rx_ring, in ice_is_non_eop()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_dp.c | 76 nfp_net_rx_ring_init(struct nfp_net_rx_ring *rx_ring, in nfp_net_rx_ring_init() 95 void nfp_net_rx_ring_reset(struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_reset() 133 struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_bufs_free() 162 struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_bufs_alloc() 251 static void nfp_net_rx_ring_free(struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_free() 284 nfp_net_rx_ring_alloc(struct nfp_net_dp *dp, struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_alloc() 384 struct nfp_net_rx_ring *rx_ring, unsigned int idx) in nfp_net_rx_ring_hw_cfg_write()
|
H A D | nfp_net_xsk.c | 17 nfp_net_xsk_rx_bufs_stash(struct nfp_net_rx_ring *rx_ring, unsigned int idx, in nfp_net_xsk_rx_bufs_stash() 46 void nfp_net_xsk_rx_bufs_free(struct nfp_net_rx_ring *rx_ring) in nfp_net_xsk_rx_bufs_free() 57 void nfp_net_xsk_rx_ring_fill_freelist(struct nfp_net_rx_ring *rx_ring) in nfp_net_xsk_rx_ring_fill_freelist()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_xsk.c | 9 void i40e_clear_rx_bi_zc(struct i40e_ring *rx_ring) in i40e_clear_rx_bi_zc() 15 static struct xdp_buff **i40e_rx_bi(struct i40e_ring *rx_ring, u32 idx) in i40e_rx_bi() 29 static int i40e_realloc_rx_xdp_bi(struct i40e_ring *rx_ring, bool pool_present) in i40e_realloc_rx_xdp_bi() 61 struct i40e_ring *rx_ring; in i40e_realloc_rx_bi_zc() local 197 static int i40e_run_xdp_zc(struct i40e_ring *rx_ring, struct xdp_buff *xdp, in i40e_run_xdp_zc() 240 bool i40e_alloc_rx_buffers_zc(struct i40e_ring *rx_ring, u16 count) in i40e_alloc_rx_buffers_zc() 288 static struct sk_buff *i40e_construct_skb_zc(struct i40e_ring *rx_ring, in i40e_construct_skb_zc() 344 static void i40e_handle_xdp_result_zc(struct i40e_ring *rx_ring, in i40e_handle_xdp_result_zc() 400 i40e_add_xsk_frag(struct i40e_ring *rx_ring, struct xdp_buff *first, in i40e_add_xsk_frag() 432 int i40e_clean_rx_irq_zc(struct i40e_ring *rx_ring, int budget) in i40e_clean_rx_irq_zc() [all …]
|
H A D | i40e_txrx.c | 1367 static void i40e_reuse_rx_page(struct i40e_ring *rx_ring, in i40e_reuse_rx_page() 1462 static void i40e_clear_rx_bi(struct i40e_ring *rx_ring) in i40e_clear_rx_bi() 1471 void i40e_clean_rx_ring(struct i40e_ring *rx_ring) in i40e_clean_rx_ring() 1533 void i40e_free_rx_resources(struct i40e_ring *rx_ring) in i40e_free_rx_resources() 1555 int i40e_setup_rx_descriptors(struct i40e_ring *rx_ring) in i40e_setup_rx_descriptors() 1891 void i40e_process_skb_fields(struct i40e_ring *rx_ring, in i40e_process_skb_fields() 2066 static void i40e_put_rx_buffer(struct i40e_ring *rx_ring, in i40e_put_rx_buffer() 2283 bool i40e_is_non_eop(struct i40e_ring *rx_ring, in i40e_is_non_eop() 2380 void i40e_update_rx_stats(struct i40e_ring *rx_ring, in i40e_update_rx_stats() 2418 static void i40e_inc_ntp(struct i40e_ring *rx_ring) in i40e_inc_ntp() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_txrx.c | 690 static void iavf_clean_rx_ring(struct iavf_ring *rx_ring) in iavf_clean_rx_ring() 749 void iavf_free_rx_resources(struct iavf_ring *rx_ring) in iavf_free_rx_resources() 768 int iavf_setup_rx_descriptors(struct iavf_ring *rx_ring) in iavf_setup_rx_descriptors() 845 static bool iavf_alloc_mapped_page(struct iavf_ring *rx_ring, in iavf_alloc_mapped_page() 895 static void iavf_receive_skb(struct iavf_ring *rx_ring, in iavf_receive_skb() 1120 void iavf_process_skb_fields(struct iavf_ring *rx_ring, in iavf_process_skb_fields() 1163 static void iavf_reuse_rx_page(struct iavf_ring *rx_ring, in iavf_reuse_rx_page() 1253 static void iavf_add_rx_frag(struct iavf_ring *rx_ring, in iavf_add_rx_frag() 1383 static struct sk_buff *iavf_build_skb(struct iavf_ring *rx_ring, in iavf_build_skb() 1429 static void iavf_put_rx_buffer(struct iavf_ring *rx_ring, in iavf_put_rx_buffer() [all …]
|
/openbmc/linux/drivers/staging/qlge/ |
H A D | qlge_main.c | 963 struct rx_ring *rx_ring) in qlge_get_curr_lchunk() 1357 struct rx_ring *rx_ring) in qlge_categorize_rx_err() 1413 struct rx_ring *rx_ring, in qlge_process_mac_rx_gro_page() 1459 struct rx_ring *rx_ring, in qlge_process_mac_rx_page() 1550 struct rx_ring *rx_ring, in qlge_process_mac_rx_skb() 1670 struct rx_ring *rx_ring, in qlge_build_rx_skb() 1847 struct rx_ring *rx_ring, in qlge_process_mac_split_rx_intr() 2367 struct rx_ring *rx_ring = dev_id; in qlge_msix_rx_isr() local 2815 struct rx_ring *rx_ring) in qlge_free_rx_resources() 2852 struct rx_ring *rx_ring) in qlge_alloc_rx_resources() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_xsk.c | 98 struct ixgbe_ring *rx_ring, in ixgbe_run_xdp_zc() 151 bool ixgbe_alloc_rx_buffers_zc(struct ixgbe_ring *rx_ring, u16 count) in ixgbe_alloc_rx_buffers_zc() 213 static struct sk_buff *ixgbe_construct_skb_zc(struct ixgbe_ring *rx_ring, in ixgbe_construct_skb_zc() 239 static void ixgbe_inc_ntc(struct ixgbe_ring *rx_ring) in ixgbe_inc_ntc() 249 struct ixgbe_ring *rx_ring, in ixgbe_clean_rx_irq_zc() 380 void ixgbe_xsk_clean_rx_ring(struct ixgbe_ring *rx_ring) in ixgbe_xsk_clean_rx_ring()
|
/openbmc/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc.c | 736 static void enetc_reuse_page(struct enetc_bdr *rx_ring, in enetc_reuse_page() 786 struct enetc_bdr *rx_ring; in enetc_recycle_xdp_tx_buff() local 913 static bool enetc_new_page(struct enetc_bdr *rx_ring, in enetc_new_page() 1007 static void enetc_get_offloads(struct enetc_bdr *rx_ring, in enetc_get_offloads() 1067 static void enetc_put_rx_buff(struct enetc_bdr *rx_ring, in enetc_put_rx_buff() 1496 struct enetc_bdr *rx_ring, in enetc_rx_swbd_to_xdp_tx_swbd() 1684 struct enetc_bdr *rx_ring = &v->rx_ring; in enetc_poll() local 1920 struct enetc_bdr *rx_ring = priv->rx_ring[i]; in enetc_alloc_rx_resources() local 2778 struct enetc_bdr *rx_ring = priv->rx_ring[i]; in enetc_reconfigure_xdp_cb() local 3101 struct enetc_bdr *rx_ring = &v->rx_ring; in enetc_alloc_msix() local [all …]
|
/openbmc/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_netdev.c | 636 struct ena_ring *rx_ring; in ena_refill_all_rx_bufs() local 1348 struct ena_ring *rx_ring = ena_napi->rx_ring; in ena_adjust_adaptive_rx_intr_moderation() local 1366 struct ena_ring *rx_ring) in ena_unmask_interrupt() 1399 struct ena_ring *rx_ring) in ena_update_ring_numa_node() 1437 struct ena_ring *tx_ring, *rx_ring; in ena_io_poll() local 1921 struct ena_ring *rx_ring; in ena_create_io_rx_queue() local 2318 struct ena_ring *rx_ring; in ena_set_rx_copybreak() local 2766 struct ena_ring *rx_ring, *tx_ring; in ena_get_stats64() local 3308 struct ena_ring *rx_ring) in check_for_rx_interrupt_queue() 3401 struct ena_ring *rx_ring; in check_for_missing_completions() local [all …]
|
/openbmc/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_lib.c | 163 static void wx_dma_sync_frag(struct wx_ring *rx_ring, in wx_dma_sync_frag() 222 static void wx_put_rx_buffer(struct wx_ring *rx_ring, in wx_put_rx_buffer() 236 static struct sk_buff *wx_build_skb(struct wx_ring *rx_ring, in wx_build_skb() 303 static bool wx_alloc_mapped_page(struct wx_ring *rx_ring, in wx_alloc_mapped_page() 407 static bool wx_is_non_eop(struct wx_ring *rx_ring, in wx_is_non_eop() 473 static bool wx_cleanup_headers(struct wx_ring *rx_ring, in wx_cleanup_headers() 597 static void wx_process_skb_fields(struct wx_ring *rx_ring, in wx_process_skb_fields() 622 struct wx_ring *rx_ring, in wx_clean_rx_irq() 2148 static void wx_clean_rx_ring(struct wx_ring *rx_ring) in wx_clean_rx_ring() 2210 static void wx_free_rx_resources(struct wx_ring *rx_ring) in wx_free_rx_resources() [all …]
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bcm4908_enet.c | 86 struct bcm4908_enet_dma_ring rx_ring; member 199 struct bcm4908_enet_dma_ring *rx_ring = &enet->rx_ring; in bcm4908_enet_dma_free() local 217 struct bcm4908_enet_dma_ring *rx_ring = &enet->rx_ring; in bcm4908_enet_dma_alloc() local 321 struct bcm4908_enet_dma_ring *rx_ring = &enet->rx_ring; in bcm4908_enet_dma_uninit() local 338 struct bcm4908_enet_dma_ring *rx_ring = &enet->rx_ring; in bcm4908_enet_dma_init() local 452 struct bcm4908_enet_dma_ring *rx_ring = &enet->rx_ring; in bcm4908_enet_open() local 502 struct bcm4908_enet_dma_ring *rx_ring = &enet->rx_ring; in bcm4908_enet_stop() local 583 struct bcm4908_enet_dma_ring *rx_ring = container_of(napi, struct bcm4908_enet_dma_ring, napi); in bcm4908_enet_poll_rx() local
|
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf_main.c | 548 static void ixgbevf_put_rx_buffer(struct ixgbevf_ring *rx_ring, in ixgbevf_put_rx_buffer() 582 static bool ixgbevf_is_non_eop(struct ixgbevf_ring *rx_ring, in ixgbevf_is_non_eop() 765 static void ixgbevf_reuse_rx_page(struct ixgbevf_ring *rx_ring, in ixgbevf_reuse_rx_page() 827 static void ixgbevf_add_rx_frag(struct ixgbevf_ring *rx_ring, in ixgbevf_add_rx_frag() 1049 struct ixgbevf_ring *rx_ring, in ixgbevf_run_xdp() 1117 struct ixgbevf_ring *rx_ring, in ixgbevf_clean_rx_irq() 1975 struct ixgbevf_ring *rx_ring) in ixgbevf_set_rx_buffer_len() 2026 struct ixgbevf_ring *rx_ring = adapter->rx_ring[i]; in ixgbevf_configure_rx() local 3158 struct ixgbevf_ring *rx_ring = adapter->rx_ring[i]; in ixgbevf_update_stats() local 3494 struct ixgbevf_ring *rx_ring) in ixgbevf_setup_rx_resources() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_main.c | 75 static bool fm10k_alloc_mapped_page(struct fm10k_ring *rx_ring, in fm10k_alloc_mapped_page() 117 void fm10k_alloc_rx_buffers(struct fm10k_ring *rx_ring, u16 cleaned_count) in fm10k_alloc_rx_buffers() 183 static void fm10k_reuse_rx_page(struct fm10k_ring *rx_ring, in fm10k_reuse_rx_page() 299 static struct sk_buff *fm10k_fetch_rx_buffer(struct fm10k_ring *rx_ring, in fm10k_fetch_rx_buffer() 411 static void fm10k_type_trans(struct fm10k_ring *rx_ring, in fm10k_type_trans() 449 static unsigned int fm10k_process_skb_fields(struct fm10k_ring *rx_ring, in fm10k_process_skb_fields() 490 static bool fm10k_is_non_eop(struct fm10k_ring *rx_ring, in fm10k_is_non_eop() 521 static bool fm10k_cleanup_headers(struct fm10k_ring *rx_ring, in fm10k_cleanup_headers() 563 struct fm10k_ring *rx_ring, in fm10k_clean_rx_irq()
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot_fdma.c | 58 struct ocelot_fdma_rx_ring *rx_ring = &fdma->rx_ring; in ocelot_fdma_rx_ring_free() local 149 struct ocelot_fdma_rx_ring *rx_ring; in ocelot_fdma_alloc_rx_buffs() local 223 static void ocelot_fdma_rx_set_llp(struct ocelot_fdma_rx_ring *rx_ring) in ocelot_fdma_rx_set_llp() 237 struct ocelot_fdma_rx_ring *rx_ring; in ocelot_fdma_rx_restart() local 298 struct ocelot_fdma_rx_ring *rx_ring = &ocelot->fdma->rx_ring; in ocelot_fdma_reuse_rx_page() local 392 struct ocelot_fdma_rx_ring *rx_ring; in ocelot_fdma_rx_get() local 701 struct ocelot_fdma_rx_ring *rx_ring; in ocelot_fdma_free_rx_ring() local
|
/openbmc/linux/drivers/net/ethernet/intel/igc/ |
H A D | igc_xdp.c | 48 struct igc_ring *rx_ring, *tx_ring; in igc_xdp_enable_pool() local 107 struct igc_ring *rx_ring, *tx_ring; in igc_xdp_disable_pool() local
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfdk/ |
H A D | dp.c | 605 struct nfp_net_rx_ring *rx_ring, in nfp_nfdk_rx_give_one() 640 struct nfp_net_rx_ring *rx_ring) in nfp_nfdk_rx_ring_fill_freelist() 809 struct nfp_net_rx_ring *rx_ring, struct nfp_net_rx_buf *rxbuf, in nfp_nfdk_rx_drop() 836 struct nfp_net_rx_ring *rx_ring; in nfp_nfdk_xdp_complete() local 896 nfp_nfdk_tx_xdp_buf(struct nfp_net_dp *dp, struct nfp_net_rx_ring *rx_ring, in nfp_nfdk_tx_xdp_buf() 1024 static int nfp_nfdk_rx(struct nfp_net_rx_ring *rx_ring, int budget) in nfp_nfdk_rx() 1478 struct nfp_net_r_vector *r_vec, struct nfp_net_rx_ring *rx_ring) in nfp_ctrl_rx_one() 1553 struct nfp_net_rx_ring *rx_ring = r_vec->rx_ring; in nfp_ctrl_rx() local
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfd3/ |
H A D | xsk.c | 16 struct nfp_net_rx_ring *rx_ring, in nfp_nfd3_xsk_tx_xdp() 56 static void nfp_nfd3_xsk_rx_skb(struct nfp_net_rx_ring *rx_ring, in nfp_nfd3_xsk_rx_skb() 115 nfp_nfd3_xsk_rx(struct nfp_net_rx_ring *rx_ring, int budget, in nfp_nfd3_xsk_rx()
|
H A D | dp.c | 585 struct nfp_net_rx_ring *rx_ring, in nfp_nfd3_rx_give_one() 624 struct nfp_net_rx_ring *rx_ring) in nfp_nfd3_rx_ring_fill_freelist() 809 struct nfp_net_rx_ring *rx_ring, struct nfp_net_rx_buf *rxbuf, in nfp_nfd3_rx_drop() 833 nfp_nfd3_tx_xdp_buf(struct nfp_net_dp *dp, struct nfp_net_rx_ring *rx_ring, in nfp_nfd3_tx_xdp_buf() 903 static int nfp_nfd3_rx(struct nfp_net_rx_ring *rx_ring, int budget) in nfp_nfd3_rx() 1316 struct nfp_net_r_vector *r_vec, struct nfp_net_rx_ring *rx_ring) in nfp_ctrl_rx_one() 1391 struct nfp_net_rx_ring *rx_ring = r_vec->rx_ring; in nfp_ctrl_rx() local
|
/openbmc/linux/drivers/net/ethernet/agere/ |
H A D | et131x.c | 288 struct rx_ring { struct 290 void *ps_ring_virtaddr; 291 dma_addr_t ps_ring_physaddr; 292 u32 local_psr_full; 293 u32 psr_entries; 296 dma_addr_t rx_status_bus; 298 struct list_head recv_list; 299 u32 num_ready_recv; 301 u32 num_rfd; 303 bool unfinished_receives; [all …]
|
/openbmc/linux/drivers/net/can/spi/mcp251xfd/ |
H A D | mcp251xfd-ring.c | 201 struct mcp251xfd_rx_ring *rx_ring; in mcp251xfd_ring_init_rx() local 290 const struct mcp251xfd_rx_ring *rx_ring; in mcp251xfd_ring_init() local 474 struct mcp251xfd_rx_ring *rx_ring; in mcp251xfd_ring_alloc() local
|