Home
last modified time | relevance | path

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

/linux/drivers/scsi/arm/
H A Dfas216.c419 int msgnr = 0; in fas216_get_last_msg() local
421 while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) { in fas216_get_last_msg()
1327 int msgnr = 0; in fas216_send_messageout() local
1329 while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) { in fas216_send_messageout()
1698 int msgnr = 0, i; in __fas216_start_command() local
1702 while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) { in __fas216_start_command()
1717 int msgnr = 0, i; in __fas216_start_command() local
1722 while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) { in __fas216_start_command()
H A Dacornscsi.c1308 unsigned int msgnr; in acornscsi_sendmessage() local
1358 msgnr = 0; in acornscsi_sendmessage()
1359 while ((msg = msgqueue_getmsg(&host->scsi.msgs, msgnr++)) != NULL) { in acornscsi_sendmessage()