Home
last modified time | relevance | path

Searched refs:tx_last (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c187 struct sk_buff *skb = greth->tx_skbuff[greth->tx_last]; in greth_clean_rings()
189 tx_bdp = greth->tx_bd_base + greth->tx_last; in greth_clean_rings()
190 greth->tx_last = NEXT_TX(greth->tx_last); in greth_clean_rings()
199 tx_bdp = greth->tx_bd_base + greth->tx_last; in greth_clean_rings()
206 greth->tx_last = NEXT_TX(greth->tx_last); in greth_clean_rings()
325 greth->tx_last = 0; in greth_init_rings()
454 static inline u16 greth_num_free_bds(u16 tx_last, u16 tx_next) in greth_num_free_bds() argument
456 if (tx_next < tx_last) in greth_num_free_bds()
457 return (tx_last - tx_next) - 1; in greth_num_free_bds()
459 return GRETH_TXBD_NUM - (tx_next - tx_last) - 1; in greth_num_free_bds()
[all …]
H A Dgreth.h110 u16 tx_last; member
/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmac.c75 u32 tx_last = mlink->airtime_ac[i]; in mt7921_mac_sta_poll() local
81 tx_time[i] = mlink->airtime_ac[i] - tx_last; in mt7921_mac_sta_poll()
84 if ((tx_last | rx_last) & BIT(30)) in mt7921_mac_sta_poll()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmac.c61 u32 tx_last = mlink->airtime_ac[i]; in mt7925_mac_sta_poll() local
67 tx_time[i] = mlink->airtime_ac[i] - tx_last; in mt7925_mac_sta_poll()
70 if ((tx_last | rx_last) & BIT(30)) in mt7925_mac_sta_poll()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmac.c137 u32 tx_last = msta->airtime_ac[i]; in mt7915_mac_sta_poll() local
143 if (msta->airtime_ac[i] <= tx_last) in mt7915_mac_sta_poll()
146 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7915_mac_sta_poll()
153 if ((tx_last | rx_last) & BIT(30)) in mt7915_mac_sta_poll()
/linux/drivers/net/wireless/ath/ath9k/
H A Dbeacon.c25 sc->beacon.tx_last = false; in ath9k_reset_beacon_status()
H A Dath9k.h715 bool tx_last; member
H A Dmain.c2283 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath9k_tx_last_beacon()
2289 return sc->beacon.tx_last; in ath9k_tx_last_beacon()
H A Dxmit.c2751 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath_tx_edma_tasklet()
/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmac.c926 u32 tx_last = msta->airtime_ac[i]; in mt7615_mac_sta_poll() local
931 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7615_mac_sta_poll()
934 if ((tx_last | rx_last) & BIT(30)) in mt7615_mac_sta_poll()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmac.c137 u32 tx_last = msta->airtime_ac[i]; in mt7996_mac_sta_poll() local
143 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7996_mac_sta_poll()
146 if ((tx_last | rx_last) & BIT(30)) in mt7996_mac_sta_poll()