Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Dn_r3964.c238 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()
[all …]
/linux-4.4.14/include/linux/
Dn_r3964.h157 struct r3964_block_header *tx_first; member