Searched refs:eq_idx (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_debugfs.h | 656 int eq_idx; in lpfc_debug_dump_eq_by_id() local 658 for (eq_idx = 0; eq_idx < phba->cfg_fcp_io_channel; eq_idx++) { in lpfc_debug_dump_eq_by_id() 659 if (phba->sli4_hba.hba_eq[eq_idx]->queue_id == qid) in lpfc_debug_dump_eq_by_id() 663 if (eq_idx < phba->cfg_fcp_io_channel) { in lpfc_debug_dump_eq_by_id() 664 printk(KERN_ERR "FCP EQ[Idx:%d|Qid:%d]\n", eq_idx, qid); in lpfc_debug_dump_eq_by_id() 665 lpfc_debug_dump_q(phba->sli4_hba.hba_eq[eq_idx]); in lpfc_debug_dump_eq_by_id()
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_wr.c | 516 csio_wr_eq_cfg_rsp(struct csio_hw *hw, struct csio_mb *mbp, int eq_idx) in csio_wr_eq_cfg_rsp() argument 531 csio_q_eqid(hw, eq_idx) = (uint16_t)eqp.eqid; in csio_wr_eq_cfg_rsp() 532 csio_q_physeqid(hw, eq_idx) = (uint16_t)eqp.physeqid; in csio_wr_eq_cfg_rsp() 533 csio_q_pidx(hw, eq_idx) = csio_q_cidx(hw, eq_idx) = 0; in csio_wr_eq_cfg_rsp() 534 csio_q_inc_idx(hw, eq_idx) = 0; in csio_wr_eq_cfg_rsp() 553 csio_wr_eq_create(struct csio_hw *hw, void *priv, int eq_idx, in csio_wr_eq_create() argument 577 eqp.eqsize = csio_q_size(hw, eq_idx) / CSIO_QCREDIT_SZ; in csio_wr_eq_create() 578 eqp.eqaddr = csio_q_pstart(hw, eq_idx); in csio_wr_eq_create() 592 return csio_wr_eq_cfg_rsp(hw, mbp, eq_idx); in csio_wr_eq_create() 678 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 | 1737 ret = csio_wr_get(hw, mgmtm->eq_idx, wr_size, &wrp); in csio_ln_mgmt_submit_wr() 1769 csio_wr_issue(mgmtm->hw, mgmtm->eq_idx, false); in csio_ln_mgmt_submit_wr() 1799 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-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/ |
D | cxgb4vf_main.c | 478 unsigned int eq_idx; in fwevtq_handler() local 487 eq_idx = EQ_IDX(s, qid); in fwevtq_handler() 488 if (unlikely(eq_idx >= MAX_EGRQ)) { in fwevtq_handler() 493 tq = s->egr_map[eq_idx]; in fwevtq_handler()
|