next_stat_mbox    880 drivers/scsi/myrb.c 	cb->next_stat_mbox = cb->first_stat_mbox;
next_stat_mbox   2773 drivers/scsi/myrb.c 	struct myrb_stat_mbox *next_stat_mbox;
next_stat_mbox   2778 drivers/scsi/myrb.c 	next_stat_mbox = cb->next_stat_mbox;
next_stat_mbox   2779 drivers/scsi/myrb.c 	while (next_stat_mbox->valid) {
next_stat_mbox   2780 drivers/scsi/myrb.c 		unsigned char id = next_stat_mbox->id;
next_stat_mbox   2794 drivers/scsi/myrb.c 			cmd_blk->status = next_stat_mbox->status;
next_stat_mbox   2799 drivers/scsi/myrb.c 		memset(next_stat_mbox, 0, sizeof(struct myrb_stat_mbox));
next_stat_mbox   2800 drivers/scsi/myrb.c 		if (++next_stat_mbox > cb->last_stat_mbox)
next_stat_mbox   2801 drivers/scsi/myrb.c 			next_stat_mbox = cb->first_stat_mbox;
next_stat_mbox   2810 drivers/scsi/myrb.c 	cb->next_stat_mbox = next_stat_mbox;
next_stat_mbox   3051 drivers/scsi/myrb.c 	struct myrb_stat_mbox *next_stat_mbox;
next_stat_mbox   3056 drivers/scsi/myrb.c 	next_stat_mbox = cb->next_stat_mbox;
next_stat_mbox   3057 drivers/scsi/myrb.c 	while (next_stat_mbox->valid) {
next_stat_mbox   3058 drivers/scsi/myrb.c 		unsigned char id = next_stat_mbox->id;
next_stat_mbox   3072 drivers/scsi/myrb.c 			cmd_blk->status = next_stat_mbox->status;
next_stat_mbox   3077 drivers/scsi/myrb.c 		memset(next_stat_mbox, 0, sizeof(struct myrb_stat_mbox));
next_stat_mbox   3078 drivers/scsi/myrb.c 		if (++next_stat_mbox > cb->last_stat_mbox)
next_stat_mbox   3079 drivers/scsi/myrb.c 			next_stat_mbox = cb->first_stat_mbox;
next_stat_mbox   3086 drivers/scsi/myrb.c 	cb->next_stat_mbox = next_stat_mbox;
next_stat_mbox    754 drivers/scsi/myrb.h 	struct myrb_stat_mbox *next_stat_mbox;
next_stat_mbox    532 drivers/scsi/myrs.c 	cs->next_stat_mbox = cs->first_stat_mbox;
next_stat_mbox   2618 drivers/scsi/myrs.c 	struct myrs_stat_mbox *next_stat_mbox;
next_stat_mbox   2623 drivers/scsi/myrs.c 	next_stat_mbox = cs->next_stat_mbox;
next_stat_mbox   2624 drivers/scsi/myrs.c 	while (next_stat_mbox->id > 0) {
next_stat_mbox   2625 drivers/scsi/myrs.c 		unsigned short id = next_stat_mbox->id;
next_stat_mbox   2639 drivers/scsi/myrs.c 			cmd_blk->status = next_stat_mbox->status;
next_stat_mbox   2640 drivers/scsi/myrs.c 			cmd_blk->sense_len = next_stat_mbox->sense_len;
next_stat_mbox   2641 drivers/scsi/myrs.c 			cmd_blk->residual = next_stat_mbox->residual;
next_stat_mbox   2646 drivers/scsi/myrs.c 		memset(next_stat_mbox, 0, sizeof(struct myrs_stat_mbox));
next_stat_mbox   2647 drivers/scsi/myrs.c 		if (++next_stat_mbox > cs->last_stat_mbox)
next_stat_mbox   2648 drivers/scsi/myrs.c 			next_stat_mbox = cs->first_stat_mbox;
next_stat_mbox   2657 drivers/scsi/myrs.c 	cs->next_stat_mbox = next_stat_mbox;
next_stat_mbox   2868 drivers/scsi/myrs.c 	struct myrs_stat_mbox *next_stat_mbox;
next_stat_mbox   2873 drivers/scsi/myrs.c 	next_stat_mbox = cs->next_stat_mbox;
next_stat_mbox   2874 drivers/scsi/myrs.c 	while (next_stat_mbox->id > 0) {
next_stat_mbox   2875 drivers/scsi/myrs.c 		unsigned short id = next_stat_mbox->id;
next_stat_mbox   2889 drivers/scsi/myrs.c 			cmd_blk->status = next_stat_mbox->status;
next_stat_mbox   2890 drivers/scsi/myrs.c 			cmd_blk->sense_len = next_stat_mbox->sense_len;
next_stat_mbox   2891 drivers/scsi/myrs.c 			cmd_blk->residual = next_stat_mbox->residual;
next_stat_mbox   2896 drivers/scsi/myrs.c 		memset(next_stat_mbox, 0, sizeof(struct myrs_stat_mbox));
next_stat_mbox   2897 drivers/scsi/myrs.c 		if (++next_stat_mbox > cs->last_stat_mbox)
next_stat_mbox   2898 drivers/scsi/myrs.c 			next_stat_mbox = cs->first_stat_mbox;
next_stat_mbox   2907 drivers/scsi/myrs.c 	cs->next_stat_mbox = next_stat_mbox;
next_stat_mbox   3118 drivers/scsi/myrs.c 	struct myrs_stat_mbox *next_stat_mbox;
next_stat_mbox   3123 drivers/scsi/myrs.c 	next_stat_mbox = cs->next_stat_mbox;
next_stat_mbox   3124 drivers/scsi/myrs.c 	while (next_stat_mbox->id > 0) {
next_stat_mbox   3125 drivers/scsi/myrs.c 		unsigned short id = next_stat_mbox->id;
next_stat_mbox   3139 drivers/scsi/myrs.c 			cmd_blk->status = next_stat_mbox->status;
next_stat_mbox   3140 drivers/scsi/myrs.c 			cmd_blk->sense_len = next_stat_mbox->sense_len;
next_stat_mbox   3141 drivers/scsi/myrs.c 			cmd_blk->residual = next_stat_mbox->residual;
next_stat_mbox   3146 drivers/scsi/myrs.c 		memset(next_stat_mbox, 0, sizeof(struct myrs_stat_mbox));
next_stat_mbox   3147 drivers/scsi/myrs.c 		if (++next_stat_mbox > cs->last_stat_mbox)
next_stat_mbox   3148 drivers/scsi/myrs.c 			next_stat_mbox = cs->first_stat_mbox;
next_stat_mbox   3157 drivers/scsi/myrs.c 	cs->next_stat_mbox = next_stat_mbox;
next_stat_mbox    936 drivers/scsi/myrs.h 	struct myrs_stat_mbox *next_stat_mbox;