Home
last modified time | relevance | path

Searched refs:iq_idx (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c216 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_cmd_wr()
375 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_read_wr()
428 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_write_wr()
659 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_abrt_cls_wr()
1836 ioreq->iq_idx = sqset->iq_idx; in csio_queuecommand()
1939 cmnd->device->lun, csio_q_physiqid(hw, ioreq->iq_idx)); in csio_eh_abort_handler()
2123 ioreq->iq_idx = sqset->iq_idx; in csio_eh_lun_reset_handler()
H A Dcsio_hw.h104 int iq_idx; /* Ingress index */ member
228 int iq_idx; /* Ingress queue index */ member
H A Dcsio_wr.h243 int iq_idx; /* Ingress queue index */ member
H A Dcsio_lnode.c1699 io_req->lnode->hwp, io_req->iq_idx)); in csio_ln_prep_ecwr()
1819 io_req->iq_idx = mgmtm->iq_idx; in csio_ln_mgmt_submit_req()
H A Dcsio_isr.c428 struct csio_q *q = hw->wrm.q_arr[sqset->iq_idx]; in csio_request_irqs()
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dsge.c1944 unsigned int qid, iq_idx; in process_intrq() local
1977 iq_idx = IQ_IDX(s, qid); in process_intrq()
1978 if (unlikely(iq_idx >= MAX_INGQ)) { in process_intrq()
1983 rspq = s->ingr_map[iq_idx]; in process_intrq()