Home
last modified time | relevance | path

Searched refs:HA_RXMASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c13738 (HA_RXMASK << (4*LPFC_ELS_RING))); in lpfc_sli_sp_intr_handler()
13740 if (status & HA_RXMASK) { in lpfc_sli_sp_intr_handler()
13997 status = (ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_fp_intr_handler()
14000 if (status & HA_RXMASK) in lpfc_sli_fp_intr_handler()
14008 status = (ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING))); in lpfc_sli_fp_intr_handler()
14010 if (status & HA_RXMASK) { in lpfc_sli_fp_intr_handler()
14104 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING))); in lpfc_sli_intr_handler()
14107 if (status1 || (status2 & HA_RXMASK)) in lpfc_sli_intr_handler()
14117 status1 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_FCP_RING))); in lpfc_sli_intr_handler()
14122 status2 = (phba->ha_copy & (HA_RXMASK << (4*LPFC_EXTRA_RING))); in lpfc_sli_intr_handler()
[all …]
H A Dlpfc_hbadisc.c1035 status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING))); in lpfc_work_done()
1037 if (pring && (status & HA_RXMASK || in lpfc_work_done()
1054 HA_RXMASK)); in lpfc_work_done()
H A Dlpfc_hw.h1846 #define HA_RXMASK 0x0000000f macro
H A Dlpfc_init.c7765 phba->work_ha_mask |= (HA_RXMASK << (LPFC_ELS_RING * 4)); in lpfc_sli_driver_resource_setup()