Home
last modified time | relevance | path

Searched defs:tx_ring (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/kernel/linux/linux-4.19/drivers/net/ethernet/qualcomm/
Dqca_spi.h56 struct tx_ring { struct
57 struct sk_buff *skb[TX_RING_MAX_LEN];
58 u16 head;
59 u16 tail;
83 struct tx_ring txr; argument
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/
Dqca_spi.h56 struct tx_ring { struct
57 struct sk_buff *skb[TX_RING_MAX_LEN];
58 u16 head;
59 u16 tail;
60 u16 size;
61 u16 count;
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/ice/
Dice_txrx.c49 void ice_clean_tx_ring(struct ice_ring *tx_ring) in ice_clean_tx_ring()
84 void ice_free_tx_ring(struct ice_ring *tx_ring) in ice_free_tx_ring()
105 static bool ice_clean_tx_irq(struct ice_vsi *vsi, struct ice_ring *tx_ring, in ice_clean_tx_irq()
226 int ice_setup_tx_ring(struct ice_ring *tx_ring) in ice_setup_tx_ring()
1131 static int __ice_maybe_stop_tx(struct ice_ring *tx_ring, unsigned int size) in __ice_maybe_stop_tx()
1154 static int ice_maybe_stop_tx(struct ice_ring *tx_ring, unsigned int size) in ice_maybe_stop_tx()
1172 ice_tx_map(struct ice_ring *tx_ring, struct ice_tx_buf *first, in ice_tx_map()
1425 ice_tx_prepare_vlan_flags(struct ice_ring *tx_ring, struct ice_tx_buf *first) in ice_tx_prepare_vlan_flags()
1688 ice_xmit_frame_ring(struct sk_buff *skb, struct ice_ring *tx_ring) in ice_xmit_frame_ring()
1772 struct ice_ring *tx_ring; in ice_start_xmit() local
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/
Diavf_txrx.c57 void iavf_clean_tx_ring(struct iavf_ring *tx_ring) in iavf_clean_tx_ring()
92 void iavf_free_tx_resources(struct iavf_ring *tx_ring) in iavf_free_tx_resources()
136 struct iavf_ring *tx_ring = NULL; in iavf_detect_recover_hung() local
191 struct iavf_ring *tx_ring, int napi_budget) in iavf_clean_tx_irq()
614 int iavf_setup_tx_descriptors(struct iavf_ring *tx_ring) in iavf_setup_tx_descriptors()
1798 struct iavf_ring *tx_ring, in iavf_tx_prepare_vlan_flags()
1958 struct iavf_ring *tx_ring, in iavf_tx_enable_csum()
2120 static void iavf_create_tx_ctx(struct iavf_ring *tx_ring, in iavf_create_tx_ctx()
2235 int __iavf_maybe_stop_tx(struct iavf_ring *tx_ring, int size) in __iavf_maybe_stop_tx()
2261 static inline void iavf_tx_map(struct iavf_ring *tx_ring, struct sk_buff *skb, in iavf_tx_map()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/i40evf/
Di40e_txrx.c58 void i40evf_clean_tx_ring(struct i40e_ring *tx_ring) in i40evf_clean_tx_ring()
93 void i40evf_free_tx_resources(struct i40e_ring *tx_ring) in i40evf_free_tx_resources()
137 struct i40e_ring *tx_ring = NULL; in i40evf_detect_recover_hung() local
192 struct i40e_ring *tx_ring, int napi_budget) in i40e_clean_tx_irq()
615 int i40evf_setup_tx_descriptors(struct i40e_ring *tx_ring) in i40evf_setup_tx_descriptors()
1788 struct i40e_ring *tx_ring, in i40evf_tx_prepare_vlan_flags()
1948 struct i40e_ring *tx_ring, in i40e_tx_enable_csum()
2110 static void i40e_create_tx_ctx(struct i40e_ring *tx_ring, in i40e_create_tx_ctx()
2225 int __i40evf_maybe_stop_tx(struct i40e_ring *tx_ring, int size) in __i40evf_maybe_stop_tx()
2251 static inline void i40evf_tx_map(struct i40e_ring *tx_ring, struct sk_buff *skb, in i40evf_tx_map()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice_txrx.c34 struct ice_ring *tx_ring; in ice_prgm_fdir_fltr() local
144 void ice_clean_tx_ring(struct ice_ring *tx_ring) in ice_clean_tx_ring()
183 void ice_free_tx_ring(struct ice_ring *tx_ring) in ice_free_tx_ring()
203 static bool ice_clean_tx_irq(struct ice_ring *tx_ring, int napi_budget) in ice_clean_tx_irq()
328 int ice_setup_tx_ring(struct ice_ring *tx_ring) in ice_setup_tx_ring()
1688 static int __ice_maybe_stop_tx(struct ice_ring *tx_ring, unsigned int size) in __ice_maybe_stop_tx()
1711 static int ice_maybe_stop_tx(struct ice_ring *tx_ring, unsigned int size) in ice_maybe_stop_tx()
1730 ice_tx_map(struct ice_ring *tx_ring, struct ice_tx_buf *first, in ice_tx_map()
2066 ice_tx_prepare_vlan_flags(struct ice_ring *tx_ring, struct ice_tx_buf *first) in ice_tx_prepare_vlan_flags()
2372 ice_xmit_frame_ring(struct sk_buff *skb, struct ice_ring *tx_ring) in ice_xmit_frame_ring()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/agere/
Det131x.c359 struct tx_ring { struct
361 struct tcb *tcb_ring;
364 struct tcb *tcb_qhead;
365 struct tcb *tcb_qtail;
368 struct tcb *send_head;
369 struct tcb *send_tail;
370 int used;
373 struct tx_desc *tx_desc_ring;
374 dma_addr_t tx_desc_ring_pa;
377 u32 send_idx;
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/agere/
Det131x.c359 struct tx_ring { struct
361 struct tcb *tcb_ring;
364 struct tcb *tcb_qhead;
365 struct tcb *tcb_qtail;
368 struct tcb *send_head;
369 struct tcb *send_tail;
370 int used;
373 struct tx_desc *tx_desc_ring;
374 dma_addr_t tx_desc_ring_pa;
377 u32 send_idx;
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c270 u16 vlan_id, struct qlcnic_host_tx_ring *tx_ring) in qlcnic_82xx_change_filter()
303 struct qlcnic_host_tx_ring *tx_ring) in qlcnic_send_filter()
372 struct qlcnic_host_tx_ring *tx_ring) in qlcnic_tx_encap_pkt()
459 struct qlcnic_host_tx_ring *tx_ring) in qlcnic_tx_pkt()
651 struct qlcnic_host_tx_ring *tx_ring; in qlcnic_xmit_frame() local
886 struct qlcnic_host_tx_ring *tx_ring, in qlcnic_process_cmd_ring()
964 struct qlcnic_host_tx_ring *tx_ring; in qlcnic_poll() local
991 struct qlcnic_host_tx_ring *tx_ring; in qlcnic_tx_poll() local
1578 struct qlcnic_host_tx_ring *tx_ring; in qlcnic_82xx_napi_add() local
1622 struct qlcnic_host_tx_ring *tx_ring; in qlcnic_82xx_napi_del() local
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c271 u16 vlan_id, struct qlcnic_host_tx_ring *tx_ring) in qlcnic_82xx_change_filter()
304 struct qlcnic_host_tx_ring *tx_ring) in qlcnic_send_filter()
373 struct qlcnic_host_tx_ring *tx_ring) in qlcnic_tx_encap_pkt()
460 struct qlcnic_host_tx_ring *tx_ring) in qlcnic_tx_pkt()
650 struct qlcnic_host_tx_ring *tx_ring; in qlcnic_xmit_frame() local
885 struct qlcnic_host_tx_ring *tx_ring, in qlcnic_process_cmd_ring()
963 struct qlcnic_host_tx_ring *tx_ring; in qlcnic_poll() local
990 struct qlcnic_host_tx_ring *tx_ring; in qlcnic_tx_poll() local
1577 struct qlcnic_host_tx_ring *tx_ring; in qlcnic_82xx_napi_add() local
1621 struct qlcnic_host_tx_ring *tx_ring; in qlcnic_82xx_napi_del() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_txrx_common.h43 static inline void i40e_update_tx_stats(struct i40e_ring *tx_ring, in i40e_update_tx_stats()
63 static inline void i40e_arm_wb(struct i40e_ring *tx_ring, in i40e_arm_wb()
Di40e_txrx.c21 static void i40e_fdir(struct i40e_ring *tx_ring, in i40e_fdir()
94 struct i40e_ring *tx_ring; in i40e_program_fdir_filter() local
634 void i40e_clean_tx_ring(struct i40e_ring *tx_ring) in i40e_clean_tx_ring()
674 void i40e_free_tx_resources(struct i40e_ring *tx_ring) in i40e_free_tx_resources()
723 struct i40e_ring *tx_ring = NULL; in i40e_detect_recover_hung() local
776 struct i40e_ring *tx_ring, int napi_budget) in i40e_clean_tx_irq()
1265 int i40e_setup_tx_descriptors(struct i40e_ring *tx_ring) in i40e_setup_tx_descriptors()
2687 static void i40e_atr(struct i40e_ring *tx_ring, struct sk_buff *skb, in i40e_atr()
2833 struct i40e_ring *tx_ring, in i40e_tx_prepare_vlan_flags()
3021 static int i40e_tsyn(struct i40e_ring *tx_ring, struct sk_buff *skb, in i40e_tsyn()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/i40e/
Di40e_txrx.c30 static void i40e_fdir(struct i40e_ring *tx_ring, in i40e_fdir()
103 struct i40e_ring *tx_ring; in i40e_program_fdir_filter() local
642 void i40e_clean_tx_ring(struct i40e_ring *tx_ring) in i40e_clean_tx_ring()
677 void i40e_free_tx_resources(struct i40e_ring *tx_ring) in i40e_free_tx_resources()
726 struct i40e_ring *tx_ring = NULL; in i40e_detect_recover_hung() local
781 struct i40e_ring *tx_ring, int napi_budget) in i40e_clean_tx_irq()
1314 int i40e_setup_tx_descriptors(struct i40e_ring *tx_ring) in i40e_setup_tx_descriptors()
2662 static void i40e_atr(struct i40e_ring *tx_ring, struct sk_buff *skb, in i40e_atr()
2808 struct i40e_ring *tx_ring, in i40e_tx_prepare_vlan_flags()
2990 static int i40e_tsyn(struct i40e_ring *tx_ring, struct sk_buff *skb, in i40e_tsyn()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/igbvf/
Dnetdev.c415 struct igbvf_ring *tx_ring) in igbvf_setup_tx_resources()
493 static void igbvf_clean_tx_ring(struct igbvf_ring *tx_ring) in igbvf_clean_tx_ring()
528 void igbvf_free_tx_resources(struct igbvf_ring *tx_ring) in igbvf_free_tx_resources()
769 static bool igbvf_clean_tx_irq(struct igbvf_ring *tx_ring) in igbvf_clean_tx_irq()
871 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_intr_msix_tx() local
975 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_configure_msix() local
1281 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_configure_tx() local
1910 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_watchdog_task() local
1969 static void igbvf_tx_ctxtdesc(struct igbvf_ring *tx_ring, u32 vlan_macip_lens, in igbvf_tx_ctxtdesc()
1994 static int igbvf_tso(struct igbvf_ring *tx_ring, in igbvf_tso()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igbvf/
Dnetdev.c418 struct igbvf_ring *tx_ring) in igbvf_setup_tx_resources()
497 static void igbvf_clean_tx_ring(struct igbvf_ring *tx_ring) in igbvf_clean_tx_ring()
532 void igbvf_free_tx_resources(struct igbvf_ring *tx_ring) in igbvf_free_tx_resources()
773 static bool igbvf_clean_tx_irq(struct igbvf_ring *tx_ring) in igbvf_clean_tx_irq()
875 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_intr_msix_tx() local
979 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_configure_msix() local
1288 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_configure_tx() local
1917 struct igbvf_ring *tx_ring = adapter->tx_ring; in igbvf_watchdog_task() local
1976 static void igbvf_tx_ctxtdesc(struct igbvf_ring *tx_ring, u32 vlan_macip_lens, in igbvf_tx_ctxtdesc()
2001 static int igbvf_tso(struct igbvf_ring *tx_ring, in igbvf_tso()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c532 nfp_net_tx_ring_init(struct nfp_net_tx_ring *tx_ring, in nfp_net_tx_ring_init()
638 static int nfp_net_tx_full(struct nfp_net_tx_ring *tx_ring, int dcnt) in nfp_net_tx_full()
644 static int nfp_net_tx_ring_should_wake(struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_should_wake()
649 static int nfp_net_tx_ring_should_stop(struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_should_stop()
664 struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_stop()
781 static void nfp_net_tx_xmit_more_flush(struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_xmit_more_flush()
821 struct nfp_net_tx_ring *tx_ring; in nfp_net_tx() local
969 static void nfp_net_tx_complete(struct nfp_net_tx_ring *tx_ring, int budget) in nfp_net_tx_complete()
1051 static bool nfp_net_xdp_complete(struct nfp_net_tx_ring *tx_ring) in nfp_net_xdp_complete()
1100 nfp_net_tx_ring_reset(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_reset()
[all …]
/kernel/linux/linux-4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c753 static int fm10k_tso(struct fm10k_ring *tx_ring, in fm10k_tso()
800 static void fm10k_tx_csum(struct fm10k_ring *tx_ring, in fm10k_tx_csum()
902 static bool fm10k_tx_desc_push(struct fm10k_ring *tx_ring, in fm10k_tx_desc_push()
919 static int __fm10k_maybe_stop_tx(struct fm10k_ring *tx_ring, u16 size) in __fm10k_maybe_stop_tx()
936 static inline int fm10k_maybe_stop_tx(struct fm10k_ring *tx_ring, u16 size) in fm10k_maybe_stop_tx()
943 static void fm10k_tx_map(struct fm10k_ring *tx_ring, in fm10k_tx_map()
1068 struct fm10k_ring *tx_ring) in fm10k_xmit_frame_ring()
1142 bool fm10k_check_tx_hang(struct fm10k_ring *tx_ring) in fm10k_check_tx_hang()
1192 struct fm10k_ring *tx_ring, int napi_budget) in fm10k_clean_tx_irq()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c740 static int fm10k_tso(struct fm10k_ring *tx_ring, in fm10k_tso()
787 static void fm10k_tx_csum(struct fm10k_ring *tx_ring, in fm10k_tx_csum()
889 static bool fm10k_tx_desc_push(struct fm10k_ring *tx_ring, in fm10k_tx_desc_push()
906 static int __fm10k_maybe_stop_tx(struct fm10k_ring *tx_ring, u16 size) in __fm10k_maybe_stop_tx()
923 static inline int fm10k_maybe_stop_tx(struct fm10k_ring *tx_ring, u16 size) in fm10k_maybe_stop_tx()
930 static void fm10k_tx_map(struct fm10k_ring *tx_ring, in fm10k_tx_map()
1050 struct fm10k_ring *tx_ring) in fm10k_xmit_frame_ring()
1127 bool fm10k_check_tx_hang(struct fm10k_ring *tx_ring) in fm10k_check_tx_hang()
1177 struct fm10k_ring *tx_ring, int napi_budget) in fm10k_clean_tx_irq()
/kernel/linux/linux-4.19/drivers/net/ethernet/amazon/ena/
Dena_netdev.c211 struct ena_ring *tx_ring = &adapter->tx_ring[qid]; in ena_setup_tx_resources() local
262 struct ena_ring *tx_ring = &adapter->tx_ring[qid]; in ena_free_tx_resources() local
609 static void ena_free_tx_bufs(struct ena_ring *tx_ring) in ena_free_tx_bufs()
658 struct ena_ring *tx_ring; in ena_free_all_tx_bufs() local
695 static int validate_tx_req_id(struct ena_ring *tx_ring, u16 req_id) in validate_tx_req_id()
722 static int ena_clean_tx_irq(struct ena_ring *tx_ring, u32 budget) in ena_clean_tx_irq()
1131 struct ena_ring *tx_ring) in ena_adjust_intr_moderation()
1149 static inline void ena_unmask_interrupt(struct ena_ring *tx_ring, in ena_unmask_interrupt()
1169 static inline void ena_update_ring_numa_node(struct ena_ring *tx_ring, in ena_update_ring_numa_node()
1198 struct ena_ring *tx_ring, *rx_ring; in ena_io_poll() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
Dnfp_net_common.c573 nfp_net_tx_ring_init(struct nfp_net_tx_ring *tx_ring, in nfp_net_tx_ring_init()
679 static int nfp_net_tx_full(struct nfp_net_tx_ring *tx_ring, int dcnt) in nfp_net_tx_full()
685 static int nfp_net_tx_ring_should_wake(struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_should_wake()
690 static int nfp_net_tx_ring_should_stop(struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_should_stop()
705 struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_stop()
920 static void nfp_net_tx_xmit_more_flush(struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_xmit_more_flush()
982 struct nfp_net_tx_ring *tx_ring; in nfp_net_tx() local
1139 static void nfp_net_tx_complete(struct nfp_net_tx_ring *tx_ring, int budget) in nfp_net_tx_complete()
1224 static bool nfp_net_xdp_complete(struct nfp_net_tx_ring *tx_ring) in nfp_net_xdp_complete()
1273 nfp_net_tx_ring_reset(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_reset()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
Ddp_tx.c90 struct dp_tx_ring *tx_ring; in ath11k_dp_tx() local
284 struct dp_tx_ring *tx_ring) in ath11k_dp_tx_free_txbuf()
314 struct dp_tx_ring *tx_ring, in ath11k_dp_tx_htt_tx_complete_buf()
363 u32 msdu_id, struct dp_tx_ring *tx_ring) in ath11k_dp_tx_process_htt_tx_complete()
535 struct dp_tx_ring *tx_ring = &dp->tx_ring[ring_id]; in ath11k_dp_tx_completion_handler() local
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
Denetc.c21 struct enetc_bdr *tx_ring; in enetc_xmit() local
87 static void enetc_unmap_tx_buff(struct enetc_bdr *tx_ring, in enetc_unmap_tx_buff()
99 static void enetc_free_tx_skb(struct enetc_bdr *tx_ring, in enetc_free_tx_skb()
111 static int enetc_map_tx_buffs(struct enetc_bdr *tx_ring, struct sk_buff *skb, in enetc_map_tx_buffs()
360 static int enetc_bd_ready_count(struct enetc_bdr *tx_ring, int ci) in enetc_bd_ready_count()
397 static bool enetc_clean_tx_ring(struct enetc_bdr *tx_ring, int napi_budget) in enetc_clean_tx_ring()
986 static void enetc_free_tx_ring(struct enetc_bdr *tx_ring) in enetc_free_tx_ring()
1193 static void enetc_setup_txbdr(struct enetc_hw *hw, struct enetc_bdr *tx_ring) in enetc_setup_txbdr()
1287 static void enetc_clear_txbdr(struct enetc_hw *hw, struct enetc_bdr *tx_ring) in enetc_clear_txbdr()
1563 struct enetc_bdr *tx_ring; in enetc_setup_tc_mqprio() local
/kernel/linux/linux-5.10/drivers/net/ethernet/amazon/ena/
Dena_netdev.c667 struct ena_ring *tx_ring = &adapter->tx_ring[qid]; in ena_setup_tx_resources() local
733 struct ena_ring *tx_ring = &adapter->tx_ring[qid]; in ena_free_tx_resources() local
1071 static void ena_unmap_tx_buff(struct ena_ring *tx_ring, in ena_unmap_tx_buff()
1104 static void ena_free_tx_bufs(struct ena_ring *tx_ring) in ena_free_tx_bufs()
1136 struct ena_ring *tx_ring; in ena_free_all_tx_bufs() local
1200 static int validate_tx_req_id(struct ena_ring *tx_ring, u16 req_id) in validate_tx_req_id()
1226 static int ena_clean_tx_irq(struct ena_ring *tx_ring, u32 budget) in ena_clean_tx_irq()
1723 static void ena_unmask_interrupt(struct ena_ring *tx_ring, in ena_unmask_interrupt()
1756 static void ena_update_ring_numa_node(struct ena_ring *tx_ring, in ena_update_ring_numa_node()
1846 struct ena_ring *tx_ring, *rx_ring; in ena_io_poll() local
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c642 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_clean_tx_ring() local
742 struct atl1e_tx_ring *tx_ring = NULL; in atl1e_init_ring_ptrs() local
798 struct atl1e_tx_ring *tx_ring; in atl1e_setup_ring_resources() local
887 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_configure_des_ring() local
1229 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_clean_tx_irq() local
1558 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_tpd_avail() local
1577 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_get_tpd() local
1591 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_get_tx_buffer() local
1846 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_tx_queue() local
/kernel/linux/linux-4.19/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c660 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_clean_tx_ring() local
758 struct atl1e_tx_ring *tx_ring = NULL; in atl1e_init_ring_ptrs() local
814 struct atl1e_tx_ring *tx_ring; in atl1e_setup_ring_resources() local
902 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_configure_des_ring() local
1244 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_clean_tx_irq() local
1567 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_tpd_avail() local
1586 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_get_tpd() local
1600 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_get_tx_buffer() local
1852 struct atl1e_tx_ring *tx_ring = &adapter->tx_ring; in atl1e_tx_queue() local

12345678910>>...13