Searched refs:tx_last (Results 1 – 11 of 11) sorted by relevance
187 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()324 greth->tx_last = 0; in greth_init_rings()453 static inline u16 greth_num_free_bds(u16 tx_last, u16 tx_next) in greth_num_free_bds() argument455 if (tx_next < tx_last) in greth_num_free_bds()456 return (tx_last - tx_next) - 1; in greth_num_free_bds()458 return GRETH_TXBD_NUM - (tx_next - tx_last) - 1; in greth_num_free_bds()[all …]
110 u16 tx_last; member
412 u8 tx_last; member
1651 tx_channel = dev->tx_last; in hrz_send()1675 dev->tx_last = tx_channel; in hrz_send()2501 dev->tx_last = -1; in hrz_close()2692 dev->tx_last = -1; in hrz_probe()
91 u32 tx_last = msta->airtime_ac[i]; in mt7921_mac_sta_poll() local97 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7921_mac_sta_poll()100 if ((tx_last | rx_last) & BIT(30)) in mt7921_mac_sta_poll()
139 u32 tx_last = msta->airtime_ac[i]; in mt7915_mac_sta_poll() local145 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7915_mac_sta_poll()148 if ((tx_last | rx_last) & BIT(30)) in mt7915_mac_sta_poll()
25 sc->beacon.tx_last = false; in ath9k_reset_beacon_status()
713 bool tx_last; member
2281 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath9k_tx_last_beacon()2287 return sc->beacon.tx_last; in ath9k_tx_last_beacon()
2678 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath_tx_edma_tasklet()
867 u32 tx_last = msta->airtime_ac[i]; in mt7615_mac_sta_poll() local872 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7615_mac_sta_poll()875 if ((tx_last | rx_last) & BIT(30)) in mt7615_mac_sta_poll()