Searched refs:lpfc_sli_brdready (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_crtn.h253 int lpfc_sli_brdready(struct lpfc_hba *, uint32_t);
H A Dlpfc.h507 int (*lpfc_sli_brdready) member in struct:lpfc_hba
H A Dlpfc_sli.c3189 * lpfc_sli_brdready - Wrapper func for checking the hba readyness
3197 lpfc_sli_brdready(struct lpfc_hba *phba, uint32_t mask) function
3199 return phba->lpfc_sli_brdready(phba, mask);
5615 phba->lpfc_sli_brdready = lpfc_sli_brdready_s3;
5623 phba->lpfc_sli_brdready = lpfc_sli_brdready_s4;
H A Dlpfc_hbadisc.c454 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY);
464 lpfc_sli_brdready(phba, HS_MBRDY);
H A Dlpfc_init.c1121 lpfc_sli_brdready(phba, HS_MBRDY);

Completed in 305 milliseconds