Searched refs:lun_info (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 5690 struct lpfc_device_data *lun_info; in lpfc_create_device_data() local 5703 lun_info = mempool_alloc(phba->device_data_mem_pool, memory_flags); in lpfc_create_device_data() 5704 if (!lun_info) in lpfc_create_device_data() 5706 INIT_LIST_HEAD(&lun_info->listentry); in lpfc_create_device_data() 5707 lun_info->rport_data = NULL; in lpfc_create_device_data() 5708 memcpy(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_create_device_data() 5710 memcpy(&lun_info->device_id.target_wwpn, target_wwpn, in lpfc_create_device_data() 5712 lun_info->device_id.lun = lun; in lpfc_create_device_data() 5713 lun_info->oas_enabled = false; in lpfc_create_device_data() 5714 lun_info in lpfc_create_device_data() 5728 lpfc_delete_device_data(struct lpfc_hba *phba, struct lpfc_device_data *lun_info) lpfc_delete_device_data() argument 5764 struct lpfc_device_data *lun_info; __lpfc_get_device_data() local 5821 struct lpfc_device_data *lun_info; lpfc_find_next_oas_lun() local 5911 struct lpfc_device_data *lun_info; lpfc_enable_oas_lun() local 5970 struct lpfc_device_data *lun_info; lpfc_disable_oas_lun() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_scsi.c | 6411 struct lpfc_device_data *lun_info; in lpfc_create_device_data() local 6424 lun_info = mempool_alloc(phba->device_data_mem_pool, memory_flags); in lpfc_create_device_data() 6425 if (!lun_info) in lpfc_create_device_data() 6427 INIT_LIST_HEAD(&lun_info->listentry); in lpfc_create_device_data() 6428 lun_info->rport_data = NULL; in lpfc_create_device_data() 6429 memcpy(&lun_info->device_id.vport_wwpn, vport_wwpn, in lpfc_create_device_data() 6431 memcpy(&lun_info->device_id.target_wwpn, target_wwpn, in lpfc_create_device_data() 6433 lun_info->device_id.lun = lun; in lpfc_create_device_data() 6434 lun_info->oas_enabled = false; in lpfc_create_device_data() 6435 lun_info in lpfc_create_device_data() 6449 lpfc_delete_device_data(struct lpfc_hba *phba, struct lpfc_device_data *lun_info) lpfc_delete_device_data() argument 6485 struct lpfc_device_data *lun_info; __lpfc_get_device_data() local 6543 struct lpfc_device_data *lun_info; lpfc_find_next_oas_lun() local 6634 struct lpfc_device_data *lun_info; lpfc_enable_oas_lun() local 6694 struct lpfc_device_data *lun_info; lpfc_disable_oas_lun() local [all...] |
Completed in 13 milliseconds