Home
last modified time | relevance | path

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

1234567

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c12 void i40e_clear_rx_bi_zc(struct i40e_ring *rx_ring) in i40e_clear_rx_bi_zc()
18 static struct xdp_buff **i40e_rx_bi(struct i40e_ring *rx_ring, u32 idx) in i40e_rx_bi()
32 static int i40e_realloc_rx_xdp_bi(struct i40e_ring *rx_ring, bool pool_present) in i40e_realloc_rx_xdp_bi()
64 struct i40e_ring *rx_ring; in i40e_realloc_rx_bi_zc() local
199 static int i40e_run_xdp_zc(struct i40e_ring *rx_ring, struct xdp_buff *xdp) in i40e_run_xdp_zc()
245 bool i40e_alloc_rx_buffers_zc(struct i40e_ring *rx_ring, u16 count) in i40e_alloc_rx_buffers_zc()
298 static struct sk_buff *i40e_construct_skb_zc(struct i40e_ring *rx_ring, in i40e_construct_skb_zc()
329 static void i40e_inc_ntc(struct i40e_ring *rx_ring) in i40e_inc_ntc()
344 int i40e_clean_rx_irq_zc(struct i40e_ring *rx_ring, int budget) in i40e_clean_rx_irq_zc()
623 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 static void i40e_clear_rx_bi(struct i40e_ring *rx_ring) in i40e_clear_rx_bi()
1317 void i40e_clean_rx_ring(struct i40e_ring *rx_ring) in i40e_clean_rx_ring()
1383 void i40e_free_rx_resources(struct i40e_ring *rx_ring) in i40e_free_rx_resources()
1405 int i40e_setup_rx_descriptors(struct i40e_ring *rx_ring) in i40e_setup_rx_descriptors()
1451 void i40e_release_rx_desc(struct i40e_ring *rx_ring, u32 val) in i40e_release_rx_desc()
1473 static inline unsigned int i40e_rx_offset(struct i40e_ring *rx_ring) in i40e_rx_offset()
[all …]
/kernel/linux/linux-5.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_xsk.c72 ice_qvec_dis_irq(struct ice_vsi *vsi, struct ice_ring *rx_ring, in ice_qvec_dis_irq()
152 struct ice_ring *tx_ring, *rx_ring; in ice_qp_dis() local
209 struct ice_ring *tx_ring, *rx_ring; in ice_qp_ena() local
429 bool ice_alloc_rx_bufs_zc(struct ice_ring *rx_ring, u16 count) in ice_alloc_rx_bufs_zc()
478 static void ice_bump_ntc(struct ice_ring *rx_ring) in ice_bump_ntc()
497 ice_construct_skb_zc(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf) in ice_construct_skb_zc()
528 ice_run_xdp_zc(struct ice_ring *rx_ring, struct xdp_buff *xdp) in ice_run_xdp_zc()
584 int ice_clean_rx_irq_zc(struct ice_ring *rx_ring, int budget) in ice_clean_rx_irq_zc()
887 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
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()
629 ice_alloc_mapped_page(struct ice_ring *rx_ring, struct ice_rx_buf *bi) in ice_alloc_mapped_page()
680 bool ice_alloc_rx_bufs(struct ice_ring *rx_ring, u16 cleaned_count) in ice_alloc_rx_bufs()
818 ice_add_rx_frag(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf, in ice_add_rx_frag()
844 ice_reuse_rx_page(struct ice_ring *rx_ring, struct ice_rx_buf *old_buf) in ice_reuse_rx_page()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c658 void iavf_clean_rx_ring(struct iavf_ring *rx_ring) in iavf_clean_rx_ring()
717 void iavf_free_rx_resources(struct iavf_ring *rx_ring) in iavf_free_rx_resources()
736 int iavf_setup_rx_descriptors(struct iavf_ring *rx_ring) in iavf_setup_rx_descriptors()
778 static inline void iavf_release_rx_desc(struct iavf_ring *rx_ring, u32 val) in iavf_release_rx_desc()
800 static inline unsigned int iavf_rx_offset(struct iavf_ring *rx_ring) in iavf_rx_offset()
813 static bool iavf_alloc_mapped_page(struct iavf_ring *rx_ring, in iavf_alloc_mapped_page()
863 static void iavf_receive_skb(struct iavf_ring *rx_ring, in iavf_receive_skb()
882 bool iavf_alloc_rx_buffers(struct iavf_ring *rx_ring, u16 cleaned_count) in iavf_alloc_rx_buffers()
1085 void iavf_process_skb_fields(struct iavf_ring *rx_ring, in iavf_process_skb_fields()
1112 static bool iavf_cleanup_headers(struct iavf_ring *rx_ring, struct sk_buff *skb) in iavf_cleanup_headers()
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c98 struct ixgbe_ring *rx_ring, in ixgbe_run_xdp_zc()
144 bool ixgbe_alloc_rx_buffers_zc(struct ixgbe_ring *rx_ring, u16 count) in ixgbe_alloc_rx_buffers_zc()
206 static struct sk_buff *ixgbe_construct_skb_zc(struct ixgbe_ring *rx_ring, in ixgbe_construct_skb_zc()
230 static void ixgbe_inc_ntc(struct ixgbe_ring *rx_ring) in ixgbe_inc_ntc()
240 struct ixgbe_ring *rx_ring, in ixgbe_clean_rx_irq_zc()
367 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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
Denetc.c473 static bool enetc_new_page(struct enetc_bdr *rx_ring, in enetc_new_page()
497 static int enetc_refill_rx_ring(struct enetc_bdr *rx_ring, const int buff_cnt) in enetc_refill_rx_ring()
565 static void enetc_get_offloads(struct enetc_bdr *rx_ring, in enetc_get_offloads()
609 static void enetc_process_skb(struct enetc_bdr *rx_ring, in enetc_process_skb()
621 static void enetc_reuse_page(struct enetc_bdr *rx_ring, in enetc_reuse_page()
635 static struct enetc_rx_swbd *enetc_get_rx_buff(struct enetc_bdr *rx_ring, in enetc_get_rx_buff()
646 static void enetc_put_rx_buff(struct enetc_bdr *rx_ring, in enetc_put_rx_buff()
668 static struct sk_buff *enetc_map_rx_buff_to_skb(struct enetc_bdr *rx_ring, in enetc_map_rx_buff_to_skb()
690 static void enetc_add_rx_buff_to_skb(struct enetc_bdr *rx_ring, int i, in enetc_add_rx_buff_to_skb()
703 static int enetc_clean_rx_ring(struct enetc_bdr *rx_ring, in enetc_clean_rx_ring()
[all …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c75 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()
304 static struct sk_buff *fm10k_fetch_rx_buffer(struct fm10k_ring *rx_ring, in fm10k_fetch_rx_buffer()
416 static void fm10k_type_trans(struct fm10k_ring *rx_ring, in fm10k_type_trans()
454 static unsigned int fm10k_process_skb_fields(struct fm10k_ring *rx_ring, in fm10k_process_skb_fields()
495 static bool fm10k_is_non_eop(struct fm10k_ring *rx_ring, in fm10k_is_non_eop()
526 static bool fm10k_cleanup_headers(struct fm10k_ring *rx_ring, in fm10k_cleanup_headers()
568 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
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.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 …]
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_main.c349 static void igc_clean_rx_ring(struct igc_ring *rx_ring) in igc_clean_rx_ring()
407 void igc_free_rx_resources(struct igc_ring *rx_ring) in igc_free_rx_resources()
444 int igc_setup_rx_resources(struct igc_ring *rx_ring) in igc_setup_rx_resources()
1592 static void igc_process_skb_fields(struct igc_ring *rx_ring, in igc_process_skb_fields()
1605 static struct igc_rx_buffer *igc_get_rx_buffer(struct igc_ring *rx_ring, in igc_get_rx_buffer()
1634 static void igc_add_rx_frag(struct igc_ring *rx_ring, in igc_add_rx_frag()
1655 static struct sk_buff *igc_build_skb(struct igc_ring *rx_ring, in igc_build_skb()
1691 static struct sk_buff *igc_construct_skb(struct igc_ring *rx_ring, in igc_construct_skb()
1752 static void igc_reuse_rx_page(struct igc_ring *rx_ring, in igc_reuse_rx_page()
1822 static bool igc_is_non_eop(struct igc_ring *rx_ring, in igc_is_non_eop()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
Digb_main.c360 struct igb_ring *rx_ring; in igb_dump() local
4354 int igb_setup_rx_resources(struct igb_ring *rx_ring) in igb_setup_rx_resources()
4732 struct igb_ring *rx_ring) in igb_set_rx_buffer_len()
4768 struct igb_ring *rx_ring = adapter->rx_ring[i]; in igb_configure_rx() local
4898 void igb_free_rx_resources(struct igb_ring *rx_ring) in igb_free_rx_resources()
4936 static void igb_clean_rx_ring(struct igb_ring *rx_ring) in igb_clean_rx_ring()
6928 struct igb_ring *rx_ring, in igb_update_rx_dca()
8235 static void igb_reuse_rx_page(struct igb_ring *rx_ring, in igb_reuse_rx_page()
8305 static void igb_add_rx_frag(struct igb_ring *rx_ring, in igb_add_rx_frag()
8326 static struct sk_buff *igb_construct_skb(struct igb_ring *rx_ring, in igb_construct_skb()
[all …]
/kernel/linux/linux-5.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
1190 struct igbvf_ring *rx_ring = container_of(napi, struct igbvf_ring, napi); in igbvf_poll() local
1373 struct igbvf_ring *rx_ring = adapter->rx_ring; in igbvf_configure_rx() local
/kernel/linux/linux-5.10/drivers/net/ethernet/oki-semi/pch_gbe/
Dpch_gbe_main.c952 struct pch_gbe_rx_ring *rx_ring) in pch_gbe_clean_rx_ring()
1348 struct pch_gbe_rx_ring *rx_ring, int cleaned_count) in pch_gbe_alloc_rx_buffers()
1411 struct pch_gbe_rx_ring *rx_ring, int cleaned_count) in pch_gbe_alloc_rx_buffers_pool()
1611 struct pch_gbe_rx_ring *rx_ring, in pch_gbe_clean_rx()
1768 struct pch_gbe_rx_ring *rx_ring) in pch_gbe_setup_rx_resources()
1823 struct pch_gbe_rx_ring *rx_ring) in pch_gbe_free_rx_resources()
1873 struct pch_gbe_rx_ring *rx_ring = adapter->rx_ring; in pch_gbe_up() local
1930 struct pch_gbe_rx_ring *rx_ring = adapter->rx_ring; in pch_gbe_down() local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
Dnetdev.c203 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000e_dump() local
602 static void e1000e_update_rdt_wa(struct e1000_ring *rx_ring, unsigned int i) in e1000e_update_rdt_wa()
642 static void e1000_alloc_rx_buffers(struct e1000_ring *rx_ring, in e1000_alloc_rx_buffers()
712 static void e1000_alloc_rx_buffers_ps(struct e1000_ring *rx_ring, in e1000_alloc_rx_buffers_ps()
817 static void e1000_alloc_jumbo_rx_buffers(struct e1000_ring *rx_ring, in e1000_alloc_jumbo_rx_buffers()
910 static bool e1000_clean_rx_irq(struct e1000_ring *rx_ring, int *work_done, in e1000_clean_rx_irq()
1306 static bool e1000_clean_rx_irq_ps(struct e1000_ring *rx_ring, int *work_done, in e1000_clean_rx_irq_ps()
1510 static bool e1000_clean_jumbo_rx_irq(struct e1000_ring *rx_ring, int *work_done, in e1000_clean_jumbo_rx_irq()
1677 static void e1000_clean_rx_ring(struct e1000_ring *rx_ring) in e1000_clean_rx_ring()
1945 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000_intr_msix_rx() local
[all …]
/kernel/linux/linux-5.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