Searched refs:LPFC_FCP_RING (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 5168 if (!list_empty(&phba->sli.sli3_ring[LPFC_FCP_RING].txcmplq)) in lpfc_poll_rearm_timer() 5197 &phba->sli.sli3_ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_poll_timeout() 5394 err = lpfc_sli_issue_fcp_io(phba, LPFC_FCP_RING, cur_iocbq, in lpfc_queuecommand() 5432 &phba->sli.sli3_ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_queuecommand() 5620 pring = &phba->sli.sli3_ring[LPFC_FCP_RING]; in lpfc_abort_handler() 5641 &phba->sli.sli3_ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_abort_handler() 5843 status = lpfc_sli_issue_iocb_wait(phba, LPFC_FCP_RING, in lpfc_send_taskmgmt() 5958 &phba->sli.sli3_ring[LPFC_FCP_RING], in lpfc_reset_flush_io_context() 6369 &phba->sli.sli3_ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_sdev_configure()
|
H A D | lpfc_bsg.c | 496 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 D | lpfc_hbadisc.c | 1454 psli->sli3_ring[LPFC_FCP_RING].flag &= ~LPFC_STOP_IOCB_EVENT; in lpfc_mbx_cmpl_clear_la() 5059 } else if (pring->ringno == LPFC_FCP_RING) { in lpfc_check_sli_ndlp() 5785 struct lpfc_sli_ring *fcp_ring = &psli->sli3_ring[LPFC_FCP_RING]; in lpfc_issue_clear_la() 6291 psli->sli3_ring[LPFC_FCP_RING].flag &= in lpfc_disc_timeout_handler()
|
H A D | lpfc_attr.c | 2566 creg_val &= ~(HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_poll_store() 2587 creg_val |= (HC_R0INT_ENA << LPFC_FCP_RING); in lpfc_poll_store()
|
H A D | lpfc_hw.h | 46 #define LPFC_FCP_RING 0 /* ring 0 for FCP initiator commands */ macro
|