/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 686 int eq_idx; in lpfc_debug_dump_eq_by_id() local 688 for (eq_idx = 0; eq_idx < phba->cfg_hdw_queue; eq_idx++) in lpfc_debug_dump_eq_by_id() 689 if (phba->sli4_hba.hdwq[eq_idx].hba_eq->queue_id == qid) in lpfc_debug_dump_eq_by_id() 692 if (eq_idx < phba->cfg_hdw_queue) { in lpfc_debug_dump_eq_by_id() 693 printk(KERN_ERR "FCP EQ[Idx:%d|Qid:%d]\n", eq_idx, qid); in lpfc_debug_dump_eq_by_id() 694 lpfc_debug_dump_q(phba->sli4_hba.hdwq[eq_idx].hba_eq); in lpfc_debug_dump_eq_by_id()
|
/linux-6.6.21/drivers/scsi/csiostor/ |
D | csio_wr.c | 520 csio_wr_eq_cfg_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_cfg_rsp() argument 535 csio_q_eqid(hw, eq_idx) = (uint16_t)eqp.eqid; in csio_wr_eq_cfg_rsp() 536 csio_q_physeqid(hw, eq_idx) = (uint16_t)eqp.physeqid; in csio_wr_eq_cfg_rsp() 537 csio_q_pidx(hw, eq_idx) = csio_q_cidx(hw, eq_idx) = 0; in csio_wr_eq_cfg_rsp() 538 csio_q_inc_idx(hw, eq_idx) = 0; in csio_wr_eq_cfg_rsp() 557 csio_wr_eq_create(struct csio_hw *hw, void *priv, int eq_idx, in csio_wr_eq_create() argument 581 eqp.eqsize = csio_q_size(hw, eq_idx) / CSIO_QCREDIT_SZ; in csio_wr_eq_create() 582 eqp.eqaddr = csio_q_pstart(hw, eq_idx); in csio_wr_eq_create() 596 return csio_wr_eq_cfg_rsp(hw, mbp, eq_idx); in csio_wr_eq_create() 682 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 | 285 rv = csio_wr_eq_create(hw, NULL, mgmtm->eq_idx, in csio_create_queues() 308 rv = csio_wr_eq_create(hw, NULL, sqset->eq_idx, in csio_create_queues() 388 mgmtm->eq_idx = csio_wr_alloc_q(hw, CSIO_MGMT_EQSIZE, in csio_config_queues() 391 if (mgmtm->eq_idx == -1) { in csio_config_queues() 409 sqset->eq_idx = orig->eq_idx; in csio_config_queues() 423 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 | 1754 ret = csio_wr_get(hw, mgmtm->eq_idx, wr_size, &wrp); in csio_ln_mgmt_submit_wr() 1786 csio_wr_issue(mgmtm->hw, mgmtm->eq_idx, false); in csio_ln_mgmt_submit_wr() 1818 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-6.6.21/arch/powerpc/kvm/ |
D | book3s_xive_native.c | 560 long eq_idx, u64 addr) in kvmppc_xive_native_set_queue_config() argument 580 priority = (eq_idx & KVM_XIVE_EQ_PRIORITY_MASK) >> in kvmppc_xive_native_set_queue_config() 582 server = (eq_idx & KVM_XIVE_EQ_SERVER_MASK) >> in kvmppc_xive_native_set_queue_config() 708 long eq_idx, u64 addr) in kvmppc_xive_native_get_queue_config() argument 728 priority = (eq_idx & KVM_XIVE_EQ_PRIORITY_MASK) >> in kvmppc_xive_native_get_queue_config() 730 server = (eq_idx & KVM_XIVE_EQ_SERVER_MASK) >> in kvmppc_xive_native_get_queue_config()
|
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 537 unsigned int eq_idx; in fwevtq_handler() local 546 eq_idx = EQ_IDX(s, qid); in fwevtq_handler() 547 if (unlikely(eq_idx >= MAX_EGRQ)) { in fwevtq_handler() 552 tq = s->egr_map[eq_idx]; in fwevtq_handler()
|