Searched refs:lpfc_sli_brdready (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_crtn.h | 300 int lpfc_sli_brdready(struct lpfc_hba *, uint32_t);
|
H A D | lpfc.h | 696 int (*lpfc_sli_brdready) member
|
H A D | lpfc_hbadisc.c | 581 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY); in lpfc_work_list_done() 591 lpfc_sli_brdready(phba, HS_MBRDY); in lpfc_work_list_done()
|
H A D | lpfc_sli.c | 4311 * lpfc_sli_brdready - Wrapper func for checking the hba readyness 4319 lpfc_sli_brdready(struct lpfc_hba *phba, uint32_t mask) in lpfc_sli_brdready() function 4321 return phba->lpfc_sli_brdready(phba, mask); in lpfc_sli_brdready() 9185 phba->lpfc_sli_brdready = lpfc_sli_brdready_s3; in lpfc_mbox_api_table_setup() 9193 phba->lpfc_sli_brdready = lpfc_sli_brdready_s4; in lpfc_mbox_api_table_setup()
|
H A D | lpfc_init.c | 1554 lpfc_sli_brdready(phba, HS_MBRDY); in lpfc_offline_eratt()
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_crtn.h | 338 int lpfc_sli_brdready(struct lpfc_hba *, uint32_t);
|
H A D | lpfc.h | 928 int (*lpfc_sli_brdready) member
|
H A D | lpfc_hbadisc.c | 887 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY); in lpfc_work_list_done() 897 lpfc_sli_brdready(phba, HS_MBRDY); in lpfc_work_list_done()
|
H A D | lpfc_sli.c | 4844 * lpfc_sli_brdready - Wrapper func for checking the hba readyness 4852 lpfc_sli_brdready(struct lpfc_hba *phba, uint32_t mask) in lpfc_sli_brdready() function 4854 return phba->lpfc_sli_brdready(phba, mask); in lpfc_sli_brdready() 10322 phba->lpfc_sli_brdready = lpfc_sli_brdready_s3; in lpfc_mbox_api_table_setup() 10330 phba->lpfc_sli_brdready = lpfc_sli_brdready_s4; in lpfc_mbox_api_table_setup()
|
H A D | lpfc_init.c | 1649 lpfc_sli_brdready(phba, HS_MBRDY); in lpfc_offline_eratt()
|
Completed in 114 milliseconds