Searched refs:eq_idx (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 698 int eq_idx; in lpfc_debug_dump_eq_by_id() local 700 for (eq_idx = 0; eq_idx < phba->io_channel_irqs; eq_idx++) in lpfc_debug_dump_eq_by_id() 701 if (phba->sli4_hba.hba_eq[eq_idx]->queue_id == qid) in lpfc_debug_dump_eq_by_id() 704 if (eq_idx < phba->io_channel_irqs) { in lpfc_debug_dump_eq_by_id() 705 printk(KERN_ERR "FCP EQ[Idx:%d|Qid:%d]\n", eq_idx, qid); in lpfc_debug_dump_eq_by_id() 706 lpfc_debug_dump_q(phba->sli4_hba.hba_eq[eq_idx]); in lpfc_debug_dump_eq_by_id()
|
/Linux-v4.19/drivers/scsi/csiostor/ |
D | csio_wr.c | 519 csio_wr_eq_cfg_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_cfg_rsp() argument 534 csio_q_eqid(hw, eq_idx) = (uint16_t)eqp.eqid; in csio_wr_eq_cfg_rsp() 535 csio_q_physeqid(hw, eq_idx) = (uint16_t)eqp.physeqid; in csio_wr_eq_cfg_rsp() 536 csio_q_pidx(hw, eq_idx) = csio_q_cidx(hw, eq_idx) = 0; in csio_wr_eq_cfg_rsp() 537 csio_q_inc_idx(hw, eq_idx) = 0; in csio_wr_eq_cfg_rsp() 556 csio_wr_eq_create(struct csio_hw *hw, void *priv, int eq_idx, in csio_wr_eq_create() argument 580 eqp.eqsize = csio_q_size(hw, eq_idx) / CSIO_QCREDIT_SZ; in csio_wr_eq_create() 581 eqp.eqaddr = csio_q_pstart(hw, eq_idx); in csio_wr_eq_create() 595 return csio_wr_eq_cfg_rsp(hw, mbp, eq_idx); in csio_wr_eq_create() 681 csio_wr_eq_destroy_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_destroy_rsp() argument [all …]
|
D | csio_scsi.c | 262 req->drv_status = csio_wr_get(hw, req->eq_idx, size, &wrp); in csio_scsi_cmd() 270 uint8_t *tmpwr = csio_q_eq_wrap(hw, req->eq_idx); in csio_scsi_cmd() 489 req->drv_status = csio_wr_get(hw, req->eq_idx, size, &wrp); in csio_scsi_read() 495 uint8_t *tmpwr = csio_q_eq_wrap(hw, req->eq_idx); in csio_scsi_read() 526 req->drv_status = csio_wr_get(hw, req->eq_idx, size, &wrp); in csio_scsi_write() 532 uint8_t *tmpwr = csio_q_eq_wrap(hw, req->eq_idx); in csio_scsi_write() 680 req->drv_status = csio_wr_get(hw, req->eq_idx, size, &wrp); in csio_scsi_abrt_cls() 688 uint8_t *tmpwr = csio_q_eq_wrap(hw, req->eq_idx); in csio_scsi_abrt_cls() 725 csio_wr_issue(hw, req->eq_idx, false); in csio_scsis_uninit() 745 csio_wr_issue(hw, req->eq_idx, false); in csio_scsis_uninit() [all …]
|
D | csio_init.c | 294 rv = csio_wr_eq_create(hw, NULL, mgmtm->eq_idx, in csio_create_queues() 317 rv = csio_wr_eq_create(hw, NULL, sqset->eq_idx, in csio_create_queues() 397 mgmtm->eq_idx = csio_wr_alloc_q(hw, CSIO_MGMT_EQSIZE, in csio_config_queues() 400 if (mgmtm->eq_idx == -1) { in csio_config_queues() 418 sqset->eq_idx = orig->eq_idx; in csio_config_queues() 432 sqset->eq_idx = idx; in csio_config_queues()
|
D | csio_hw.h | 105 int eq_idx; /* Egress index */ member 227 int eq_idx; /* Egress queue index */ member
|
D | csio_lnode.c | 1752 ret = csio_wr_get(hw, mgmtm->eq_idx, wr_size, &wrp); in csio_ln_mgmt_submit_wr() 1784 csio_wr_issue(mgmtm->hw, mgmtm->eq_idx, false); in csio_ln_mgmt_submit_wr() 1816 io_req->eq_idx = mgmtm->eq_idx; in csio_ln_mgmt_submit_req()
|
D | csio_wr.h | 244 int eq_idx; /* Egress queue index */ member
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 483 unsigned int eq_idx; in fwevtq_handler() local 492 eq_idx = EQ_IDX(s, qid); in fwevtq_handler() 493 if (unlikely(eq_idx >= MAX_EGRQ)) { in fwevtq_handler() 498 tq = s->egr_map[eq_idx]; in fwevtq_handler()
|