Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/csiostor/
Dcsio_mb.c655 uint32_t mb_tmo, struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_alloc() argument
663 FW_EQ_OFLD_CMD_PFN_V(eq_ofld_params->pfn) | in csio_mb_eq_ofld_alloc()
664 FW_EQ_OFLD_CMD_VFN_V(eq_ofld_params->vfn)); in csio_mb_eq_ofld_alloc()
692 struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_write() argument
697 uint32_t eq_start_stop = (eq_ofld_params->eqstart) ? in csio_mb_eq_ofld_write()
711 FW_EQ_OFLD_CMD_PFN_V(eq_ofld_params->pfn) | in csio_mb_eq_ofld_write()
712 FW_EQ_OFLD_CMD_VFN_V(eq_ofld_params->vfn)); in csio_mb_eq_ofld_write()
716 cmdp->eqid_pkd |= htonl(FW_EQ_OFLD_CMD_EQID_V(eq_ofld_params->eqid)); in csio_mb_eq_ofld_write()
719 FW_EQ_OFLD_CMD_HOSTFCMODE_V(eq_ofld_params->hostfcmode) | in csio_mb_eq_ofld_write()
720 FW_EQ_OFLD_CMD_CPRIO_V(eq_ofld_params->cprio) | in csio_mb_eq_ofld_write()
[all …]