Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_init.c1838 lpfc_sli_brdrestart(phba); in lpfc_handle_eratt_s3()
1953 rc = lpfc_sli_brdrestart(phba); in lpfc_sli4_port_sta_fn_reset()
4700 lpfc_sli_brdrestart(phba); in lpfc_create_port()
7580 lpfc_sli_brdrestart(phba); in lpfc_reset_hba()
13319 lpfc_sli_brdrestart(phba); in lpfc_unset_hba()
14129 lpfc_sli_brdrestart(phba); in lpfc_pci_remove_one_s3()
14271 lpfc_sli_brdrestart(phba); in lpfc_pci_resume_one_s3()
14456 lpfc_sli_brdrestart(phba); in lpfc_io_slot_reset_s3()
15093 lpfc_sli_brdrestart(phba); in lpfc_pci_resume_one_s4()
15332 lpfc_sli_brdrestart(phb in lpfc_io_resume_s4()
[all...]
H A Dlpfc.h962 int (*lpfc_sli_brdrestart) member
H A Dlpfc_sli.c4794 lpfc_sli_brdrestart(phba); in lpfc_sli_brdready_s3()
4840 lpfc_sli_brdrestart(phba); in lpfc_sli_brdready_s4()
5316 * lpfc_sli_brdrestart - Wrapper func for restarting hba
5323 lpfc_sli_brdrestart(struct lpfc_hba *phba) in lpfc_sli_brdrestart() function
5325 return phba->lpfc_sli_brdrestart(phba); in lpfc_sli_brdrestart()
5397 lpfc_sli_brdrestart(phba); in lpfc_sli_chipset_init()
5603 lpfc_sli_brdrestart(phba); in lpfc_sli_config_port()
10401 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s3; in lpfc_mbox_api_table_setup()
10409 phba->lpfc_sli_brdrestart = lpfc_sli_brdrestart_s4; in lpfc_mbox_api_table_setup()
H A Dlpfc_hbadisc.c900 lpfc_sli_brdrestart(phba); in lpfc_work_list_done()