Lines Matching refs:device_data
6257 struct lpfc_device_data *device_data; in lpfc_sdev_init() local
6273 device_data = __lpfc_get_device_data(phba, in lpfc_sdev_init()
6278 if (!device_data) { in lpfc_sdev_init()
6280 device_data = lpfc_create_device_data(phba, in lpfc_sdev_init()
6286 if (!device_data) in lpfc_sdev_init()
6289 list_add_tail(&device_data->listentry, &phba->luns); in lpfc_sdev_init()
6291 device_data->rport_data = rport->dd_data; in lpfc_sdev_init()
6292 device_data->available = true; in lpfc_sdev_init()
6294 sdev->hostdata = device_data; in lpfc_sdev_init()
6392 struct lpfc_device_data *device_data = sdev->hostdata; in lpfc_sdev_destroy() local
6395 if ((phba->cfg_fof) && (device_data)) { in lpfc_sdev_destroy()
6397 device_data->available = false; in lpfc_sdev_destroy()
6398 if (!device_data->oas_enabled) in lpfc_sdev_destroy()
6399 lpfc_delete_device_data(phba, device_data); in lpfc_sdev_destroy()