Searched refs:eqp (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_wr.c | 521 struct csio_eq_params eqp; in csio_wr_eq_cfg_rsp() local 524 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_cfg_rsp() 526 csio_mb_eq_ofld_alloc_write_rsp(hw, mbp, &retval, &eqp); in csio_wr_eq_cfg_rsp() 534 csio_q_eqid(hw, eq_idx) = (uint16_t)eqp.eqid; in csio_wr_eq_cfg_rsp() 535 csio_q_physeqid(hw, eq_idx) = (uint16_t)eqp.physeqid; in csio_wr_eq_cfg_rsp() 561 struct csio_eq_params eqp; in csio_wr_eq_create() local 563 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_create() 571 eqp.pfn = hw->pfn; in csio_wr_eq_create() 572 eqp.vfn = 0; in csio_wr_eq_create() 573 eqp.eqstart = 1; in csio_wr_eq_create() [all …]
|
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_sli4.h | 812 struct lpfc_queue **eqp, uint32_t type,
|
D | lpfc_sli.c | 14698 struct lpfc_queue **eqp, uint32_t type, uint32_t subtype) in lpfc_cq_create_set() argument 14713 if (!cqp || !eqp || !numcq) in lpfc_cq_create_set() 14740 eq = eqp[idx]; in lpfc_cq_create_set()
|