Home
last modified time | relevance | path

Searched refs:LPFC_FCP_RING (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_scsi.c4123 if (phba->sli.ring[LPFC_FCP_RING].txcmplq_cnt) in lpfc_poll_rearm_timer()
4153 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_poll_timeout()
4291 err = lpfc_sli_issue_iocb(phba, LPFC_FCP_RING, in lpfc_queuecommand_lck()
4300 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_queuecommand_lck()
4408 if (lpfc_sli_issue_iocb(phba, LPFC_FCP_RING, abtsiocb, 0) == in DEF_SCSI_QCMD()
4417 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in DEF_SCSI_QCMD()
4527 status = lpfc_sli_issue_iocb_wait(phba, LPFC_FCP_RING, in lpfc_send_taskmgmt()
4963 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_slave_configure()
Dlpfc_sli.c8515 psli->fcp_ring = LPFC_FCP_RING; in lpfc_sli_setup()
8526 case LPFC_FCP_RING: /* ring 0 - FCP */ in lpfc_sli_setup()
9675 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_sli_issue_iocb_wait()
9718 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_sli_issue_iocb_wait()
10459 status = (ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_fp_intr_handler()
10460 status >>= (4*LPFC_FCP_RING); in lpfc_sli_fp_intr_handler()
10463 &phba->sli.ring[LPFC_FCP_RING], in lpfc_sli_fp_intr_handler()
10580 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_intr_handler()
10581 status1 >>= (4*LPFC_FCP_RING); in lpfc_sli_intr_handler()
10981 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_FCP_RING]; in lpfc_sli4_sp_handle_els_wcqe()
[all …]
Dlpfc_bsg.c358 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_bsg_send_mgmt_cmd()
615 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_bsg_rport_els()
1385 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_issue_ct_rsp()
1499 pring = &psli->ring[LPFC_FCP_RING]; in lpfc_bsg_diag_mode_enter()
Dlpfc_attr.c1470 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_poll_store()
1491 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_poll_store()
Dlpfc_hw.h44 #define LPFC_FCP_RING 0 /* ring 0 for FCP initiator commands */ macro