Searched refs:CMD_SP (Results 1 – 10 of 10) sorted by relevance
277 CMD_SP(sc) = (char *) rqi; in snic_issue_scsi_req()292 CMD_SP(sc) = NULL; in snic_issue_scsi_req()664 CMD_SP(sc) = NULL; in snic_icmnd_cmpl_handler()847 CMD_SP(sc) = NULL; in snic_process_itmf_cmpl()1485 CMD_SP(sc) = NULL; in snic_abort_finish()1849 CMD_SP(sc) = NULL; in snic_dr_clean_single_req()1998 CMD_SP(sc) = NULL; in snic_dr_finish()2121 CMD_SP(sc) = NULL; in snic_unlink_and_release_req()2293 CMD_SP(sc) = NULL; in snic_issue_hba_reset()2307 CMD_SP(sc) = NULL; in snic_issue_hba_reset()[all …]
109 #define CMD_SP(Cmnd) \ macro
562 CMD_SP(sc) = (char *)io_req; in fnic_queuecommand_lck()577 CMD_SP(sc) = NULL; in fnic_queuecommand_lck()870 io_req = (struct fnic_io_req *)CMD_SP(sc); in fnic_fcpio_icmnd_cmpl_handler()986 CMD_SP(sc) = NULL; in fnic_fcpio_icmnd_cmpl_handler()1188 CMD_SP(sc) = NULL; in fnic_fcpio_itmf_cmpl_handler()1396 CMD_SP(sc) = NULL; in fnic_cleanup_io_iter()1480 CMD_SP(sc) = NULL; in fnic_wq_copy_cleanup_handler()1915 CMD_SP(sc) = NULL; in fnic_abort_cmd()2134 CMD_SP(sc) = NULL; in fnic_pending_aborts_iter()2305 CMD_SP(sc) = (char *)io_req; in fnic_device_reset()[all …]
95 #define CMD_SP(Cmnd) ((Cmnd)->SCp.ptr) macro
486 #define CMD_SP(Cmnd) &Cmnd->SCp macro696 struct srb *sp = (struct srb *)CMD_SP(cmd); in qla1280_queuecommand_lck()831 sp = (struct srb *)CMD_SP(cmd); in qla1280_error_action()3962 sp = (struct srb *)CMD_SP(cmd); in __qla1280_print_scsi_cmd()3982 printk(" SP=0x%p\n", CMD_SP(cmd)); in __qla1280_print_scsi_cmd()
219 #define CMD_SP(Cmnd) ((Cmnd)->SCp.ptr) macro
4057 CMD_SP(cmd) = (void *)srb; in qla4xxx_get_new_srb()4070 CMD_SP(cmd) = NULL; in qla4xxx_srb_free_dma()4643 if (cmd != NULL && CMD_SP(cmd)) in qla4xxx_cmd_wait()9082 srb = (struct srb *)CMD_SP(cmd); in qla4xxx_del_from_active_array()9124 rp = (struct srb *) CMD_SP(cmd); in qla4xxx_eh_wait_on_command()9218 srb = (struct srb *) CMD_SP(cmd); in qla4xxx_eh_abort()
51 #define CMD_SP(Cmnd) ((struct fc_fcp_pkt *)(Cmnd)->SCp.ptr) macro2124 fsp = CMD_SP(sc_cmd); in fc_eh_abort()
733 CMD_SP(cmd) = NULL; in qla2x00_sp_compl()824 CMD_SP(cmd) = NULL; in qla2xxx_qpair_sp_compl()927 CMD_SP(cmd) = (void *)sp; in qla2xxx_queuecommand()1015 CMD_SP(cmd) = (void *)sp; in qla2xxx_mqueuecommand()1068 while (CMD_SP(cmd) && wait_iter--) { in qla2x00_eh_wait_on_command()1071 if (CMD_SP(cmd)) in qla2x00_eh_wait_on_command()
5194 #define CMD_SP(Cmnd) ((Cmnd)->SCp.ptr) macro
Completed in 82 milliseconds