Home
last modified time | relevance | path

Searched refs:fcp_tgt (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/elx/efct/
H A Defct_scsi.c311 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()
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()
[all …]
H A Defct_hw.c2874 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()
[all …]
H A Defct_hw.h153 struct sli_fcp_tgt_params fcp_tgt; member