Lines Matching defs:iq
255 q->un.iq.genbit = 1;
278 q->un.iq.flq_idx = flq_idx;
280 flq = wrm->q_arr[q->un.iq.flq_idx];
306 q->un.iq.flq_idx = -1;
310 q->un.iq.iq_intx_handler = iq_intx_handler;
360 /* Actual iq-id. */
363 /* Set the iq-id to iq map table. */
771 q->un.iq.genbit = 1;
1054 struct csio_q *flq = hw->wrm.q_arr[q->un.iq.flq_idx];
1113 return (q->un.iq.genbit == (ftr->u.type_gen >> IQWRF_GEN_SHIFT));
1140 wrm->q_arr[q->un.iq.flq_idx] : NULL;
1184 q_completed->un.iq.iq_intx_handler);
1187 q_completed->un.iq.iq_intx_handler(hw, NULL,
1210 q->un.iq.genbit ^= 0x1;
1223 } /* while (q->un.iq.genbit == hdr->genbit) */
1251 INGRESSQID_V(q->un.iq.physiqid) |
1269 struct csio_q *iq = wrm->q_arr[qidx];
1271 return csio_wr_process_iq(hw, iq, iq_handler, priv);