Lines Matching refs:tx_first
238 pInfo->tx_first = pInfo->tx_last = pHeader; in add_tx_queue()
247 pHeader, pHeader->length, pInfo->tx_first); in add_tx_queue()
258 pHeader = pInfo->tx_first; in remove_from_tx_queue()
284 pInfo->tx_first = pHeader->next; in remove_from_tx_queue()
285 if (pInfo->tx_first == NULL) { in remove_from_tx_queue()
295 pInfo->tx_first, pInfo->tx_last); in remove_from_tx_queue()
394 if ((pInfo->state == R3964_IDLE) && (pInfo->tx_first != NULL)) { in trigger_transmit()
440 struct r3964_block_header *pBlock = pInfo->tx_first; in transmit_block()
985 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_open()
1037 pHeader = pInfo->tx_first; in r3964_close()
1038 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_close()