Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/scsi/mvsas/
A Dmv_sas.c1176 struct mvs_device *mvi_device; in mvs_dev_found_notify() local
1183 mvi_device = mvs_alloc_dev(mvi); in mvs_dev_found_notify()
1184 if (!mvi_device) { in mvs_dev_found_notify()
1188 dev->lldd_dev = mvi_device; in mvs_dev_found_notify()
1189 mvi_device->dev_status = MVS_DEV_NORMAL; in mvs_dev_found_notify()
1190 mvi_device->dev_type = dev->dev_type; in mvs_dev_found_notify()
1191 mvi_device->mvi_info = mvi; in mvs_dev_found_notify()
1192 mvi_device->sas_device = dev; in mvs_dev_found_notify()
1204 mvi_device->attached_phy = phy_id; in mvs_dev_found_notify()

Completed in 9 milliseconds