Lines Matching refs:iq_idx

338 csio_wr_iq_create_rsp(struct csio_hw *hw, struct csio_mb *mbp, int iq_idx)  in csio_wr_iq_create_rsp()  argument
355 csio_q_iqid(hw, iq_idx) = iqp.iqid; in csio_wr_iq_create_rsp()
356 csio_q_physiqid(hw, iq_idx) = iqp.physiqid; in csio_wr_iq_create_rsp()
357 csio_q_pidx(hw, iq_idx) = csio_q_cidx(hw, iq_idx) = 0; in csio_wr_iq_create_rsp()
358 csio_q_inc_idx(hw, iq_idx) = 0; in csio_wr_iq_create_rsp()
372 csio_q_set_intr_map(hw, iq_idx, iq_id); in csio_wr_iq_create_rsp()
384 flq_idx = csio_q_iq_flq_idx(hw, iq_idx); in csio_wr_iq_create_rsp()
416 csio_wr_iq_create(struct csio_hw *hw, void *priv, int iq_idx, in csio_wr_iq_create() argument
425 csio_q_portid(hw, iq_idx) = portid; in csio_wr_iq_create()
437 if (hw->intr_iq_idx == iq_idx) in csio_wr_iq_create()
468 switch (csio_q_wr_sz(hw, iq_idx)) { in csio_wr_iq_create()
479 iqp.iqsize = csio_q_size(hw, iq_idx) / in csio_wr_iq_create()
480 csio_q_wr_sz(hw, iq_idx); in csio_wr_iq_create()
481 iqp.iqaddr = csio_q_pstart(hw, iq_idx); in csio_wr_iq_create()
483 flq_idx = csio_q_iq_flq_idx(hw, iq_idx); in csio_wr_iq_create()
508 return csio_wr_iq_create_rsp(hw, mbp, iq_idx); in csio_wr_iq_create()
558 int iq_idx, uint8_t portid, in csio_wr_eq_create() argument
576 eqp.iqid = csio_q_iqid(hw, iq_idx); in csio_wr_eq_create()
608 csio_wr_iq_destroy_rsp(struct csio_hw *hw, struct csio_mb *mbp, int iq_idx) in csio_wr_iq_destroy_rsp() argument
632 csio_wr_iq_destroy(struct csio_hw *hw, void *priv, int iq_idx, in csio_wr_iq_destroy() argument
648 iqp.iqid = csio_q_iqid(hw, iq_idx); in csio_wr_iq_destroy()
651 flq_idx = csio_q_iq_flq_idx(hw, iq_idx); in csio_wr_iq_destroy()
670 return csio_wr_iq_destroy_rsp(hw, mbp, iq_idx); in csio_wr_iq_destroy()