H A D | snic_scsi.c | 545 snic_icmnd_cmpl_handler(struct snic *snic, struct snic_fw_req *fwreq) snic_icmnd_cmpl_handler() argument 558 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); snic_icmnd_cmpl_handler() 559 icmnd_cmpl = &fwreq->u.icmnd_cmpl; snic_icmnd_cmpl_handler() 579 "Icmnd_cmpl: Scsi Cmnd Not found, sc = NULL Hdr Status = %s tag = 0x%x fwreq = 0x%p\n", snic_icmnd_cmpl_handler() 582 fwreq); snic_icmnd_cmpl_handler() 587 (ulong) fwreq, le32_to_cpu(icmnd_cmpl->resid), ctx); snic_icmnd_cmpl_handler() 643 jiffies_to_msecs(jiffies - start_time), (ulong) fwreq, snic_icmnd_cmpl_handler() 669 jiffies_to_msecs(jiffies - start_time), (ulong) fwreq, snic_icmnd_cmpl_handler() 681 struct snic_fw_req *fwreq, snic_proc_dr_cmpl_locked() 699 (ulong) fwreq, 0, SNIC_TRC_CMD_STATE_FLAGS(sc)); snic_proc_dr_cmpl_locked() 714 (ulong) fwreq, 0, SNIC_TRC_CMD_STATE_FLAGS(sc)); snic_proc_dr_cmpl_locked() 768 struct snic_fw_req *fwreq, snic_process_itmf_cmpl() 850 (ulong) fwreq, SNIC_TRC_CMD(sc), snic_process_itmf_cmpl() 860 snic_proc_dr_cmpl_locked(snic, fwreq, cmpl_stat, cmnd_id, sc); snic_process_itmf_cmpl() 909 snic_itmf_cmpl_handler(struct snic *snic, struct snic_fw_req *fwreq) snic_itmf_cmpl_handler() argument 920 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); snic_itmf_cmpl_handler() 925 itmf_cmpl = &fwreq->u.itmf_cmpl; snic_itmf_cmpl_handler() 960 snic_process_itmf_cmpl(snic, fwreq, cmnd_id, hdr_stat, sc); snic_itmf_cmpl_handler() 991 snic_hba_reset_cmpl_handler(struct snic *snic, struct snic_fw_req *fwreq) snic_hba_reset_cmpl_handler() argument 1007 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); snic_hba_reset_cmpl_handler() 1103 snic_msg_ack_handler(struct snic *snic, struct snic_fw_req *fwreq) snic_msg_ack_handler() argument 1111 snic_aen_handler(struct snic *snic, struct snic_fw_req *fwreq) snic_aen_handler() argument 1116 struct snic_async_evnotify *aen = &fwreq->u.async_ev; snic_aen_handler() 1119 snic_io_hdr_dec(&fwreq->hdr, &typ, &hdr_stat, &cmnd_id, &hid, &ctx); snic_aen_handler() 1183 struct snic_fw_req *fwreq) snic_io_cmpl_handler() 1188 snic_print_desc(__func__, (char *)fwreq, sizeof(*fwreq)); snic_io_cmpl_handler() 1191 if ((fwreq->hdr.type >= SNIC_RSP_REPORT_TGTS_CMPL) && snic_io_cmpl_handler() 1192 (fwreq->hdr.type <= SNIC_RSP_BOOT_LUNS_CMPL)) snic_io_cmpl_handler() 1195 SNIC_BUG_ON((fwreq->hdr.type > SNIC_RSP_BOOT_LUNS_CMPL) && snic_io_cmpl_handler() 1196 (fwreq->hdr.type < SNIC_MSG_ASYNC_EVNOTIFY)); snic_io_cmpl_handler() 1199 switch (fwreq->hdr.status) { snic_io_cmpl_handler() 1211 switch (fwreq->hdr.type) { snic_io_cmpl_handler() 1213 snic_io_exch_ver_cmpl_handler(snic, fwreq); snic_io_cmpl_handler() 1217 snic_report_tgt_cmpl_handler(snic, fwreq); snic_io_cmpl_handler() 1221 snic_icmnd_cmpl_handler(snic, fwreq); snic_io_cmpl_handler() 1225 snic_itmf_cmpl_handler(snic, fwreq); snic_io_cmpl_handler() 1229 snic_hba_reset_cmpl_handler(snic, fwreq); snic_io_cmpl_handler() 1233 snic_msg_ack_handler(snic, fwreq); snic_io_cmpl_handler() 1237 snic_aen_handler(snic, fwreq); snic_io_cmpl_handler() 1244 fwreq->hdr.type); snic_io_cmpl_handler() 680 snic_proc_dr_cmpl_locked(struct snic *snic, struct snic_fw_req *fwreq, u8 cmpl_stat, u32 cmnd_id, struct scsi_cmnd *sc) snic_proc_dr_cmpl_locked() argument 767 snic_process_itmf_cmpl(struct snic *snic, struct snic_fw_req *fwreq, u32 cmnd_id, u8 cmpl_stat, struct scsi_cmnd *sc) snic_process_itmf_cmpl() argument 1181 snic_io_cmpl_handler(struct vnic_dev *vdev, unsigned int cq_idx, struct snic_fw_req *fwreq) snic_io_cmpl_handler() argument
|