Lines Matching refs:iparam
2652 params->ox_id = io->iparam.els.ox_id; in efct_fill_els_params()
2658 params->timeout = io->iparam.els.timeout; in efct_fill_els_params()
2664 params->r_ctl = io->iparam.ct.r_ctl; in efct_fill_ct_params()
2665 params->type = io->iparam.ct.type; in efct_fill_ct_params()
2666 params->df_ctl = io->iparam.ct.df_ctl; in efct_fill_ct_params()
2668 params->ox_id = io->iparam.ct.ox_id; in efct_fill_ct_params()
2674 params->timeout = io->iparam.ct.timeout; in efct_fill_ct_params()
2846 struct efct_hw_io *io, union efct_hw_io_param_u *iparam, in efct_hw_io_send() argument
2874 u16 *flags = &iparam->fcp_tgt.flags; in efct_hw_io_send()
2880 xfer->ft_data_ro = cpu_to_be32(iparam->fcp_tgt.offset); in efct_hw_io_send()
2881 xfer->ft_burst_len = cpu_to_be32(iparam->fcp_tgt.xmit_len); in efct_hw_io_send()
2887 iparam->fcp_tgt.xri = io->indicator; in efct_hw_io_send()
2888 iparam->fcp_tgt.tag = io->reqtag; in efct_hw_io_send()
2893 0, 0, &iparam->fcp_tgt)) { in efct_hw_io_send()
2900 u16 *flags = &iparam->fcp_tgt.flags; in efct_hw_io_send()
2907 iparam->fcp_tgt.xri = io->indicator; in efct_hw_io_send()
2908 iparam->fcp_tgt.tag = io->reqtag; in efct_hw_io_send()
2913 0, 0, &iparam->fcp_tgt)) { in efct_hw_io_send()
2920 u16 *flags = &iparam->fcp_tgt.flags; in efct_hw_io_send()
2927 iparam->fcp_tgt.xri = io->indicator; in efct_hw_io_send()
2928 iparam->fcp_tgt.tag = io->reqtag; in efct_hw_io_send()
2932 0, &iparam->fcp_tgt)) { in efct_hw_io_send()