Searched refs:msgqueue_getmsg (Results  1 – 4 of 4) sorted by relevance
| /linux-4.1.27/drivers/scsi/arm/ | 
| D | msgqueue.c | 101 struct message *msgqueue_getmsg(MsgQueue_t *msgq, int msgno)  in msgqueue_getmsg()  function 165 EXPORT_SYMBOL(msgqueue_getmsg);
  | 
| D | msgqueue.h | 63 extern struct message *msgqueue_getmsg(MsgQueue_t *msgq, int msgno);
  | 
| D | fas216.c | 419 	while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) {  in fas216_get_last_msg() 1323 		while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) {  in fas216_send_messageout() 1690 		while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) {  in __fas216_start_command() 1710 		while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) {  in __fas216_start_command() 1730 		struct message *msg = msgqueue_getmsg(&info->scsi.msgs, 0);  in __fas216_start_command() 1876 	msg = msgqueue_getmsg(&info->scsi.msgs, 0);  in fas216_do_bus_device_reset()
  | 
| D | acornscsi.c | 1351 	msg = msgqueue_getmsg(&host->scsi.msgs, 0);  in acornscsi_sendmessage() 1378 	while ((msg = msgqueue_getmsg(&host->scsi.msgs, msgnr++)) != NULL) {  in acornscsi_sendmessage()
  |