Searched refs:inot (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6796 struct ccb_immed_notify *inot; ahc_send_lstate_events() local
6804 inot = (struct ccb_immed_notify *)ccbh; ahc_send_lstate_events()
6811 inot->message_args[0] = event->event_type; ahc_send_lstate_events()
6812 inot->message_args[1] = event->event_arg; ahc_send_lstate_events()
6815 inot->initiator_id = event->initiator_id; ahc_send_lstate_events()
6816 inot->sense_len = 0; ahc_send_lstate_events()
6817 xpt_done((union ccb *)inot); ahc_send_lstate_events()
H A Daic79xx_core.c9297 struct ccb_immed_notify *inot; ahd_send_lstate_events() local
9305 inot = (struct ccb_immed_notify *)ccbh; ahd_send_lstate_events()
9312 inot->message_args[0] = event->event_type; ahd_send_lstate_events()
9313 inot->message_args[1] = event->event_arg; ahd_send_lstate_events()
9316 inot->initiator_id = event->initiator_id; ahd_send_lstate_events()
9317 inot->sense_len = 0; ahd_send_lstate_events()
9318 xpt_done((union ccb *)inot); ahd_send_lstate_events()

Completed in 146 milliseconds