Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/scsi/lpfc/
Dlpfc_scsi.c2994 if (phba->sli.ring[LPFC_FCP_RING].txcmplq_cnt) in lpfc_poll_rearm_timer()
3024 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_poll_timeout()
3177 err = lpfc_sli_issue_iocb(phba, LPFC_FCP_RING, in lpfc_queuecommand_lck()
3186 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_queuecommand_lck()
3295 if (lpfc_sli_issue_iocb(phba, LPFC_FCP_RING, abtsiocb, 0) == in DEF_SCSI_QCMD()
3304 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in DEF_SCSI_QCMD()
3414 status = lpfc_sli_issue_iocb_wait(phba, LPFC_FCP_RING, in lpfc_send_taskmgmt()
3848 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_slave_configure()
Dlpfc_sli.c7054 psli->fcp_ring = LPFC_FCP_RING; in lpfc_sli_setup()
7065 case LPFC_FCP_RING: /* ring 0 - FCP */ in lpfc_sli_setup()
8257 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_sli_issue_iocb_wait()
8300 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_sli_issue_iocb_wait()
9040 status = (ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_fp_intr_handler()
9041 status >>= (4*LPFC_FCP_RING); in lpfc_sli_fp_intr_handler()
9044 &phba->sli.ring[LPFC_FCP_RING], in lpfc_sli_fp_intr_handler()
9161 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_intr_handler()
9162 status1 >>= (4*LPFC_FCP_RING); in lpfc_sli_intr_handler()
9517 struct lpfc_sli_ring *pring = &phba->sli.ring[LPFC_FCP_RING]; in lpfc_sli4_sp_handle_els_wcqe()
[all …]
Dlpfc_bsg.c355 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_bsg_send_mgmt_cmd()
609 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_bsg_rport_els()
1371 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_issue_ct_rsp()
1485 struct lpfc_sli_ring *pring = &psli->ring[LPFC_FCP_RING]; in lpfc_bsg_diag_mode()
Dlpfc_attr.c1231 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_poll_store()
1252 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