Searched defs:tx_ring (Results 176 - 194 of 194) sorted by relevance

12345678

/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c194 static void igc_clean_tx_ring(struct igc_ring *tx_ring) argument
275 igc_free_tx_resources(struct igc_ring *tx_ring) argument
340 struct igc_ring *tx_ring = adapter->tx_ring[i]; local
352 igc_setup_tx_resources(struct igc_ring *tx_ring) argument
1148 igc_tx_ctxtdesc(struct igc_ring *tx_ring, __le32 launch_time, bool first_flag, u32 vlan_macip_lens, u32 type_tucmd, u32 mss_l4len_idx) argument
1177 igc_tx_csum(struct igc_ring *tx_ring, struct igc_tx_buffer *first, __le32 launch_time, bool first_flag) argument
1222 __igc_maybe_stop_tx(struct igc_ring *tx_ring, const u16 size) argument
1247 igc_maybe_stop_tx(struct igc_ring *tx_ring, const u16 size) argument
1295 igc_tx_olinfo_status(struct igc_ring *tx_ring, union igc_adv_tx_desc *tx_desc, u32 tx_flags, unsigned int paylen) argument
1316 igc_tx_map(struct igc_ring *tx_ring, struct igc_tx_buffer *first, const u8 hdr_len) argument
1454 igc_tso(struct igc_ring *tx_ring, struct igc_tx_buffer *first, __le32 launch_time, bool first_flag, u8 *hdr_len) argument
1569 igc_xmit_frame_ring(struct sk_buff *skb, struct igc_ring *tx_ring) argument
2879 struct igc_ring *tx_ring = meta_req->tx_ring; local
3043 struct igc_ring *tx_ring = q_vector->tx.ring; local
5786 struct igc_ring *tx_ring = adapter->tx_ring[i]; local
6815 struct igc_ring *tx_ring = adapter->tx_ring[i]; local
[all...]
/linux-master/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1638 struct nx_host_tx_ring *tx_ring; member in struct:netxen_adapter
1855 static inline u32 netxen_tx_avail(struct nx_host_tx_ring *tx_ring) argument
[all...]
/linux-master/drivers/net/ethernet/renesas/
H A Drswitch.h944 struct rswitch_ext_desc *tx_ring; member in union:rswitch_gwca_queue::__anon1606
H A Dravb.h1093 struct ravb_tx_desc *tx_ring[NUM_TX_QUEUE]; member in struct:ravb_private
/linux-master/drivers/net/wireless/ath/ath11k/
H A Ddp.h274 struct dp_tx_ring tx_ring[DP_TCL_NUM_RING_MAX]; member in struct:ath11k_dp
/linux-master/drivers/net/ethernet/cadence/
H A Dmacb.h1221 struct macb_dma_desc *tx_ring; member in struct:macb_queue
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h521 struct xgbe_ring *tx_ring; member in struct:xgbe_channel
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c352 struct i40e_ring *tx_ring = NULL; local
3781 struct i40e_ring *tx_ring, *rx_ring; local
4437 i40e_clean_fdir_tx_irq(struct i40e_ring *tx_ring, int budget) argument
4543 struct i40e_ring *tx_ring = vsi->tx_rings[qp_idx]; local
6063 struct i40e_ring *tx_ring, *rx_ring; local
6420 struct i40e_ring *tx_ring, *rx_ring; local
7770 struct i40e_ring *tx_ring, *rx_ring; local
7855 struct i40e_ring *tx_ring, *rx_ring; local
[all...]
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c997 struct ixgbe_ring *tx_ring = adapter->tx_ring[i]; local
1028 static inline bool ixgbe_check_tx_hang(struct ixgbe_ring *tx_ring) argument
1115 ixgbe_update_tx_ring_stats(struct ixgbe_ring *tx_ring, struct ixgbe_q_vector *q_vector, u64 pkts, u64 bytes) argument
1152 ixgbe_clean_tx_irq(struct ixgbe_q_vector *q_vector, struct ixgbe_ring *tx_ring, int napi_budget) argument
1301 ixgbe_update_tx_dca(struct ixgbe_adapter *adapter, struct ixgbe_ring *tx_ring, int cpu) argument
6061 ixgbe_clean_tx_ring(struct ixgbe_ring *tx_ring) argument
6531 ixgbe_setup_tx_resources(struct ixgbe_ring *tx_ring) argument
6725 ixgbe_free_tx_resources(struct ixgbe_ring *tx_ring) argument
7166 struct ixgbe_ring *tx_ring = READ_ONCE(adapter->tx_ring[i]); local
7651 struct ixgbe_ring *tx_ring = adapter->tx_ring[i]; local
8076 ixgbe_tso(struct ixgbe_ring *tx_ring, struct ixgbe_tx_buffer *first, u8 *hdr_len, struct ixgbe_ipsec_tx_data *itd) argument
8182 ixgbe_tx_csum(struct ixgbe_ring *tx_ring, struct ixgbe_tx_buffer *first, struct ixgbe_ipsec_tx_data *itd) argument
8293 __ixgbe_maybe_stop_tx(struct ixgbe_ring *tx_ring, u16 size) argument
8303 ixgbe_maybe_stop_tx(struct ixgbe_ring *tx_ring, u16 size) argument
8311 ixgbe_tx_map(struct ixgbe_ring *tx_ring, struct ixgbe_tx_buffer *first, const u8 hdr_len) argument
8741 ixgbe_xmit_frame_ring(struct sk_buff *skb, struct ixgbe_adapter *adapter, struct ixgbe_ring *tx_ring) argument
8898 struct ixgbe_ring *tx_ring; local
10465 ixgbe_disable_txr_hw(struct ixgbe_adapter *adapter, struct ixgbe_ring *tx_ring) argument
10494 ixgbe_disable_txr(struct ixgbe_adapter *adapter, struct ixgbe_ring *tx_ring) argument
10540 ixgbe_reset_txr_stats(struct ixgbe_ring *tx_ring) argument
10600 struct ixgbe_ring *rx_ring, *tx_ring, *xdp_ring; local
10640 struct ixgbe_ring *rx_ring, *tx_ring, *xdp_ring; local
[all...]
/linux-master/drivers/net/wireless/ath/ath12k/
H A Ddp.h338 struct dp_tx_ring tx_ring[DP_TCL_NUM_RING_MAX]; member in struct:ath12k_dp
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h1260 struct mtk_tx_ring tx_ring; member in struct:mtk_eth
/linux-master/drivers/net/ethernet/nvidia/
H A Dforcedeth.c830 union ring_type tx_ring; member in struct:fe_priv
[all...]
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic.h592 struct qlcnic_host_tx_ring *tx_ring; member in struct:qlcnic_host_sds_ring
1102 struct qlcnic_host_tx_ring *tx_ring; member in struct:qlcnic_adapter
1722 static inline u32 qlcnic_tx_avail(struct qlcnic_host_tx_ring *tx_ring) argument
2057 qlcnic_change_filter(struct qlcnic_adapter *adapter, u64 *addr, u16 vlan, struct qlcnic_host_tx_ring *tx_ring) argument
2164 qlcnic_82xx_enable_tx_intr(struct qlcnic_adapter *adapter, struct qlcnic_host_tx_ring *tx_ring) argument
2173 qlcnic_82xx_disable_tx_intr(struct qlcnic_adapter *adapter, struct qlcnic_host_tx_ring *tx_ring) argument
2182 qlcnic_83xx_enable_tx_intr(struct qlcnic_adapter *adapter, struct qlcnic_host_tx_ring *tx_ring) argument
2189 qlcnic_83xx_disable_tx_intr(struct qlcnic_adapter *adapter, struct qlcnic_host_tx_ring *tx_ring) argument
2247 qlcnic_enable_tx_intr(struct qlcnic_adapter *adapter, struct qlcnic_host_tx_ring *tx_ring) argument
2254 qlcnic_disable_tx_intr(struct qlcnic_adapter *adapter, struct qlcnic_host_tx_ring *tx_ring) argument
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dpci.h1530 rtw89_pci_get_next_txbd(struct rtw89_pci_tx_ring *tx_ring) argument
1542 rtw89_pci_dequeue_txwd(struct rtw89_pci_tx_ring *tx_ring) argument
1560 rtw89_pci_enqueue_txwd(struct rtw89_pci_tx_ring *tx_ring, argument
/linux-master/drivers/net/ethernet/marvell/
H A Dskge.h2451 struct skge_ring tx_ring; member in struct:skge_port
H A Dsky2.h2221 struct tx_ring_info *tx_ring; member in struct:sky2_port
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h1178 struct bnxt_tx_ring_info *tx_ring[BNXT_MAX_TXR_PER_NAPI]; member in struct:bnxt_napi
2198 struct bnxt_tx_ring_info *tx_ring; member in struct:bnxt
/linux-master/drivers/net/ethernet/broadcom/
H A Dtg3.h3028 struct tg3_tx_buffer_desc *tx_ring; member in struct:tg3_napi
H A Dbnx2.h6782 struct bnx2_tx_ring_info tx_ring; member in struct:bnx2_napi

Completed in 976 milliseconds

12345678