Lines Matching refs:tx_first
236 pInfo->tx_first = pInfo->tx_last = pHeader; in add_tx_queue()
245 pHeader, pHeader->length, pInfo->tx_first); in add_tx_queue()
256 pHeader = pInfo->tx_first; in remove_from_tx_queue()
282 pInfo->tx_first = pHeader->next; in remove_from_tx_queue()
283 if (pInfo->tx_first == NULL) { in remove_from_tx_queue()
293 pInfo->tx_first, pInfo->tx_last); in remove_from_tx_queue()
392 if ((pInfo->state == R3964_IDLE) && (pInfo->tx_first != NULL)) { in trigger_transmit()
438 struct r3964_block_header *pBlock = pInfo->tx_first; in transmit_block()
983 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_open()
1035 pHeader = pInfo->tx_first; in r3964_close()
1036 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_close()