Searched refs:iq_idx (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/scsi/csiostor/
H A Dcsio_wr.c333 * @iq_idx: Ingress queue that got created.
338 csio_wr_iq_create_rsp(struct csio_hw *hw, struct csio_mb *mbp, int iq_idx) argument
355 csio_q_iqid(hw, iq_idx) = iqp.iqid;
356 csio_q_physiqid(hw, iq_idx) = iqp.physiqid;
357 csio_q_pidx(hw, iq_idx) = csio_q_cidx(hw, iq_idx) = 0;
358 csio_q_inc_idx(hw, iq_idx) = 0;
372 csio_q_set_intr_map(hw, iq_idx, iq_id);
384 flq_idx = csio_q_iq_flq_idx(hw, iq_idx);
406 * @iq_idx
416 csio_wr_iq_create(struct csio_hw *hw, void *priv, int iq_idx, uint32_t vec, uint8_t portid, bool async, void (*cbfn) (struct csio_hw *, struct csio_mb *)) argument
557 csio_wr_eq_create(struct csio_hw *hw, void *priv, int eq_idx, int iq_idx, uint8_t portid, void (*cbfn) (struct csio_hw *, struct csio_mb *)) argument
608 csio_wr_iq_destroy_rsp(struct csio_hw *hw, struct csio_mb *mbp, int iq_idx) argument
632 csio_wr_iq_destroy(struct csio_hw *hw, void *priv, int iq_idx, void (*cbfn)(struct csio_hw *, struct csio_mb *)) argument
[all...]
H A Dcsio_init.c286 mgmtm->iq_idx, hw->pport[0].portid, NULL);
300 rv = csio_wr_iq_create(hw, NULL, sqset->iq_idx,
309 sqset->iq_idx, i, NULL);
397 mgmtm->iq_idx = hw->fwevt_iq_idx;
410 sqset->iq_idx = orig->iq_idx;
434 sqset->iq_idx = idx;
H A Dcsio_hw.h104 int iq_idx; /* Ingress index */ member in struct:csio_scsi_qset
228 int iq_idx; /* Ingress queue index */ member in struct:csio_mgmtm
H A Dcsio_scsi.c216 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx));
375 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx));
428 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx));
659 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx));
1836 ioreq->iq_idx = sqset->iq_idx;
1939 cmnd->device->lun, csio_q_physiqid(hw, ioreq->iq_idx));
2123 ioreq->iq_idx = sqset->iq_idx;
H A Dcsio_wr.h243 int iq_idx; /* Ingress queue index */ member in struct:csio_ioreq
H A Dcsio_isr.c205 * Processes SCSI completions on the SCSI IQ indicated by scm->iq_idx
428 struct csio_q *q = hw->wrm.q_arr[sqset->iq_idx];
H A Dcsio_lnode.c1699 io_req->lnode->hwp, io_req->iq_idx));
1819 io_req->iq_idx = mgmtm->iq_idx;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1944 unsigned int qid, iq_idx; local
1977 iq_idx = IQ_IDX(s, qid);
1978 if (unlikely(iq_idx >= MAX_INGQ)) {
1983 rspq = s->ingr_map[iq_idx];

Completed in 140 milliseconds