Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_mb.c731 uint32_t mb_tmo, struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_alloc() argument
739 FW_EQ_OFLD_CMD_PFN(eq_ofld_params->pfn) | in csio_mb_eq_ofld_alloc()
740 FW_EQ_OFLD_CMD_VFN(eq_ofld_params->vfn)); in csio_mb_eq_ofld_alloc()
768 struct csio_eq_params *eq_ofld_params, in csio_mb_eq_ofld_write() argument
773 uint32_t eq_start_stop = (eq_ofld_params->eqstart) ? in csio_mb_eq_ofld_write()
786 FW_EQ_OFLD_CMD_PFN(eq_ofld_params->pfn) | in csio_mb_eq_ofld_write()
787 FW_EQ_OFLD_CMD_VFN(eq_ofld_params->vfn)); in csio_mb_eq_ofld_write()
791 cmdp->eqid_pkd |= htonl(FW_EQ_OFLD_CMD_EQID(eq_ofld_params->eqid)); in csio_mb_eq_ofld_write()
794 FW_EQ_OFLD_CMD_HOSTFCMODE(eq_ofld_params->hostfcmode) | in csio_mb_eq_ofld_write()
795 FW_EQ_OFLD_CMD_CPRIO(eq_ofld_params->cprio) | in csio_mb_eq_ofld_write()
[all …]