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.c2318 (pring->ringno != LPFC_FCP_RING || in lpfc_sli_resume_iocb()
3988 * This routine presumes LPFC_FCP_RING handling and doesn't bother
4655 pring = &psli->sli3_ring[LPFC_FCP_RING]; in lpfc_sli_abort_fcp_rings()
4723 pring = &psli->sli3_ring[LPFC_FCP_RING]; in lpfc_sli_flush_io_rings()
10500 } else if (unlikely(pring->ringno == LPFC_FCP_RING && in __lpfc_sli_issue_iocb_s3()
11361 pring = &psli->sli3_ring[LPFC_FCP_RING]; in lpfc_extra_ring_setup()
11649 case LPFC_FCP_RING: /* ring 0 - FCP */ in lpfc_sli_setup()
11771 pring->ringno = LPFC_FCP_RING; in lpfc_sli4_queue_init()
12775 * The pring used for SLI3 is sli3_ring[LPFC_FCP_RING], for SLI4
12807 pring = &phba->sli.sli3_ring[LPFC_FCP_RING]; in lpfc_sli_abort_iocb()
[all...]
H A Dlpfc_hbadisc.c1463 psli->sli3_ring[LPFC_FCP_RING].flag &= ~LPFC_STOP_IOCB_EVENT; in lpfc_mbx_cmpl_clear_la()
5066 } else if (pring->ringno == LPFC_FCP_RING) { in lpfc_check_sli_ndlp()
5799 struct lpfc_sli_ring *fcp_ring = &psli->sli3_ring[LPFC_FCP_RING]; in lpfc_issue_clear_la()
6305 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()
7999 * For SLI4, instead of using ring 0 (LPFC_FCP_RING) for FCP commands in lpfc_sli4_driver_resource_setup()