• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/

Lines Matching defs:fast_path_evt

217 	struct lpfc_fast_path_event *fast_path_evt;
220 fast_path_evt = lpfc_alloc_fast_evt(phba);
221 if (!fast_path_evt)
224 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;
240 fast_path_evt->vport = vport;
242 fast_path_evt->work_evt.evt = LPFC_EVT_FASTPATH_MGMT_EVT;
244 list_add_tail(&fast_path_evt->work_evt.evt_listp, &phba->work_list);
2037 struct lpfc_fast_path_event *fast_path_evt = NULL;
2044 fast_path_evt = lpfc_alloc_fast_evt(phba);
2045 if (!fast_path_evt)
2047 fast_path_evt->un.scsi_evt.event_type =
2049 fast_path_evt->un.scsi_evt.subcategory =
2052 fast_path_evt->un.scsi_evt.lun = cmnd->device->lun;
2053 memcpy(&fast_path_evt->un.scsi_evt.wwpn,
2055 memcpy(&fast_path_evt->un.scsi_evt.wwnn,
2059 fast_path_evt = lpfc_alloc_fast_evt(phba);
2060 if (!fast_path_evt)
2062 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];
2085 fast_path_evt = lpfc_alloc_fast_evt(phba);
2086 if (!fast_path_evt)
2088 fast_path_evt->un.read_check_error.header.event_type =
2090 fast_path_evt->un.read_check_error.header.subcategory =
2092 memcpy(&fast_path_evt->un.read_check_error.header.wwpn,
2094 memcpy(&fast_path_evt->un.read_check_error.header.wwnn,
2096 fast_path_evt->un.read_check_error.lun = cmnd->device->lun;
2097 fast_path_evt->un.read_check_error.opcode = cmnd->cmnd[0];
2098 fast_path_evt->un.read_check_error.fcpiparam =
2103 fast_path_evt->vport = vport;
2105 list_add_tail(&fast_path_evt->work_evt.evt_listp, &phba->work_list);
2320 struct lpfc_fast_path_event *fast_path_evt;
2363 fast_path_evt = lpfc_alloc_fast_evt(phba);
2364 if (!fast_path_evt)
2366 fast_path_evt->un.fabric_evt.event_type =
2368 fast_path_evt->un.fabric_evt.subcategory =
2372 memcpy(&fast_path_evt->un.fabric_evt.wwpn,
2375 memcpy(&fast_path_evt->un.fabric_evt.wwnn,
2379 fast_path_evt->vport = vport;
2380 fast_path_evt->work_evt.evt =
2383 list_add_tail(&fast_path_evt->work_evt.evt_listp,