Lines Matching refs:qidx
741 csio_wr_cleanup_eq_stpg(struct csio_hw *hw, int qidx) in csio_wr_cleanup_eq_stpg() argument
743 struct csio_q *q = csio_hw_to_wrm(hw)->q_arr[qidx]; in csio_wr_cleanup_eq_stpg()
758 csio_wr_cleanup_iq_ftr(struct csio_hw *hw, int qidx) in csio_wr_cleanup_iq_ftr() argument
761 struct csio_q *q = wrm->q_arr[qidx]; in csio_wr_cleanup_iq_ftr()
857 csio_wr_get(struct csio_hw *hw, int qidx, uint32_t size, in csio_wr_get() argument
861 struct csio_q *q = wrm->q_arr[qidx]; in csio_wr_get()
872 CSIO_DB_ASSERT((qidx >= 0) && (qidx < wrm->free_qidx)); in csio_wr_get()
976 csio_wr_issue(struct csio_hw *hw, int qidx, bool prio) in csio_wr_issue() argument
979 struct csio_q *q = wrm->q_arr[qidx]; in csio_wr_issue()
981 CSIO_DB_ASSERT((qidx >= 0) && (qidx < wrm->free_qidx)); in csio_wr_issue()
1257 csio_wr_process_iq_idx(struct csio_hw *hw, int qidx, in csio_wr_process_iq_idx() argument
1264 struct csio_q *iq = wrm->q_arr[qidx]; in csio_wr_process_iq_idx()