Searched refs:queue_depth_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.h64 struct lpfc_scsi_varqueuedepth_event queue_depth_evt; member in union:lpfc_fast_path_event::__anon14592
H A Dlpfc_scsi.c224 fast_path_evt->un.queue_depth_evt.scsi_event.event_type =
226 fast_path_evt->un.queue_depth_evt.scsi_event.subcategory =
230 fast_path_evt->un.queue_depth_evt.scsi_event.lun = lun;
232 memcpy(&fast_path_evt->un.queue_depth_evt.scsi_event.wwpn,
234 memcpy(&fast_path_evt->un.queue_depth_evt.scsi_event.wwnn,
238 fast_path_evt->un.queue_depth_evt.oldval = old_val;
239 fast_path_evt->un.queue_depth_evt.newval = new_val;
H A Dlpfc_hbadisc.c382 evt_data = (char *) &fast_evt_data->un.queue_depth_evt;
384 queue_depth_evt);

Completed in 106 milliseconds