tx_first          243 drivers/tty/n_r3964.c 		pInfo->tx_first = pInfo->tx_last = pHeader;
tx_first          252 drivers/tty/n_r3964.c 		pHeader, pHeader->length, pInfo->tx_first);
tx_first          263 drivers/tty/n_r3964.c 	pHeader = pInfo->tx_first;
tx_first          289 drivers/tty/n_r3964.c 	pInfo->tx_first = pHeader->next;
tx_first          290 drivers/tty/n_r3964.c 	if (pInfo->tx_first == NULL) {
tx_first          300 drivers/tty/n_r3964.c 		pInfo->tx_first, pInfo->tx_last);
tx_first          399 drivers/tty/n_r3964.c 	if ((pInfo->state == R3964_IDLE) && (pInfo->tx_first != NULL)) {
tx_first          445 drivers/tty/n_r3964.c 	struct r3964_block_header *pBlock = pInfo->tx_first;
tx_first          990 drivers/tty/n_r3964.c 	pInfo->tx_first = pInfo->tx_last = NULL;
tx_first         1042 drivers/tty/n_r3964.c 	pHeader = pInfo->tx_first;
tx_first         1043 drivers/tty/n_r3964.c 	pInfo->tx_first = pInfo->tx_last = NULL;
tx_first          157 include/linux/n_r3964.h 	struct r3964_block_header *tx_first;