Lines Matching defs:iq
203 * @iq: Ingress queue pointer.
212 csio_scsi_isr_handler(struct csio_q *iq)
214 struct csio_hw *hw = (struct csio_hw *)iq->owner;
223 if (unlikely(csio_wr_process_iq(hw, iq, csio_process_scsi_cmpl,
258 struct csio_q *iq = (struct csio_q *) dev_id;
261 if (unlikely(!iq))
264 hw = (struct csio_hw *)iq->owner;
271 csio_scsi_isr_handler(iq);
288 struct csio_q *iq = priv;
290 csio_scsi_isr_handler(iq);