lpfc_sli_brdready
int (*lpfc_sli_brdready)
int lpfc_sli_brdready(struct lpfc_hba *, uint32_t);
lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY);
lpfc_sli_brdready(phba, HS_MBRDY);
lpfc_sli_brdready(phba, HS_MBRDY);
phba->lpfc_sli_brdready = lpfc_sli_brdready_s3;
phba->lpfc_sli_brdready = lpfc_sli_brdready_s4;
return phba->lpfc_sli_brdready(phba, mask);