Home
last modified time | relevance | path

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

123456

/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_xsk.c143 struct ixgbe_ring *rx_ring, in ixgbe_run_xdp_zc()
190 ixgbe_rx_buffer *ixgbe_get_rx_buffer_zc(struct ixgbe_ring *rx_ring, in ixgbe_get_rx_buffer_zc()
206 static void ixgbe_reuse_rx_buffer_zc(struct ixgbe_ring *rx_ring, in ixgbe_reuse_rx_buffer_zc()
229 struct ixgbe_ring *rx_ring; in ixgbe_zca_free() local
255 static bool ixgbe_alloc_buffer_zc(struct ixgbe_ring *rx_ring, in ixgbe_alloc_buffer_zc()
284 static bool ixgbe_alloc_buffer_slow_zc(struct ixgbe_ring *rx_ring, in ixgbe_alloc_buffer_slow_zc()
312 __ixgbe_alloc_rx_buffers_zc(struct ixgbe_ring *rx_ring, u16 cleaned_count, in __ixgbe_alloc_rx_buffers_zc()
313 bool alloc(struct ixgbe_ring *rx_ring, in __ixgbe_alloc_rx_buffers_zc()
381 void ixgbe_alloc_rx_buffers_zc(struct ixgbe_ring *rx_ring, u16 count) in ixgbe_alloc_rx_buffers_zc()
387 static bool ixgbe_alloc_rx_buffers_fast_zc(struct ixgbe_ring *rx_ring, in ixgbe_alloc_rx_buffers_fast_zc()
[all …]
Dixgbe_main.c576 struct ixgbe_ring *rx_ring; in ixgbe_dump() local
1312 struct ixgbe_ring *rx_ring, in ixgbe_update_rx_dca()
1525 static inline unsigned int ixgbe_rx_offset(struct ixgbe_ring *rx_ring) in ixgbe_rx_offset()
1530 static bool ixgbe_alloc_mapped_page(struct ixgbe_ring *rx_ring, in ixgbe_alloc_mapped_page()
1579 void ixgbe_alloc_rx_buffers(struct ixgbe_ring *rx_ring, u16 cleaned_count) in ixgbe_alloc_rx_buffers()
1655 static void ixgbe_update_rsc_stats(struct ixgbe_ring *rx_ring, in ixgbe_update_rsc_stats()
1681 void ixgbe_process_skb_fields(struct ixgbe_ring *rx_ring, in ixgbe_process_skb_fields()
1733 static bool ixgbe_is_non_eop(struct ixgbe_ring *rx_ring, in ixgbe_is_non_eop()
1786 static void ixgbe_pull_tail(struct ixgbe_ring *rx_ring, in ixgbe_pull_tail()
1826 static void ixgbe_dma_sync_frag(struct ixgbe_ring *rx_ring, in ixgbe_dma_sync_frag()
[all …]
/Linux-v5.4/drivers/net/ethernet/intel/i40e/
Di40e_xsk.c191 static int i40e_run_xdp_zc(struct i40e_ring *rx_ring, struct xdp_buff *xdp) in i40e_run_xdp_zc()
245 static bool i40e_alloc_buffer_zc(struct i40e_ring *rx_ring, in i40e_alloc_buffer_zc()
286 static bool i40e_alloc_buffer_slow_zc(struct i40e_ring *rx_ring, in i40e_alloc_buffer_slow_zc()
314 __i40e_alloc_rx_buffers_zc(struct i40e_ring *rx_ring, u16 count, in __i40e_alloc_rx_buffers_zc()
315 bool alloc(struct i40e_ring *rx_ring, in __i40e_alloc_rx_buffers_zc()
368 bool i40e_alloc_rx_buffers_zc(struct i40e_ring *rx_ring, u16 count) in i40e_alloc_rx_buffers_zc()
384 static bool i40e_alloc_rx_buffers_fast_zc(struct i40e_ring *rx_ring, u16 count) in i40e_alloc_rx_buffers_fast_zc()
400 static struct i40e_rx_buffer *i40e_get_rx_buffer_zc(struct i40e_ring *rx_ring, in i40e_get_rx_buffer_zc()
424 static void i40e_reuse_rx_buffer_zc(struct i40e_ring *rx_ring, in i40e_reuse_rx_buffer_zc()
450 struct i40e_ring *rx_ring; in i40e_zca_free() local
[all …]
Di40e_txrx.c530 void i40e_fd_handle_status(struct i40e_ring *rx_ring, in i40e_fd_handle_status()
1205 static void i40e_reuse_rx_page(struct i40e_ring *rx_ring, in i40e_reuse_rx_page()
1261 struct i40e_ring *rx_ring, in i40e_clean_programming_status()
1343 void i40e_clean_rx_ring(struct i40e_ring *rx_ring) in i40e_clean_rx_ring()
1408 void i40e_free_rx_resources(struct i40e_ring *rx_ring) in i40e_free_rx_resources()
1430 int i40e_setup_rx_descriptors(struct i40e_ring *rx_ring) in i40e_setup_rx_descriptors()
1483 void i40e_release_rx_desc(struct i40e_ring *rx_ring, u32 val) in i40e_release_rx_desc()
1505 static inline unsigned int i40e_rx_offset(struct i40e_ring *rx_ring) in i40e_rx_offset()
1518 static bool i40e_alloc_mapped_page(struct i40e_ring *rx_ring, in i40e_alloc_mapped_page()
1568 bool i40e_alloc_rx_buffers(struct i40e_ring *rx_ring, u16 cleaned_count) in i40e_alloc_rx_buffers()
[all …]
/Linux-v5.4/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.4/drivers/staging/qlge/
Dqlge_main.c1031 static struct bq_desc *ql_get_curr_lbuf(struct rx_ring *rx_ring) in ql_get_curr_lbuf()
1042 struct rx_ring *rx_ring) in ql_get_curr_lchunk()
1064 static struct bq_desc *ql_get_curr_sbuf(struct rx_ring *rx_ring) in ql_get_curr_sbuf()
1075 static void ql_update_cq(struct rx_ring *rx_ring) in ql_update_cq()
1085 static void ql_write_cq_idx(struct rx_ring *rx_ring) in ql_write_cq_idx()
1090 static int ql_get_next_chunk(struct ql_adapter *qdev, struct rx_ring *rx_ring, in ql_get_next_chunk()
1138 static void ql_update_lbq(struct ql_adapter *qdev, struct rx_ring *rx_ring) in ql_update_lbq()
1192 static void ql_update_sbq(struct ql_adapter *qdev, struct rx_ring *rx_ring) in ql_update_sbq()
1258 struct rx_ring *rx_ring) in ql_update_buffer_queues()
1437 struct rx_ring *rx_ring) in ql_categorize_rx_err()
[all …]
Dqlge.h1418 struct rx_ring { struct
1419 struct cqicb cqicb; /* The chip's completion queue init control block. */
1422 void *cq_base;
1423 dma_addr_t cq_base_dma;
1424 u32 cq_size;
1425 u32 cq_len;
1426 u16 cq_id;
1427 __le32 *prod_idx_sh_reg; /* Shadowed producer register. */
1428 dma_addr_t prod_idx_sh_reg_dma;
1429 void __iomem *cnsmr_idx_db_reg; /* PCI doorbell mem area + 0 */
[all …]
/Linux-v5.4/drivers/net/ethernet/intel/ice/
Dice_txrx.c267 void ice_clean_rx_ring(struct ice_ring *rx_ring) in ice_clean_rx_ring()
319 void ice_free_rx_ring(struct ice_ring *rx_ring) in ice_free_rx_ring()
338 int ice_setup_rx_ring(struct ice_ring *rx_ring) in ice_setup_rx_ring()
379 static void ice_release_rx_desc(struct ice_ring *rx_ring, u32 val) in ice_release_rx_desc()
414 ice_alloc_mapped_page(struct ice_ring *rx_ring, struct ice_rx_buf *bi) in ice_alloc_mapped_page()
467 bool ice_alloc_rx_bufs(struct ice_ring *rx_ring, u16 cleaned_count) in ice_alloc_rx_bufs()
628 ice_reuse_rx_page(struct ice_ring *rx_ring, struct ice_rx_buf *old_buf) in ice_reuse_rx_page()
659 ice_get_rx_buf(struct ice_ring *rx_ring, struct sk_buff **skb, in ice_get_rx_buf()
692 ice_construct_skb(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf, in ice_construct_skb()
751 static void ice_put_rx_buf(struct ice_ring *rx_ring, struct ice_rx_buf *rx_buf) in ice_put_rx_buf()
[all …]
/Linux-v5.4/drivers/net/ethernet/amazon/ena/
Dena_netdev.c329 static int validate_rx_req_id(struct ena_ring *rx_ring, u16 req_id) in validate_rx_req_id()
356 struct ena_ring *rx_ring = &adapter->rx_ring[qid]; in ena_setup_rx_resources() local
413 struct ena_ring *rx_ring = &adapter->rx_ring[qid]; in ena_free_rx_resources() local
463 static int ena_alloc_rx_page(struct ena_ring *rx_ring, in ena_alloc_rx_page()
504 static void ena_free_rx_page(struct ena_ring *rx_ring, in ena_free_rx_page()
523 static int ena_refill_rx_bufs(struct ena_ring *rx_ring, u32 num) in ena_refill_rx_bufs()
584 struct ena_ring *rx_ring = &adapter->rx_ring[qid]; in ena_free_rx_bufs() local
600 struct ena_ring *rx_ring; in ena_refill_all_rx_bufs() local
840 static struct sk_buff *ena_alloc_skb(struct ena_ring *rx_ring, bool frags) in ena_alloc_skb()
862 static struct sk_buff *ena_rx_skb(struct ena_ring *rx_ring, in ena_rx_skb()
[all …]
/Linux-v5.4/drivers/net/ethernet/freescale/enetc/
Denetc.c410 static bool enetc_new_page(struct enetc_bdr *rx_ring, in enetc_new_page()
434 static int enetc_refill_rx_ring(struct enetc_bdr *rx_ring, const int buff_cnt) in enetc_refill_rx_ring()
504 static void enetc_get_offloads(struct enetc_bdr *rx_ring, in enetc_get_offloads()
530 static void enetc_process_skb(struct enetc_bdr *rx_ring, in enetc_process_skb()
542 static void enetc_reuse_page(struct enetc_bdr *rx_ring, in enetc_reuse_page()
556 static struct enetc_rx_swbd *enetc_get_rx_buff(struct enetc_bdr *rx_ring, in enetc_get_rx_buff()
567 static void enetc_put_rx_buff(struct enetc_bdr *rx_ring, in enetc_put_rx_buff()
589 static struct sk_buff *enetc_map_rx_buff_to_skb(struct enetc_bdr *rx_ring, in enetc_map_rx_buff_to_skb()
611 static void enetc_add_rx_buff_to_skb(struct enetc_bdr *rx_ring, int i, in enetc_add_rx_buff_to_skb()
624 static int enetc_clean_rx_ring(struct enetc_bdr *rx_ring, in enetc_clean_rx_ring()
[all …]
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c70 static bool fm10k_alloc_mapped_page(struct fm10k_ring *rx_ring, in fm10k_alloc_mapped_page()
112 void fm10k_alloc_rx_buffers(struct fm10k_ring *rx_ring, u16 cleaned_count) in fm10k_alloc_rx_buffers()
178 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()
414 static void fm10k_type_trans(struct fm10k_ring *rx_ring, in fm10k_type_trans()
452 static unsigned int fm10k_process_skb_fields(struct fm10k_ring *rx_ring, in fm10k_process_skb_fields()
493 static bool fm10k_is_non_eop(struct fm10k_ring *rx_ring, in fm10k_is_non_eop()
524 static bool fm10k_cleanup_headers(struct fm10k_ring *rx_ring, in fm10k_cleanup_headers()
566 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()
937 struct fm10k_ring *rx_ring = interface->rx_ring[i]; in fm10k_update_vid() local
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c508 static void ixgbevf_process_skb_fields(struct ixgbevf_ring *rx_ring, in ixgbevf_process_skb_fields()
530 struct ixgbevf_rx_buffer *ixgbevf_get_rx_buffer(struct ixgbevf_ring *rx_ring, in ixgbevf_get_rx_buffer()
550 static void ixgbevf_put_rx_buffer(struct ixgbevf_ring *rx_ring, in ixgbevf_put_rx_buffer()
584 static bool ixgbevf_is_non_eop(struct ixgbevf_ring *rx_ring, in ixgbevf_is_non_eop()
601 static inline unsigned int ixgbevf_rx_offset(struct ixgbevf_ring *rx_ring) in ixgbevf_rx_offset()
606 static bool ixgbevf_alloc_mapped_page(struct ixgbevf_ring *rx_ring, in ixgbevf_alloc_mapped_page()
652 static void ixgbevf_alloc_rx_buffers(struct ixgbevf_ring *rx_ring, in ixgbevf_alloc_rx_buffers()
734 static bool ixgbevf_cleanup_headers(struct ixgbevf_ring *rx_ring, in ixgbevf_cleanup_headers()
767 static void ixgbevf_reuse_rx_page(struct ixgbevf_ring *rx_ring, in ixgbevf_reuse_rx_page()
834 static void ixgbevf_add_rx_frag(struct ixgbevf_ring *rx_ring, in ixgbevf_add_rx_frag()
[all …]
/Linux-v5.4/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.4/drivers/net/ethernet/intel/igc/
Digc_main.c356 static void igc_clean_rx_ring(struct igc_ring *rx_ring) in igc_clean_rx_ring()
414 void igc_free_rx_resources(struct igc_ring *rx_ring) in igc_free_rx_resources()
451 int igc_setup_rx_resources(struct igc_ring *rx_ring) in igc_setup_rx_resources()
1186 static void igc_process_skb_fields(struct igc_ring *rx_ring, in igc_process_skb_fields()
1197 static struct igc_rx_buffer *igc_get_rx_buffer(struct igc_ring *rx_ring, in igc_get_rx_buffer()
1226 static void igc_add_rx_frag(struct igc_ring *rx_ring, in igc_add_rx_frag()
1247 static struct sk_buff *igc_build_skb(struct igc_ring *rx_ring, in igc_build_skb()
1286 static struct sk_buff *igc_construct_skb(struct igc_ring *rx_ring, in igc_construct_skb()
1344 static void igc_reuse_rx_page(struct igc_ring *rx_ring, in igc_reuse_rx_page()
1415 static bool igc_is_non_eop(struct igc_ring *rx_ring, in igc_is_non_eop()
[all …]
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dpci.c128 struct rtw_pci_rx_ring *rx_ring) in rtw_pci_free_rx_ring_skbs()
149 struct rtw_pci_rx_ring *rx_ring) in rtw_pci_free_rx_ring()
164 struct rtw_pci_rx_ring *rx_ring; in rtw_pci_free_trx_ring() local
205 struct rtw_pci_rx_ring *rx_ring, in rtw_pci_reset_rx_desc()
231 struct rtw_pci_rx_ring *rx_ring, in rtw_pci_sync_rx_desc_device()
248 struct rtw_pci_rx_ring *rx_ring, in rtw_pci_init_rx_ring()
314 struct rtw_pci_rx_ring *rx_ring; in rtw_pci_init_trx_ring() local
583 struct rtw_pci_rx_ring *rx_ring, in rtw_pci_dma_check()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c594 nfp_net_rx_ring_init(struct nfp_net_rx_ring *rx_ring, in nfp_net_rx_ring_init()
1437 struct nfp_net_rx_ring *rx_ring, in nfp_net_rx_give_one()
1472 static void nfp_net_rx_ring_reset(struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_reset()
1506 struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_bufs_free()
1532 struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_bufs_alloc()
1557 struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_fill_freelist()
1713 struct nfp_net_rx_ring *rx_ring, struct nfp_net_rx_buf *rxbuf, in nfp_net_rx_drop()
1737 nfp_net_tx_xdp_buf(struct nfp_net_dp *dp, struct nfp_net_rx_ring *rx_ring, in nfp_net_tx_xdp_buf()
1802 static int nfp_net_rx(struct nfp_net_rx_ring *rx_ring, int budget) in nfp_net_rx()
2198 struct nfp_net_r_vector *r_vec, struct nfp_net_rx_ring *rx_ring) in nfp_ctrl_rx_one()
[all …]
/Linux-v5.4/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.4/drivers/net/ethernet/intel/igbvf/
Dnetdev.c133 static void igbvf_alloc_rx_buffers(struct igbvf_ring *rx_ring, in igbvf_alloc_rx_buffers()
245 struct igbvf_ring *rx_ring = adapter->rx_ring; in igbvf_clean_rx_irq() local
453 struct igbvf_ring *rx_ring) in igbvf_setup_rx_resources()
547 static void igbvf_clean_rx_ring(struct igbvf_ring *rx_ring) in igbvf_clean_rx_ring()
612 void igbvf_free_rx_resources(struct igbvf_ring *rx_ring) in igbvf_free_rx_resources()
976 struct igbvf_ring *rx_ring = adapter->rx_ring; in igbvf_configure_msix() local
1182 struct igbvf_ring *rx_ring = container_of(napi, struct igbvf_ring, napi); in igbvf_poll() local
1365 struct igbvf_ring *rx_ring = adapter->rx_ring; in igbvf_configure_rx() local
/Linux-v5.4/drivers/net/ethernet/intel/e1000e/
Dnetdev.c208 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000e_dump() local
606 static void e1000e_update_rdt_wa(struct e1000_ring *rx_ring, unsigned int i) in e1000e_update_rdt_wa()
644 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()
816 static void e1000_alloc_jumbo_rx_buffers(struct e1000_ring *rx_ring, in e1000_alloc_jumbo_rx_buffers()
907 static bool e1000_clean_rx_irq(struct e1000_ring *rx_ring, int *work_done, in e1000_clean_rx_irq()
1301 static bool e1000_clean_rx_irq_ps(struct e1000_ring *rx_ring, int *work_done, in e1000_clean_rx_irq_ps()
1506 static bool e1000_clean_jumbo_rx_irq(struct e1000_ring *rx_ring, int *work_done, in e1000_clean_jumbo_rx_irq()
1673 static void e1000_clean_rx_ring(struct e1000_ring *rx_ring) in e1000_clean_rx_ring()
1944 struct e1000_ring *rx_ring = adapter->rx_ring; in e1000_intr_msix_rx() local
[all …]
/Linux-v5.4/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c690 struct atl1e_rx_ring *rx_ring = in atl1e_clean_rx_ring() local
724 struct atl1e_rx_ring *rx_ring = NULL; in atl1e_init_ring_resources() local
746 struct atl1e_rx_ring *rx_ring = NULL; in atl1e_init_ring_ptrs() local
802 struct atl1e_rx_ring *rx_ring; in atl1e_setup_ring_resources() local
888 struct atl1e_rx_ring *rx_ring = &adapter->rx_ring; in atl1e_configure_des_ring() local
1396 struct atl1e_rx_ring *rx_ring = &adapter->rx_ring; in atl1e_clean_rx_irq() local
/Linux-v5.4/drivers/net/ethernet/intel/igb/
Digb_main.c366 struct igb_ring *rx_ring; in igb_dump() local
4187 int igb_setup_rx_resources(struct igb_ring *rx_ring) in igb_setup_rx_resources()
4535 struct igb_ring *rx_ring) in igb_set_rx_buffer_len()
4571 struct igb_ring *rx_ring = adapter->rx_ring[i]; in igb_configure_rx() local
4696 void igb_free_rx_resources(struct igb_ring *rx_ring) in igb_free_rx_resources()
4732 static void igb_clean_rx_ring(struct igb_ring *rx_ring) in igb_clean_rx_ring()
6615 struct igb_ring *rx_ring, in igb_update_rx_dca()
7916 static void igb_reuse_rx_page(struct igb_ring *rx_ring, in igb_reuse_rx_page()
7985 static void igb_add_rx_frag(struct igb_ring *rx_ring, in igb_add_rx_frag()
8006 static struct sk_buff *igb_construct_skb(struct igb_ring *rx_ring, in igb_construct_skb()
[all …]
/Linux-v5.4/drivers/net/ethernet/amd/
Dariadne.c89 volatile struct RDRE *rx_ring[RX_RING_SIZE]; member
101 struct RDRE rx_ring[RX_RING_SIZE]; member
/Linux-v5.4/drivers/net/ethernet/intel/ixgb/
Dixgb_main.c959 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_free_rx_resources() local
981 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_clean_rx_ring() local
1935 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_clean_rx_irq() local
2054 struct ixgb_desc_ring *rx_ring = &adapter->rx_ring; in ixgb_alloc_rx_buffers() local
/Linux-v5.4/drivers/net/ethernet/samsung/sxgbe/
Dsxgbe_main.c340 struct sxgbe_rx_queue *rx_ring) in sxgbe_init_rx_buffers()
374 struct sxgbe_rx_queue *rx_ring) in sxgbe_free_rx_buffers()
440 static void free_rx_ring(struct device *dev, struct sxgbe_rx_queue *rx_ring, in free_rx_ring()
457 struct sxgbe_rx_queue *rx_ring, int rx_rsize) in init_rx_ring()

123456