Home
last modified time | relevance | path

Searched refs:HA_R0RE_REQ (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c5172 &phba->sli.sli3_ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_poll_timeout()
5417 &phba->sli.sli3_ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_queuecommand()
5626 &phba->sli.sli3_ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_abort_handler()
6356 &phba->sli.sli3_ring[LPFC_FCP_RING], HA_R0RE_REQ); in lpfc_slave_configure()
H A Dlpfc_hw.h1827 #define HA_R0RE_REQ 0x00000001 /* Bit 0 */ macro
1848 #define HA_R0_CLR_MSK (HA_R0RE_REQ | HA_R0CE_RSP | HA_R0ATT)
H A Dlpfc_sli.c4143 if ((rsp_cmpl > 0) && (mask & HA_R0RE_REQ)) { in lpfc_sli_handle_fast_ring_event()
4473 if ((rspiocbp != NULL) && (mask & HA_R0RE_REQ)) { in lpfc_sli_handle_slow_ring_event_s3()