Searched refs:tx_last (Results 1 – 10 of 10) sorted by relevance
191 struct sk_buff *skb = greth->tx_skbuff[greth->tx_last]; in greth_clean_rings()193 tx_bdp = greth->tx_bd_base + greth->tx_last; in greth_clean_rings()194 greth->tx_last = NEXT_TX(greth->tx_last); in greth_clean_rings()203 tx_bdp = greth->tx_bd_base + greth->tx_last; in greth_clean_rings()210 greth->tx_last = NEXT_TX(greth->tx_last); in greth_clean_rings()328 greth->tx_last = 0; in greth_init_rings()457 static inline u16 greth_num_free_bds(u16 tx_last, u16 tx_next) in greth_num_free_bds() argument459 if (tx_next < tx_last) in greth_num_free_bds()460 return (tx_last - tx_next) - 1; in greth_num_free_bds()462 return GRETH_TXBD_NUM - (tx_next - tx_last) - 1; in greth_num_free_bds()[all …]
110 u16 tx_last; member
235 if (pInfo->tx_last == NULL) { in add_tx_queue()236 pInfo->tx_first = pInfo->tx_last = pHeader; in add_tx_queue()238 pInfo->tx_last->next = pHeader; in add_tx_queue()239 pInfo->tx_last = pHeader; in add_tx_queue()284 pInfo->tx_last = NULL; in remove_from_tx_queue()293 pInfo->tx_first, pInfo->tx_last); in remove_from_tx_queue()983 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_open()1036 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_close()
158 struct r3964_block_header *tx_last; member
427 u8 tx_last; member
1666 tx_channel = dev->tx_last; in hrz_send()1690 dev->tx_last = tx_channel; in hrz_send()2516 dev->tx_last = -1; in hrz_close()2747 dev->tx_last = -1; in hrz_probe()
25 sc->beacon.tx_last = false; in ath9k_reset_beacon_status()
720 bool tx_last; member
2174 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath9k_tx_last_beacon()2180 return sc->beacon.tx_last; in ath9k_tx_last_beacon()
2766 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath_tx_edma_tasklet()