Home
last modified time | relevance | path

Searched refs:tx_fcb_end (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/tokenring/
Dsmctr.h946 FCBlock *tx_fcb_end[NUM_TX_QS_USED]; member
Dsmctr.c1940 tp->tx_fcb_end[i] = tp->tx_fcb_head[i]->next_ptr; in smctr_init_tx_fcbs()
5372 while((status = tp->tx_fcb_end[queue]->frame_status) != SUCCESS) in smctr_tx_complete()
5380 if((err = smctr_update_tx_chain(dev, tp->tx_fcb_end[queue], in smctr_tx_complete()
5569 tp->tx_fcb_end[queue] = fcb->next_ptr; in smctr_update_tx_chain()