Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/libsas/
Dsas_expander.c76 mutex_lock(&dev->ex_dev.cmd_mutex); in smp_execute_task_sg()
147 mutex_unlock(&dev->ex_dev.cmd_mutex); in smp_execute_task_sg()
184 if (dev->ex_dev.t2t_supp) in sas_route_char()
217 struct expander_device *ex = &dev->ex_dev; in sas_set_ex_phy()
359 struct domain_device *sas_ex_to_ata(struct domain_device *ex_dev, int phy_id) in sas_ex_to_ata() argument
361 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy_id]; in sas_ex_to_ata()
406 struct expander_device *ex = &dev->ex_dev; in sas_ex_phy_discover()
443 struct expander_device *ex = &dev->ex_dev; in sas_expander_discover()
468 dev->ex_dev.ex_change_count = be16_to_cpu(rg->change_count); in ex_assign_report_general()
469 dev->ex_dev.max_route_indexes = be16_to_cpu(rg->route_indexes); in ex_assign_report_general()
[all …]
Dsas_port.c74 dev->ex_dev.ex_change_count = -1; in sas_resume_port()
75 for (i = 0; i < dev->ex_dev.num_phys; i++) { in sas_resume_port()
76 struct ex_phy *phy = &dev->ex_dev.ex_phy[i]; in sas_resume_port()
Dsas_internal.h96 struct domain_device *sas_ex_to_ata(struct domain_device *ex_dev, int phy_id);
173 struct expander_device *ex = &dev->ex_dev; in sas_add_parent_port()
Dsas_discover.c47 INIT_LIST_HEAD(&dev->ex_dev.children); in sas_init_dev()
48 mutex_init(&dev->ex_dev.cmd_mutex); in sas_init_dev()
314 kfree(dev->ex_dev.ex_phy); in sas_free_device()
Dsas_ata.c320 struct domain_device *ex_dev = dev->parent; in smp_ata_check_ready() local
322 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy->number]; in smp_ata_check_ready()
324 res = sas_ex_phy_discover(ex_dev, phy->number); in smp_ata_check_ready()
/Linux-v4.19/fs/nfsd/
Dnfsfh.c541 dev_t ex_dev = exp_sb(exp)->s_dev; in fh_compose() local
544 MAJOR(ex_dev), MINOR(ex_dev), in fh_compose()
575 fhp->fh_handle.ofh_dev = old_encode_dev(ex_dev); in fh_compose()
589 ex_dev, in fh_compose()
/Linux-v4.19/drivers/scsi/pm8001/
Dpm8001_sas.c611 for (phy_id = 0; phy_id < parent_dev->ex_dev.num_phys; in pm8001_dev_found_notify()
613 phy = &parent_dev->ex_dev.ex_phy[phy_id]; in pm8001_dev_found_notify()
620 if (phy_id == parent_dev->ex_dev.num_phys) { in pm8001_dev_found_notify()
Dpm8001_hwi.c4559 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm8001_chip_reg_dev_req()
Dpm80xx_hwi.c4495 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm80xx_chip_reg_dev_req()
/Linux-v4.19/include/scsi/
Dlibsas.h212 struct expander_device ex_dev; member
/Linux-v4.19/drivers/scsi/mvsas/
Dmv_sas.c1215 u8 phy_num = parent_dev->ex_dev.num_phys; in mvs_dev_found_notify()
1218 phy = &parent_dev->ex_dev.ex_phy[phy_id]; in mvs_dev_found_notify()
/Linux-v4.19/drivers/scsi/hisi_sas/
Dhisi_sas_main.c641 u8 phy_num = parent_dev->ex_dev.num_phys; in hisi_sas_dev_found()
645 phy = &parent_dev->ex_dev.ex_phy[phy_no]; in hisi_sas_dev_found()