Home
last modified time | relevance | path

Searched defs:rx_ring (Results 1 – 25 of 159) sorted by relevance

1234567

/Linux-v5.10/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c12 int i40e_alloc_rx_bi_zc(struct i40e_ring *rx_ring) in i40e_alloc_rx_bi_zc()
20 void i40e_clear_rx_bi_zc(struct i40e_ring *rx_ring) in i40e_clear_rx_bi_zc()
26 static struct xdp_buff **i40e_rx_bi(struct i40e_ring *rx_ring, u32 idx) in i40e_rx_bi()
148 static int i40e_run_xdp_zc(struct i40e_ring *rx_ring, struct xdp_buff *xdp) in i40e_run_xdp_zc()
187 bool i40e_alloc_rx_buffers_zc(struct i40e_ring *rx_ring, u16 count) in i40e_alloc_rx_buffers_zc()
237 static struct sk_buff *i40e_construct_skb_zc(struct i40e_ring *rx_ring, in i40e_construct_skb_zc()
264 static void i40e_inc_ntc(struct i40e_ring *rx_ring) in i40e_inc_ntc()
279 int i40e_clean_rx_irq_zc(struct i40e_ring *rx_ring, int budget) in i40e_clean_rx_irq_zc()
558 void i40e_xsk_clean_rx_ring(struct i40e_ring *rx_ring) in i40e_xsk_clean_rx_ring()
Di40e_txrx.c531 static void i40e_fd_handle_status(struct i40e_ring *rx_ring, u64 qword0_raw, in i40e_fd_handle_status()
1199 static struct i40e_rx_buffer *i40e_rx_bi(struct i40e_ring *rx_ring, u32 idx) in i40e_rx_bi()
1211 static void i40e_reuse_rx_page(struct i40e_ring *rx_ring, in i40e_reuse_rx_page()
1247 void i40e_clean_programming_status(struct i40e_ring *rx_ring, u64 qword0_raw, in i40e_clean_programming_status()
1308 int i40e_alloc_rx_bi(struct i40e_ring *rx_ring) in i40e_alloc_rx_bi()
1316 static void i40e_clear_rx_bi(struct i40e_ring *rx_ring) in i40e_clear_rx_bi()
1325 void i40e_clean_rx_ring(struct i40e_ring *rx_ring) in i40e_clean_rx_ring()
1391 void i40e_free_rx_resources(struct i40e_ring *rx_ring) in i40e_free_rx_resources()
1413 int i40e_setup_rx_descriptors(struct i40e_ring *rx_ring) in i40e_setup_rx_descriptors()
1454 void i40e_release_rx_desc(struct i40e_ring *rx_ring, u32 val) in i40e_release_rx_desc()
[all …]
/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c11 void ice_release_rx_desc(struct ice_ring *rx_ring, u16 val) in ice_release_rx_desc()
56 ice_rx_hash(struct ice_ring *rx_ring, union ice_32b_rx_flex_desc *rx_desc, in ice_rx_hash()
167 ice_process_skb_fields(struct ice_ring *rx_ring, in ice_process_skb_fields()
189 ice_receive_skb(struct ice_ring *rx_ring, struct sk_buff *skb, u16 vlan_tag) in ice_receive_skb()
279 void ice_finalize_xdp_rx(struct ice_ring *rx_ring, unsigned int xdp_res) in ice_finalize_xdp_rx()
Dice_txrx.c369 void ice_clean_rx_ring(struct ice_ring *rx_ring) in ice_clean_rx_ring()
428 void ice_free_rx_ring(struct ice_ring *rx_ring) in ice_free_rx_ring()
451 int ice_setup_rx_ring(struct ice_ring *rx_ring) in ice_setup_rx_ring()
502 static unsigned int ice_rx_offset(struct ice_ring *rx_ring) in ice_rx_offset()
513 ice_rx_frame_truesize(struct ice_ring *rx_ring, unsigned int __maybe_unused size) in ice_rx_frame_truesize()
537 ice_run_xdp(struct ice_ring *rx_ring, struct xdp_buff *xdp, in ice_run_xdp()
628 ice_alloc_mapped_page(struct ice_ring *rx_ring, struct ice_rx_buf *bi) in ice_alloc_mapped_page()
679 bool ice_alloc_rx_bufs(struct ice_ring *rx_ring, u16 cleaned_count) in ice_alloc_rx_bufs()
817 ice_add_rx_frag(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf, in ice_add_rx_frag()
843 ice_reuse_rx_page(struct ice_ring *rx_ring, struct ice_rx_buf *old_buf) in ice_reuse_rx_page()
[all …]
Dice_xsk.c70 ice_qvec_dis_irq(struct ice_vsi *vsi, struct ice_ring *rx_ring, in ice_qvec_dis_irq()
150 struct ice_ring *tx_ring, *rx_ring; in ice_qp_dis() local
207 struct ice_ring *tx_ring, *rx_ring; in ice_qp_ena() local
413 bool ice_alloc_rx_bufs_zc(struct ice_ring *rx_ring, u16 count) in ice_alloc_rx_bufs_zc()
459 static void ice_bump_ntc(struct ice_ring *rx_ring) in ice_bump_ntc()
478 ice_construct_skb_zc(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf) in ice_construct_skb_zc()
509 ice_run_xdp_zc(struct ice_ring *rx_ring, struct xdp_buff *xdp) in ice_run_xdp_zc()
557 int ice_clean_rx_irq_zc(struct ice_ring *rx_ring, int budget) in ice_clean_rx_irq_zc()
860 void ice_xsk_clean_rx_ring(struct ice_ring *rx_ring) in ice_xsk_clean_rx_ring()
Dice_xsk.h31 ice_clean_rx_irq_zc(struct ice_ring __always_unused *rx_ring, in ice_clean_rx_irq_zc()
45 ice_alloc_rx_bufs_zc(struct ice_ring __always_unused *rx_ring, in ice_alloc_rx_bufs_zc()
63 #define ice_xsk_clean_rx_ring(rx_ring) do {} while (0) argument
/Linux-v5.10/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c655 void iavf_clean_rx_ring(struct iavf_ring *rx_ring) in iavf_clean_rx_ring()
714 void iavf_free_rx_resources(struct iavf_ring *rx_ring) in iavf_free_rx_resources()
733 int iavf_setup_rx_descriptors(struct iavf_ring *rx_ring) in iavf_setup_rx_descriptors()
775 static inline void iavf_release_rx_desc(struct iavf_ring *rx_ring, u32 val) in iavf_release_rx_desc()
797 static inline unsigned int iavf_rx_offset(struct iavf_ring *rx_ring) in iavf_rx_offset()
810 static bool iavf_alloc_mapped_page(struct iavf_ring *rx_ring, in iavf_alloc_mapped_page()
860 static void iavf_receive_skb(struct iavf_ring *rx_ring, in iavf_receive_skb()
879 bool iavf_alloc_rx_buffers(struct iavf_ring *rx_ring, u16 cleaned_count) in iavf_alloc_rx_buffers()
1082 void iavf_process_skb_fields(struct iavf_ring *rx_ring, in iavf_process_skb_fields()
1109 static bool iavf_cleanup_headers(struct iavf_ring *rx_ring, struct sk_buff *skb) in iavf_cleanup_headers()
[all …]
/Linux-v5.10/drivers/staging/qlge/
Dqlge_main.c967 struct rx_ring *rx_ring) in ql_get_curr_lchunk()
985 static void ql_update_cq(struct rx_ring *rx_ring) in ql_update_cq()
995 static void ql_write_cq_idx(struct rx_ring *rx_ring) in ql_write_cq_idx()
1006 static int qlge_refill_sb(struct rx_ring *rx_ring, in qlge_refill_sb()
1039 static int qlge_refill_lb(struct rx_ring *rx_ring, in qlge_refill_lb()
1089 struct rx_ring *rx_ring = QLGE_BQ_CONTAINER(bq); in qlge_refill_bq() local
1144 static void ql_update_buffer_queues(struct rx_ring *rx_ring, gfp_t gfp, in ql_update_buffer_queues()
1171 struct rx_ring *rx_ring = container_of(work, struct rx_ring, in qlge_slow_refill() local
1363 struct rx_ring *rx_ring) in ql_categorize_rx_err()
1418 struct rx_ring *rx_ring, in ql_process_mac_rx_gro_page()
[all …]
Dqlge.h1459 struct rx_ring { struct
1460 struct cqicb cqicb; /* The chip's completion queue init control block. */
1463 void *cq_base;
1464 dma_addr_t cq_base_dma;
1465 u32 cq_size;
1466 u32 cq_len;
1467 u16 cq_id;
1468 __le32 *prod_idx_sh_reg; /* Shadowed producer register. */
1469 dma_addr_t prod_idx_sh_reg_dma;
1470 void __iomem *cnsmr_idx_db_reg; /* PCI doorbell mem area + 0 */
[all …]
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c95 struct ixgbe_ring *rx_ring, in ixgbe_run_xdp_zc()
136 bool ixgbe_alloc_rx_buffers_zc(struct ixgbe_ring *rx_ring, u16 count) in ixgbe_alloc_rx_buffers_zc()
198 static struct sk_buff *ixgbe_construct_skb_zc(struct ixgbe_ring *rx_ring, in ixgbe_construct_skb_zc()
222 static void ixgbe_inc_ntc(struct ixgbe_ring *rx_ring) in ixgbe_inc_ntc()
232 struct ixgbe_ring *rx_ring, in ixgbe_clean_rx_irq_zc()
359 void ixgbe_xsk_clean_rx_ring(struct ixgbe_ring *rx_ring) in ixgbe_xsk_clean_rx_ring()
Dixgbe_main.c574 struct ixgbe_ring *rx_ring; in ixgbe_dump() local
1310 struct ixgbe_ring *rx_ring, in ixgbe_update_rx_dca()
1523 static inline unsigned int ixgbe_rx_offset(struct ixgbe_ring *rx_ring) in ixgbe_rx_offset()
1528 static bool ixgbe_alloc_mapped_page(struct ixgbe_ring *rx_ring, in ixgbe_alloc_mapped_page()
1577 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *rx_ring, u16 cleaned_count) in ixgbe_alloc_rx_buffers()
1653 static void ixgbe_update_rsc_stats(struct ixgbe_ring *rx_ring, in ixgbe_update_rsc_stats()
1679 void ixgbe_process_skb_fields(struct ixgbe_ring *rx_ring, in ixgbe_process_skb_fields()
1731 static bool ixgbe_is_non_eop(struct ixgbe_ring *rx_ring, in ixgbe_is_non_eop()
1784 static void ixgbe_pull_tail(struct ixgbe_ring *rx_ring, in ixgbe_pull_tail()
1824 static void ixgbe_dma_sync_frag(struct ixgbe_ring *rx_ring, in ixgbe_dma_sync_frag()
[all …]
/Linux-v5.10/drivers/net/ethernet/amazon/ena/
Dena_netdev.c335 static int ena_xdp_execute(struct ena_ring *rx_ring, in ena_xdp_execute()
415 static int ena_xdp_register_rxq_info(struct ena_ring *rx_ring) in ena_xdp_register_rxq_info()
442 static void ena_xdp_unregister_rxq_info(struct ena_ring *rx_ring) in ena_xdp_unregister_rxq_info()
452 struct ena_ring *rx_ring; in ena_xdp_exchange_program_rx_in_range() local
801 struct ena_ring *rx_ring = &adapter->rx_ring[qid]; in ena_setup_rx_resources() local
858 struct ena_ring *rx_ring = &adapter->rx_ring[qid]; in ena_free_rx_resources() local
908 static int ena_alloc_rx_page(struct ena_ring *rx_ring, in ena_alloc_rx_page()
955 static void ena_free_rx_page(struct ena_ring *rx_ring, in ena_free_rx_page()
975 static int ena_refill_rx_bufs(struct ena_ring *rx_ring, u32 num) in ena_refill_rx_bufs()
1032 struct ena_ring *rx_ring = &adapter->rx_ring[qid]; in ena_free_rx_bufs() local
[all …]
/Linux-v5.10/drivers/net/ethernet/freescale/enetc/
Denetc.c475 static bool enetc_new_page(struct enetc_bdr *rx_ring, in enetc_new_page()
499 static int enetc_refill_rx_ring(struct enetc_bdr *rx_ring, const int buff_cnt) in enetc_refill_rx_ring()
567 static void enetc_get_offloads(struct enetc_bdr *rx_ring, in enetc_get_offloads()
593 static void enetc_process_skb(struct enetc_bdr *rx_ring, in enetc_process_skb()
605 static void enetc_reuse_page(struct enetc_bdr *rx_ring, in enetc_reuse_page()
619 static struct enetc_rx_swbd *enetc_get_rx_buff(struct enetc_bdr *rx_ring, in enetc_get_rx_buff()
630 static void enetc_put_rx_buff(struct enetc_bdr *rx_ring, in enetc_put_rx_buff()
652 static struct sk_buff *enetc_map_rx_buff_to_skb(struct enetc_bdr *rx_ring, in enetc_map_rx_buff_to_skb()
674 static void enetc_add_rx_buff_to_skb(struct enetc_bdr *rx_ring, int i, in enetc_add_rx_buff_to_skb()
687 static int enetc_clean_rx_ring(struct enetc_bdr *rx_ring, in enetc_clean_rx_ring()
[all …]
/Linux-v5.10/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c506 static void ixgbevf_process_skb_fields(struct ixgbevf_ring *rx_ring, in ixgbevf_process_skb_fields()
528 struct ixgbevf_rx_buffer *ixgbevf_get_rx_buffer(struct ixgbevf_ring *rx_ring, in ixgbevf_get_rx_buffer()
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()
599 static inline unsigned int ixgbevf_rx_offset(struct ixgbevf_ring *rx_ring) in ixgbevf_rx_offset()
604 static bool ixgbevf_alloc_mapped_page(struct ixgbevf_ring *rx_ring, in ixgbevf_alloc_mapped_page()
650 static void ixgbevf_alloc_rx_buffers(struct ixgbevf_ring *rx_ring, in ixgbevf_alloc_rx_buffers()
732 static bool ixgbevf_cleanup_headers(struct ixgbevf_ring *rx_ring, in ixgbevf_cleanup_headers()
765 static void ixgbevf_reuse_rx_page(struct ixgbevf_ring *rx_ring, in ixgbevf_reuse_rx_page()
832 static void ixgbevf_add_rx_frag(struct ixgbevf_ring *rx_ring, in ixgbevf_add_rx_frag()
[all …]
/Linux-v5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c67 static bool fm10k_alloc_mapped_page(struct fm10k_ring *rx_ring, in fm10k_alloc_mapped_page()
109 void fm10k_alloc_rx_buffers(struct fm10k_ring *rx_ring, u16 cleaned_count) in fm10k_alloc_rx_buffers()
175 static void fm10k_reuse_rx_page(struct fm10k_ring *rx_ring, in fm10k_reuse_rx_page()
296 static struct sk_buff *fm10k_fetch_rx_buffer(struct fm10k_ring *rx_ring, in fm10k_fetch_rx_buffer()
408 static void fm10k_type_trans(struct fm10k_ring *rx_ring, in fm10k_type_trans()
446 static unsigned int fm10k_process_skb_fields(struct fm10k_ring *rx_ring, in fm10k_process_skb_fields()
487 static bool fm10k_is_non_eop(struct fm10k_ring *rx_ring, in fm10k_is_non_eop()
518 static bool fm10k_cleanup_headers(struct fm10k_ring *rx_ring, in fm10k_cleanup_headers()
560 struct fm10k_ring *rx_ring, in fm10k_clean_rx_irq()
Dfm10k_netdev.c83 int fm10k_setup_rx_resources(struct fm10k_ring *rx_ring) in fm10k_setup_rx_resources()
248 static void fm10k_clean_rx_ring(struct fm10k_ring *rx_ring) in fm10k_clean_rx_ring()
290 void fm10k_free_rx_resources(struct fm10k_ring *rx_ring) in fm10k_free_rx_resources()
824 struct fm10k_ring *rx_ring = interface->rx_ring[i]; in fm10k_update_vid() local
/Linux-v5.10/drivers/net/ethernet/agere/
Det131x.c288 struct rx_ring { struct
289 struct fbr_lookup *fbr[NUM_FBRS];
290 void *ps_ring_virtaddr;
291 dma_addr_t ps_ring_physaddr;
292 u32 local_psr_full;
293 u32 psr_entries;
295 struct rx_status_block *rx_status_block;
296 dma_addr_t rx_status_bus;
298 struct list_head recv_list;
299 u32 num_ready_recv;
[all …]
/Linux-v5.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c595 nfp_net_rx_ring_init(struct nfp_net_rx_ring *rx_ring, in nfp_net_rx_ring_init()
1433 struct nfp_net_rx_ring *rx_ring, in nfp_net_rx_give_one()
1468 static void nfp_net_rx_ring_reset(struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_reset()
1502 struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_bufs_free()
1528 struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_bufs_alloc()
1553 struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_fill_freelist()
1715 struct nfp_net_rx_ring *rx_ring, struct nfp_net_rx_buf *rxbuf, in nfp_net_rx_drop()
1739 nfp_net_tx_xdp_buf(struct nfp_net_dp *dp, struct nfp_net_rx_ring *rx_ring, in nfp_net_tx_xdp_buf()
1809 static int nfp_net_rx(struct nfp_net_rx_ring *rx_ring, int budget) in nfp_net_rx()
2204 struct nfp_net_r_vector *r_vec, struct nfp_net_rx_ring *rx_ring) in nfp_ctrl_rx_one()
[all …]
/Linux-v5.10/drivers/net/ethernet/intel/igc/
Digc_main.c343 static void igc_clean_rx_ring(struct igc_ring *rx_ring) in igc_clean_rx_ring()
401 void igc_free_rx_resources(struct igc_ring *rx_ring) in igc_free_rx_resources()
438 int igc_setup_rx_resources(struct igc_ring *rx_ring) in igc_setup_rx_resources()
1480 static void igc_process_skb_fields(struct igc_ring *rx_ring, in igc_process_skb_fields()
1493 static struct igc_rx_buffer *igc_get_rx_buffer(struct igc_ring *rx_ring, in igc_get_rx_buffer()
1522 static void igc_add_rx_frag(struct igc_ring *rx_ring, in igc_add_rx_frag()
1543 static struct sk_buff *igc_build_skb(struct igc_ring *rx_ring, in igc_build_skb()
1579 static struct sk_buff *igc_construct_skb(struct igc_ring *rx_ring, in igc_construct_skb()
1640 static void igc_reuse_rx_page(struct igc_ring *rx_ring, in igc_reuse_rx_page()
1710 static bool igc_is_non_eop(struct igc_ring *rx_ring, in igc_is_non_eop()
[all …]
/Linux-v5.10/drivers/net/wireless/realtek/rtw88/
Dpci.c133 struct rtw_pci_rx_ring *rx_ring) in rtw_pci_free_rx_ring_skbs()
154 struct rtw_pci_rx_ring *rx_ring) in rtw_pci_free_rx_ring()
169 struct rtw_pci_rx_ring *rx_ring; in rtw_pci_free_trx_ring() local
215 struct rtw_pci_rx_ring *rx_ring, in rtw_pci_reset_rx_desc()
241 struct rtw_pci_rx_ring *rx_ring, in rtw_pci_sync_rx_desc_device()
258 struct rtw_pci_rx_ring *rx_ring, in rtw_pci_init_rx_ring()
329 struct rtw_pci_rx_ring *rx_ring; in rtw_pci_init_trx_ring() local
684 struct rtw_pci_rx_ring *rx_ring, in rtw_pci_dma_check()
/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_main.c360 struct igb_ring *rx_ring; in igb_dump() local
4335 int igb_setup_rx_resources(struct igb_ring *rx_ring) in igb_setup_rx_resources()
4714 struct igb_ring *rx_ring) in igb_set_rx_buffer_len()
4750 struct igb_ring *rx_ring = adapter->rx_ring[i]; in igb_configure_rx() local
4875 void igb_free_rx_resources(struct igb_ring *rx_ring) in igb_free_rx_resources()
4913 static void igb_clean_rx_ring(struct igb_ring *rx_ring) in igb_clean_rx_ring()
6904 struct igb_ring *rx_ring, in igb_update_rx_dca()
8208 static void igb_reuse_rx_page(struct igb_ring *rx_ring, in igb_reuse_rx_page()
8277 static void igb_add_rx_frag(struct igb_ring *rx_ring, in igb_add_rx_frag()
8298 static struct sk_buff *igb_construct_skb(struct igb_ring *rx_ring, in igb_construct_skb()
[all …]
/Linux-v5.10/drivers/net/ethernet/intel/igbvf/
Dnetdev.c133 static void igbvf_alloc_rx_buffers(struct igbvf_ring *rx_ring, in igbvf_alloc_rx_buffers()
247 struct igbvf_ring *rx_ring = adapter->rx_ring; in igbvf_clean_rx_irq() local
457 struct igbvf_ring *rx_ring) in igbvf_setup_rx_resources()
551 static void igbvf_clean_rx_ring(struct igbvf_ring *rx_ring) in igbvf_clean_rx_ring()
616 void igbvf_free_rx_resources(struct igbvf_ring *rx_ring) in igbvf_free_rx_resources()
980 struct igbvf_ring *rx_ring = adapter->rx_ring; in igbvf_configure_msix() local
1186 struct igbvf_ring *rx_ring = container_of(napi, struct igbvf_ring, napi); in igbvf_poll() local
1369 struct igbvf_ring *rx_ring = adapter->rx_ring; in igbvf_configure_rx() local
/Linux-v5.10/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c959 struct pch_gbe_rx_ring *rx_ring) in pch_gbe_clean_rx_ring()
1354 struct pch_gbe_rx_ring *rx_ring, int cleaned_count) in pch_gbe_alloc_rx_buffers()
1417 struct pch_gbe_rx_ring *rx_ring, int cleaned_count) in pch_gbe_alloc_rx_buffers_pool()
1617 struct pch_gbe_rx_ring *rx_ring, in pch_gbe_clean_rx()
1774 struct pch_gbe_rx_ring *rx_ring) in pch_gbe_setup_rx_resources()
1829 struct pch_gbe_rx_ring *rx_ring) in pch_gbe_free_rx_resources()
1879 struct pch_gbe_rx_ring *rx_ring = adapter->rx_ring; in pch_gbe_up() local
1936 struct pch_gbe_rx_ring *rx_ring = adapter->rx_ring; in pch_gbe_down() local
/Linux-v5.10/drivers/net/ethernet/intel/e1000e/
Dnetdev.c241 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000e_dump() local
640 static void e1000e_update_rdt_wa(struct e1000_ring *rx_ring, unsigned int i) in e1000e_update_rdt_wa()
680 static void e1000_alloc_rx_buffers(struct e1000_ring *rx_ring, in e1000_alloc_rx_buffers()
750 static void e1000_alloc_rx_buffers_ps(struct e1000_ring *rx_ring, in e1000_alloc_rx_buffers_ps()
855 static void e1000_alloc_jumbo_rx_buffers(struct e1000_ring *rx_ring, in e1000_alloc_jumbo_rx_buffers()
948 static bool e1000_clean_rx_irq(struct e1000_ring *rx_ring, int *work_done, in e1000_clean_rx_irq()
1344 static bool e1000_clean_rx_irq_ps(struct e1000_ring *rx_ring, int *work_done, in e1000_clean_rx_irq_ps()
1548 static bool e1000_clean_jumbo_rx_irq(struct e1000_ring *rx_ring, int *work_done, in e1000_clean_jumbo_rx_irq()
1715 static void e1000_clean_rx_ring(struct e1000_ring *rx_ring) in e1000_clean_rx_ring()
1983 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000_intr_msix_rx() local
[all …]
/Linux-v5.10/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c687 struct atl1e_rx_ring *rx_ring = in atl1e_clean_rx_ring() local
721 struct atl1e_rx_ring *rx_ring = NULL; in atl1e_init_ring_resources() local
743 struct atl1e_rx_ring *rx_ring = NULL; in atl1e_init_ring_ptrs() local
799 struct atl1e_rx_ring *rx_ring; in atl1e_setup_ring_resources() local
886 struct atl1e_rx_ring *rx_ring = &adapter->rx_ring; in atl1e_configure_des_ring() local
1398 struct atl1e_rx_ring *rx_ring = &adapter->rx_ring; in atl1e_clean_rx_irq() local

1234567