Home
last modified time | relevance | path

Searched full:ex_dev (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/scsi/libsas/
H A Dsas_port.c58 dev->ex_dev.ex_change_count = -1; in sas_resume_port()
59 for (i = 0; i < dev->ex_dev.num_phys; i++) { in sas_resume_port()
60 struct ex_phy *phy = &dev->ex_dev.ex_phy[i]; in sas_resume_port()
193 struct expander_device *ex_dev = &port_dev->ex_dev; in sas_form_port() local
195 ex_dev->ex_change_count = -1; in sas_form_port()
261 struct expander_device *ex_dev = &dev->ex_dev; in sas_deform_port() local
263 ex_dev->ex_change_count = -1; in sas_deform_port()
H A Dsas_ata.c305 struct domain_device *ex_dev = dev->parent; in smp_ata_check_ready_type() local
310 res = sas_get_phy_attached_dev(ex_dev, phy->number, sas_addr, &type); in smp_ata_check_ready_type()
331 struct domain_device *ex_dev = dev->parent; in smp_ata_check_ready() local
333 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy->number]; in smp_ata_check_ready()
335 res = sas_ex_phy_discover(ex_dev, phy->number); in smp_ata_check_ready()
H A Dsas_internal.h93 struct domain_device *sas_ex_to_ata(struct domain_device *ex_dev, int phy_id);
157 struct ex_phy *ex_phy = &parent->ex_dev.ex_phy[phy->number]; in sas_fail_probe()
H A Dsas_discover.c30 INIT_LIST_HEAD(&dev->ex_dev.children); in sas_init_dev()
31 mutex_init(&dev->ex_dev.cmd_mutex); in sas_init_dev()
300 kfree(dev->ex_dev.ex_phy); in sas_free_device()
/linux/fs/nfsd/
H A Dnfsfh.c602 dev_t ex_dev = exp_sb(exp)->s_dev; in fh_compose() local
605 MAJOR(ex_dev), MINOR(ex_dev), in fh_compose()
640 ex_dev, in fh_compose()
/linux/include/scsi/
H A Dlibsas.h185 struct expander_device ex_dev; member
729 int sas_find_attached_phy_id(struct expander_device *ex_dev,