Searched refs:tx_fcb_curr (Results 1 – 2 of 2) sorted by relevance
1437 tp->tx_fcb_curr[queue]->frame_length = bytes_count; in smctr_get_tx_fcb()1438 tp->tx_fcb_curr[queue]->memory_alloc = alloc_size; in smctr_get_tx_fcb()1443 pbdb = tp->tx_fcb_curr[queue]->bdb_ptr; in smctr_get_tx_fcb()1448 pFCB = tp->tx_fcb_curr[queue]; in smctr_get_tx_fcb()1449 tp->tx_fcb_curr[queue] = tp->tx_fcb_curr[queue]->next_ptr; in smctr_get_tx_fcb()1941 tp->tx_fcb_curr[i] = tp->tx_fcb_head[i]->next_ptr; in smctr_init_tx_fcbs()
945 FCBlock *tx_fcb_curr[NUM_TX_QS_USED]; member