Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/csiostor/
Dcsio_wr.c522 struct csio_eq_params eqp; in csio_wr_eq_cfg_rsp() local
525 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_cfg_rsp()
527 csio_mb_eq_ofld_alloc_write_rsp(hw, mbp, &retval, &eqp); in csio_wr_eq_cfg_rsp()
535 csio_q_eqid(hw, eq_idx) = (uint16_t)eqp.eqid; in csio_wr_eq_cfg_rsp()
536 csio_q_physeqid(hw, eq_idx) = (uint16_t)eqp.physeqid; in csio_wr_eq_cfg_rsp()
562 struct csio_eq_params eqp; in csio_wr_eq_create() local
564 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_create()
572 eqp.pfn = hw->pfn; in csio_wr_eq_create()
573 eqp.vfn = 0; in csio_wr_eq_create()
574 eqp.eqstart = 1; in csio_wr_eq_create()
[all …]