Home
last modified time | relevance | path

Searched refs:dereg_device (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas.h338 void (*dereg_device)(struct hisi_hba *hisi_hba, member
H A Dhisi_sas_main.c1136 if (hisi_hba->hw->dereg_device) in hisi_sas_dereg_device()
1137 hisi_hba->hw->dereg_device(hisi_hba, device); in hisi_sas_dereg_device()
H A Dhisi_sas_v3_hw.c3375 .dereg_device = dereg_device_v3_hw,