Home
last modified time | relevance | path

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

/drivers/net/ethernet/aeroflex/
Dgreth.c185 struct sk_buff *skb = greth->tx_skbuff[greth->tx_last]; in greth_clean_rings()
187 tx_bdp = greth->tx_bd_base + greth->tx_last; in greth_clean_rings()
188 greth->tx_last = NEXT_TX(greth->tx_last); in greth_clean_rings()
197 tx_bdp = greth->tx_bd_base + greth->tx_last; in greth_clean_rings()
204 greth->tx_last = NEXT_TX(greth->tx_last); in greth_clean_rings()
322 greth->tx_last = 0; in greth_init_rings()
624 bdp = greth->tx_bd_base + greth->tx_last; in greth_clean_tx()
644 dev->stats.tx_bytes += greth->tx_bufs_length[greth->tx_last]; in greth_clean_tx()
645 greth->tx_last = NEXT_TX(greth->tx_last); in greth_clean_tx()
682 skb = greth->tx_skbuff[greth->tx_last]; in greth_clean_tx_gbit()
[all …]
Dgreth.h109 u16 tx_last; member
/drivers/tty/
Dn_r3964.c237 if (pInfo->tx_last == NULL) { in add_tx_queue()
238 pInfo->tx_first = pInfo->tx_last = pHeader; in add_tx_queue()
240 pInfo->tx_last->next = pHeader; in add_tx_queue()
241 pInfo->tx_last = pHeader; in add_tx_queue()
286 pInfo->tx_last = NULL; in remove_from_tx_queue()
295 pInfo->tx_first, pInfo->tx_last); in remove_from_tx_queue()
985 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_open()
1038 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_close()
/drivers/net/ethernet/i825xx/
Deepro.c195 int tx_last; /* pointer to last packet in the transmit chain */ member
519 lp->tx_last = 0;\
1067 lp->tx_last = 0; in eepro_open()
1261 lp->tx_last = 0; in eepro_close()
1354 outw(lp->tx_last + XMT_CHAIN, ioaddr + HOST_ADDRESS_REG); in set_multicast_list()
1356 outw(lp->tx_last + XMT_COUNT, ioaddr + HOST_ADDRESS_REG); in set_multicast_list()
1514 outw(lp->tx_last + XMT_CHAIN, ioaddr + HOST_ADDRESS_REG); in hardware_send_packet()
1518 outw(lp->tx_last + XMT_COUNT, ioaddr + HOST_ADDRESS_REG); in hardware_send_packet()
1526 lp->tx_last = last; in hardware_send_packet()
/drivers/atm/
Dhorizon.h427 u8 tx_last; member
Dhorizon.c1689 tx_channel = dev->tx_last; in hrz_send()
1713 dev->tx_last = tx_channel; in hrz_send()
2541 dev->tx_last = -1; in hrz_close()
2773 dev->tx_last = -1; in hrz_probe()
/drivers/net/wireless/ath/ath9k/
Dath9k.h403 bool tx_last; member
Dbeacon.c25 sc->beacon.tx_last = false; in ath9k_reset_beacon_status()
Dmain.c2302 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath9k_tx_last_beacon()
2308 return sc->beacon.tx_last; in ath9k_tx_last_beacon()
Dxmit.c2327 sc->beacon.tx_last = !(ts.ts_status & ATH9K_TXERR_MASK); in ath_tx_edma_tasklet()