Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_bsg.c496 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_bsg_send_mgmt_cmd()
743 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_bsg_rport_els()
1550 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_issue_ct_rsp()
1692 pring = &psli->sli3_ring[LPFC_FCP_RING]; in lpfc_bsg_diag_mode_enter()
1698 if (!pring || (pring->ringno != LPFC_FCP_RING)) in lpfc_bsg_diag_mode_enter()
H A Dlpfc_sli.c2320 (pring->ringno != LPFC_FCP_RING || in lpfc_sli_resume_iocb()
4657 pring = &psli->sli3_ring[LPFC_FCP_RING]; in lpfc_sli_abort_fcp_rings()
4725 pring = &psli->sli3_ring[LPFC_FCP_RING]; in lpfc_sli_flush_io_rings()
10569 } else if (unlikely(pring->ringno == LPFC_FCP_RING && in __lpfc_sli_issue_iocb_s3()
11430 pring = &psli->sli3_ring[LPFC_FCP_RING]; in lpfc_extra_ring_setup()
11718 case LPFC_FCP_RING: /* ring 0 - FCP */ in lpfc_sli_setup()
11840 pring->ringno = LPFC_FCP_RING; in lpfc_sli4_queue_init()
12868 pring = &phba->sli.sli3_ring[LPFC_FCP_RING]; in lpfc_sli_abort_iocb()
13220 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_sli_issue_iocb_wait()
13287 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_sli_issue_iocb_wait()
[all …]
H A Dlpfc_hbadisc.c1465 psli->sli3_ring[LPFC_FCP_RING].flag &= ~LPFC_STOP_IOCB_EVENT; in lpfc_mbx_cmpl_clear_la()
5070 } else if (pring->ringno == LPFC_FCP_RING) { in lpfc_check_sli_ndlp()
5803 struct lpfc_sli_ring *fcp_ring = &psli->sli3_ring[LPFC_FCP_RING]; in lpfc_issue_clear_la()
6309 psli->sli3_ring[LPFC_FCP_RING].flag &= in lpfc_disc_timeout_handler()
H A Dlpfc_attr.c2698 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_poll_store()
2719 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_poll_store()
H A Dlpfc_hw.h46 #define LPFC_FCP_RING 0 /* ring 0 for FCP initiator commands */ macro
H A Dlpfc_init.c540 if (psli->sli3_ring[LPFC_FCP_RING].sli.sli3.cmdringaddr) in lpfc_config_port_post()
541 psli->sli3_ring[LPFC_FCP_RING].flag |= LPFC_STOP_IOCB_EVENT; in lpfc_config_port_post()