Searched refs:msgqueue_getmsg (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/arm/ |
D | msgqueue.c | 98 struct message *msgqueue_getmsg(MsgQueue_t *msgq, int msgno) in msgqueue_getmsg() function 162 EXPORT_SYMBOL(msgqueue_getmsg);
|
D | msgqueue.h | 60 extern struct message *msgqueue_getmsg(MsgQueue_t *msgq, int msgno);
|
D | fas216.c | 418 while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) { in fas216_get_last_msg() 1324 while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) { in fas216_send_messageout() 1696 while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) { in __fas216_start_command() 1716 while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) { in __fas216_start_command() 1736 struct message *msg = msgqueue_getmsg(&info->scsi.msgs, 0); in __fas216_start_command() 1882 msg = msgqueue_getmsg(&info->scsi.msgs, 0); in fas216_do_bus_device_reset()
|
D | acornscsi.c | 1349 msg = msgqueue_getmsg(&host->scsi.msgs, 0); in acornscsi_sendmessage() 1376 while ((msg = msgqueue_getmsg(&host->scsi.msgs, msgnr++)) != NULL) { in acornscsi_sendmessage()
|