Searched refs:check_cond_evt (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_disc.h63 struct lpfc_scsi_check_condition_event check_cond_evt; member in union:lpfc_fast_path_event::__anon14592
H A Dlpfc_scsi.c2062 fast_path_evt->un.check_cond_evt.scsi_event.event_type =
2064 fast_path_evt->un.check_cond_evt.scsi_event.subcategory =
2066 fast_path_evt->un.check_cond_evt.scsi_event.lun =
2068 memcpy(&fast_path_evt->un.check_cond_evt.scsi_event.wwpn,
2070 memcpy(&fast_path_evt->un.check_cond_evt.scsi_event.wwnn,
2072 fast_path_evt->un.check_cond_evt.sense_key =
2074 fast_path_evt->un.check_cond_evt.asc = cmnd->sense_buffer[12];
2075 fast_path_evt->un.check_cond_evt.ascq = cmnd->sense_buffer[13];
H A Dlpfc_hbadisc.c377 evt_data = (char *) &fast_evt_data->un.check_cond_evt;
379 check_cond_evt);

Completed in 50 milliseconds