Lines Matching refs:eq_idx
520 csio_wr_eq_cfg_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_cfg_rsp() argument
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()
537 csio_q_pidx(hw, eq_idx) = csio_q_cidx(hw, eq_idx) = 0; in csio_wr_eq_cfg_rsp()
538 csio_q_inc_idx(hw, eq_idx) = 0; in csio_wr_eq_cfg_rsp()
557 csio_wr_eq_create(struct csio_hw *hw, void *priv, int eq_idx, in csio_wr_eq_create() argument
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()
596 return csio_wr_eq_cfg_rsp(hw, mbp, eq_idx); in csio_wr_eq_create()
682 csio_wr_eq_destroy_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_destroy_rsp() argument
706 csio_wr_eq_destroy(struct csio_hw *hw, void *priv, int eq_idx, in csio_wr_eq_destroy() argument
721 eqp.eqid = csio_q_eqid(hw, eq_idx); in csio_wr_eq_destroy()
734 return csio_wr_eq_destroy_rsp(hw, mbp, eq_idx); in csio_wr_eq_destroy()