Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_scsi.c4446 if (!list_empty(&phba->sli.ring[LPFC_FCP_RING].txcmplq)) in lpfc_poll_rearm_timer()
4476 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_poll_timeout()
4589 err = lpfc_sli_issue_iocb(phba, LPFC_FCP_RING, in lpfc_queuecommand()
4615 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_queuecommand()
4769 ret_val = __lpfc_sli_issue_iocb(phba, LPFC_FCP_RING, in lpfc_abort_handler()
4784 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_abort_handler()
4967 status = lpfc_sli_issue_iocb_wait(phba, LPFC_FCP_RING, in lpfc_send_taskmgmt()
5505 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_slave_configure()
Dlpfc_bsg.c504 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_bsg_send_mgmt_cmd()
737 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_bsg_rport_els()
1574 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_issue_ct_rsp()
1694 pring = &psli->ring[LPFC_FCP_RING]; in lpfc_bsg_diag_mode_enter()
Dlpfc_sli.c9132 psli->fcp_ring = LPFC_FCP_RING; in lpfc_sli_setup()
9143 case LPFC_FCP_RING: /* ring 0 - FCP */ in lpfc_sli_setup()
10441 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_sli_issue_iocb_wait()
10508 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_sli_issue_iocb_wait()
11259 status = (ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_fp_intr_handler()
11260 status >>= (4*LPFC_FCP_RING); in lpfc_sli_fp_intr_handler()
11263 &phba->sli.ring[LPFC_FCP_RING], in lpfc_sli_fp_intr_handler()
11380 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_intr_handler()
11381 status1 >>= (4*LPFC_FCP_RING); in lpfc_sli_intr_handler()
11826 if (!list_empty(&phba->sli.ring[LPFC_FCP_RING].txcmplq)) in lpfc_sli4_sp_handle_els_wcqe()
Dlpfc_attr.c1504 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_poll_store()
1525 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