Lines Matching refs:tx_first
243 pInfo->tx_first = pInfo->tx_last = pHeader; in add_tx_queue()
252 pHeader, pHeader->length, pInfo->tx_first); in add_tx_queue()
263 pHeader = pInfo->tx_first; in remove_from_tx_queue()
289 pInfo->tx_first = pHeader->next; in remove_from_tx_queue()
290 if (pInfo->tx_first == NULL) { in remove_from_tx_queue()
300 pInfo->tx_first, pInfo->tx_last); in remove_from_tx_queue()
399 if ((pInfo->state == R3964_IDLE) && (pInfo->tx_first != NULL)) { in trigger_transmit()
445 struct r3964_block_header *pBlock = pInfo->tx_first; in transmit_block()
990 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_open()
1042 pHeader = pInfo->tx_first; in r3964_close()
1043 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_close()