Searched refs:iq_idx (Results 1 – 8 of 8) sorted by relevance
/drivers/scsi/csiostor/ |
D | csio_wr.c | 342 csio_wr_iq_create_rsp(struct csio_hw *hw, struct csio_mb *mbp, int iq_idx) in csio_wr_iq_create_rsp() argument 359 csio_q_iqid(hw, iq_idx) = iqp.iqid; in csio_wr_iq_create_rsp() 360 csio_q_physiqid(hw, iq_idx) = iqp.physiqid; in csio_wr_iq_create_rsp() 361 csio_q_pidx(hw, iq_idx) = csio_q_cidx(hw, iq_idx) = 0; in csio_wr_iq_create_rsp() 362 csio_q_inc_idx(hw, iq_idx) = 0; in csio_wr_iq_create_rsp() 376 csio_q_set_intr_map(hw, iq_idx, iq_id); in csio_wr_iq_create_rsp() 388 flq_idx = csio_q_iq_flq_idx(hw, iq_idx); in csio_wr_iq_create_rsp() 420 csio_wr_iq_create(struct csio_hw *hw, void *priv, int iq_idx, in csio_wr_iq_create() argument 429 csio_q_portid(hw, iq_idx) = portid; in csio_wr_iq_create() 441 if (hw->intr_iq_idx == iq_idx) in csio_wr_iq_create() [all …]
|
D | csio_init.c | 298 mgmtm->iq_idx, hw->pport[0].portid, NULL); in csio_create_queues() 312 rv = csio_wr_iq_create(hw, NULL, sqset->iq_idx, in csio_create_queues() 321 sqset->iq_idx, i, NULL); in csio_create_queues() 409 mgmtm->iq_idx = hw->fwevt_iq_idx; in csio_config_queues() 422 sqset->iq_idx = orig->iq_idx; in csio_config_queues() 446 sqset->iq_idx = idx; in csio_config_queues()
|
D | csio_scsi.c | 240 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_cmd_wr() 399 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_read_wr() 452 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_write_wr() 683 wr->iqid = cpu_to_be16(csio_q_physiqid(hw, req->iq_idx)); in csio_scsi_init_abrt_cls_wr() 1859 ioreq->iq_idx = sqset->iq_idx; in csio_queuecommand() 1962 cmnd->device->lun, csio_q_physiqid(hw, ioreq->iq_idx)); in csio_eh_abort_handler() 2147 ioreq->iq_idx = sqset->iq_idx; in csio_eh_lun_reset_handler()
|
D | csio_hw.h | 103 int iq_idx; /* Ingress index */ member 274 int iq_idx; /* Ingress queue index */ member
|
D | csio_wr.h | 243 int iq_idx; /* Ingress queue index */ member
|
D | csio_lnode.c | 1682 io_req->lnode->hwp, io_req->iq_idx)); in csio_ln_prep_ecwr() 1800 io_req->iq_idx = mgmtm->iq_idx; in csio_ln_mgmt_submit_req()
|
D | csio_isr.c | 430 struct csio_q *q = hw->wrm.q_arr[sqset->iq_idx]; in csio_request_irqs()
|
/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | sge.c | 1821 unsigned int qid, iq_idx; in process_intrq() local 1854 iq_idx = IQ_IDX(s, qid); in process_intrq() 1855 if (unlikely(iq_idx >= MAX_INGQ)) { in process_intrq() 1860 rspq = s->ingr_map[iq_idx]; in process_intrq()
|