Lines Matching refs:iq
255 q->un.iq.genbit = 1; in csio_wr_alloc_q()
278 q->un.iq.flq_idx = flq_idx; in csio_wr_alloc_q()
280 flq = wrm->q_arr[q->un.iq.flq_idx]; in csio_wr_alloc_q()
306 q->un.iq.flq_idx = -1; in csio_wr_alloc_q()
310 q->un.iq.iq_intx_handler = iq_intx_handler; in csio_wr_alloc_q()
771 q->un.iq.genbit = 1; in csio_wr_cleanup_iq_ftr()
1054 struct csio_q *flq = hw->wrm.q_arr[q->un.iq.flq_idx]; in csio_wr_process_fl()
1113 return (q->un.iq.genbit == (ftr->u.type_gen >> IQWRF_GEN_SHIFT)); in csio_is_new_iqwr()
1140 wrm->q_arr[q->un.iq.flq_idx] : NULL; in csio_wr_process_iq()
1184 q_completed->un.iq.iq_intx_handler); in csio_wr_process_iq()
1187 q_completed->un.iq.iq_intx_handler(hw, NULL, in csio_wr_process_iq()
1210 q->un.iq.genbit ^= 0x1; in csio_wr_process_iq()
1251 INGRESSQID_V(q->un.iq.physiqid) | in csio_wr_process_iq()
1269 struct csio_q *iq = wrm->q_arr[qidx]; in csio_wr_process_iq_idx() local
1271 return csio_wr_process_iq(hw, iq, iq_handler, priv); in csio_wr_process_iq_idx()