Searched refs:tx_last (Results 1 – 13 of 13) 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()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() argument456 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 …]
110 u16 tx_last; member
242 if (pInfo->tx_last == NULL) { in add_tx_queue()243 pInfo->tx_first = pInfo->tx_last = pHeader; in add_tx_queue()245 pInfo->tx_last->next = pHeader; in add_tx_queue()246 pInfo->tx_last = pHeader; in add_tx_queue()291 pInfo->tx_last = NULL; in remove_from_tx_queue()300 pInfo->tx_first, pInfo->tx_last); in remove_from_tx_queue()989 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_open()1042 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_close()
410 uint16_t tx_last; in eth_igb_xmit_pkts() local438 tx_last = (uint16_t) (tx_id + tx_pkt->nb_segs - 1); in eth_igb_xmit_pkts()456 tx_last = (uint16_t) (tx_last + new_ctx); in eth_igb_xmit_pkts()458 if (tx_last >= txq->nb_tx_desc) in eth_igb_xmit_pkts()459 tx_last = (uint16_t) (tx_last - txq->nb_tx_desc); in eth_igb_xmit_pkts()467 (unsigned) tx_last); in eth_igb_xmit_pkts()499 tx_end = sw_ring[tx_last].last_id; in eth_igb_xmit_pkts()571 txe->last_id = tx_last; in eth_igb_xmit_pkts()607 txe->last_id = tx_last; in eth_igb_xmit_pkts()1317 uint16_t tx_last; /* Last segment in the current packet. */ in igb_tx_done_cleanup() local[all …]
158 struct r3964_block_header *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()
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()
787 u32 tx_last = msta->airtime_ac[i]; in mt7615_mac_sta_poll() local792 tx_time[i] = msta->airtime_ac[i] - tx_last; in mt7615_mac_sta_poll()795 if ((tx_last | rx_last) & BIT(30)) in mt7615_mac_sta_poll()
25 sc->beacon.tx_last = false; in ath9k_reset_beacon_status()
714 bool tx_last; member
2288 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath9k_tx_last_beacon()2294 return sc->beacon.tx_last; in ath9k_tx_last_beacon()
2687 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath_tx_edma_tasklet()