Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_scsi.c4477 if (!list_empty(&phba->sli.ring[LPFC_FCP_RING].txcmplq)) in lpfc_poll_rearm_timer()
4507 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_poll_timeout()
4620 err = lpfc_sli_issue_iocb(phba, LPFC_FCP_RING, in lpfc_queuecommand()
4646 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_queuecommand()
4800 ret_val = __lpfc_sli_issue_iocb(phba, LPFC_FCP_RING, in lpfc_abort_handler()
4815 &phba->sli.ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_abort_handler()
4998 status = lpfc_sli_issue_iocb_wait(phba, LPFC_FCP_RING, in lpfc_send_taskmgmt()
5538 &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()
1572 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_issue_ct_rsp()
1692 pring = &psli->ring[LPFC_FCP_RING]; in lpfc_bsg_diag_mode_enter()
Dlpfc_sli.c9114 psli->fcp_ring = LPFC_FCP_RING; in lpfc_sli_setup()
9125 case LPFC_FCP_RING: /* ring 0 - FCP */ in lpfc_sli_setup()
10423 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_sli_issue_iocb_wait()
10490 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_sli_issue_iocb_wait()
11241 status = (ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_fp_intr_handler()
11242 status >>= (4*LPFC_FCP_RING); in lpfc_sli_fp_intr_handler()
11245 &phba->sli.ring[LPFC_FCP_RING], in lpfc_sli_fp_intr_handler()
11362 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_intr_handler()
11363 status1 >>= (4*LPFC_FCP_RING); in lpfc_sli_intr_handler()
11808 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