Lines Matching refs:eqp
522 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()
575 eqp.hostfcmode = X_HOSTFCMODE_STATUS_PAGE; in csio_wr_eq_create()
576 eqp.iqid = csio_q_iqid(hw, iq_idx); in csio_wr_eq_create()
577 eqp.fbmin = X_FETCHBURSTMIN_64B; in csio_wr_eq_create()
578 eqp.fbmax = X_FETCHBURSTMAX_512B; in csio_wr_eq_create()
579 eqp.cidxfthresh = 0; in csio_wr_eq_create()
580 eqp.pciechn = portid; in csio_wr_eq_create()
581 eqp.eqsize = csio_q_size(hw, eq_idx) / CSIO_QCREDIT_SZ; in csio_wr_eq_create()
582 eqp.eqaddr = csio_q_pstart(hw, eq_idx); in csio_wr_eq_create()
585 &eqp, cbfn); in csio_wr_eq_create()
711 struct csio_eq_params eqp; in csio_wr_eq_destroy() local
713 memset(&eqp, 0, sizeof(struct csio_eq_params)); in csio_wr_eq_destroy()
719 eqp.pfn = hw->pfn; in csio_wr_eq_destroy()
720 eqp.vfn = 0; in csio_wr_eq_destroy()
721 eqp.eqid = csio_q_eqid(hw, eq_idx); in csio_wr_eq_destroy()
723 csio_mb_eq_ofld_free(hw, mbp, priv, CSIO_MB_DEFAULT_TMO, &eqp, cbfn); in csio_wr_eq_destroy()