Searched refs:last_msg (Results 1 - 5 of 5) sorted by relevance

/drivers/tty/
H A Dn_r3964.c800 pClient->last_msg = NULL;
863 if (pClient->last_msg == NULL) {
864 pClient->first_msg = pClient->last_msg = pMsg;
866 pClient->last_msg->next = pMsg;
867 pClient->last_msg = pMsg;
877 if ((pClient->last_msg->msg_id == R3964_MSG_ACK)
878 && (pClient->last_msg->error_code == R3964_OVERFLOW)) {
879 pClient->last_msg->arg++;
908 pClient->last_msg = NULL;
/drivers/usb/c67x00/
H A Dc67x00.h227 u16 last_msg; member in struct:c67x00_lcp
H A Dc67x00-ll-hpi.c392 dev->hpi.lcp.last_msg = hpi_recv_mbox(dev);
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c4018 u_int last_msg; local
4027 last_msg = ahc_inb(ahc, LAST_MSG);
4148 last_msg);
H A Daic79xx_core.c5532 u_int last_msg; local
5541 last_msg = ahd_inb(ahd, LAST_MSG);
5682 last_msg);

Completed in 150 milliseconds