Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc.h964 int (*lpfc_sli_brdready) member
H A Dlpfc_hbadisc.c902 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY); in lpfc_work_list_done()
912 lpfc_sli_brdready(phba, HS_MBRDY); in lpfc_work_list_done()
H A Dlpfc_sli.c4864 lpfc_sli_brdready(struct lpfc_hba *phba, uint32_t mask) in lpfc_sli_brdready() function
4866 return phba->lpfc_sli_brdready(phba, mask); in lpfc_sli_brdready()
10402 phba->lpfc_sli_brdready = lpfc_sli_brdready_s3; in lpfc_mbox_api_table_setup()
10410 phba->lpfc_sli_brdready = lpfc_sli_brdready_s4; in lpfc_mbox_api_table_setup()
H A Dlpfc_init.c1644 lpfc_sli_brdready(phba, HS_MBRDY); in lpfc_offline_eratt()