Lines Matching refs:iparam

311 			io->iparam.fcp_tgt.app_id = io->app_id;  in efct_scsi_io_dispatch_hw_io()
313 io->iparam.fcp_tgt.vpi = io->node->vpi; in efct_scsi_io_dispatch_hw_io()
314 io->iparam.fcp_tgt.rpi = io->node->rpi; in efct_scsi_io_dispatch_hw_io()
315 io->iparam.fcp_tgt.s_id = io->node->port_fc_id; in efct_scsi_io_dispatch_hw_io()
316 io->iparam.fcp_tgt.d_id = io->node->node_fc_id; in efct_scsi_io_dispatch_hw_io()
317 io->iparam.fcp_tgt.xmit_len = io->wire_len; in efct_scsi_io_dispatch_hw_io()
320 &io->iparam, io->hw_cb, io); in efct_scsi_io_dispatch_hw_io()
643 memset(&io->iparam, 0, sizeof(io->iparam)); in efct_scsi_xfer_data()
644 io->iparam.fcp_tgt.ox_id = io->init_task_tag; in efct_scsi_xfer_data()
645 io->iparam.fcp_tgt.offset = io->transferred; in efct_scsi_xfer_data()
646 io->iparam.fcp_tgt.cs_ctl = io->cs_ctl; in efct_scsi_xfer_data()
647 io->iparam.fcp_tgt.timeout = io->timeout; in efct_scsi_xfer_data()
655 io->iparam.fcp_tgt.flags |= SLI4_IO_AUTO_GOOD_RESPONSE; in efct_scsi_xfer_data()
762 memset(&io->iparam, 0, sizeof(io->iparam)); in efct_scsi_send_resp()
763 io->iparam.fcp_tgt.ox_id = io->init_task_tag; in efct_scsi_send_resp()
764 io->iparam.fcp_tgt.offset = 0; in efct_scsi_send_resp()
765 io->iparam.fcp_tgt.cs_ctl = io->cs_ctl; in efct_scsi_send_resp()
766 io->iparam.fcp_tgt.timeout = io->timeout; in efct_scsi_send_resp()
831 io->iparam.fcp_tgt.flags |= SLI4_IO_AUTO_GOOD_RESPONSE; in efct_scsi_send_resp()
874 struct sli_bls_params *bls = &io->iparam.bls; in efct_target_send_bls_resp()
880 memset(&io->iparam, 0, sizeof(io->iparam)); in efct_target_send_bls_resp()
922 struct sli_bls_params *bls = &io->iparam.bls; in efct_bls_send_rjt()
934 memset(&io->iparam, 0, sizeof(io->iparam)); in efct_bls_send_rjt()
1026 memset(&io->iparam, 0, sizeof(io->iparam)); in efct_scsi_send_tmf_resp()
1027 io->iparam.fcp_tgt.ox_id = io->init_task_tag; in efct_scsi_send_tmf_resp()
1028 io->iparam.fcp_tgt.offset = 0; in efct_scsi_send_tmf_resp()
1029 io->iparam.fcp_tgt.cs_ctl = io->cs_ctl; in efct_scsi_send_tmf_resp()
1030 io->iparam.fcp_tgt.timeout = io->timeout; in efct_scsi_send_tmf_resp()