Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Dn_r3964.c243 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()
989 pInfo->tx_first = pInfo->tx_last = NULL; in r3964_open()
1041 pHeader = pInfo->tx_first; in r3964_close()
[all …]
/Linux-v5.10/include/linux/
Dn_r3964.h157 struct r3964_block_header *tx_first; member