Home
last modified time | relevance | path

Searched refs:ex_dev (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/libsas/
H A Dsas_expander.c44 mutex_lock(&dev->ex_dev.cmd_mutex); in smp_execute_task_sg()
115 mutex_unlock(&dev->ex_dev.cmd_mutex); in smp_execute_task_sg()
153 if (dev->ex_dev.t2t_supp) in sas_route_char()
186 struct expander_device *ex = &dev->ex_dev; in sas_set_ex_phy()
328 struct domain_device *sas_ex_to_ata(struct domain_device *ex_dev, int phy_id) in sas_ex_to_ata() argument
330 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy_id]; in sas_ex_to_ata()
375 struct expander_device *ex = &dev->ex_dev; in sas_ex_phy_discover()
412 struct expander_device *ex = &dev->ex_dev; in sas_expander_discover()
471 dev->ex_dev in sas_ex_general()
1825 struct expander_device *ex_dev = &parent->ex_dev; sas_unregister_devs_sas_addr() local
2077 sas_find_attached_phy_id(struct expander_device *ex_dev, struct domain_device *dev) sas_find_attached_phy_id() argument
[all...]
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.h81 struct domain_device *sas_ex_to_ata(struct domain_device *ex_dev, int phy_id);
182 struct expander_device *ex = &dev->ex_dev; in sas_add_parent_port()
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()
/kernel/linux/linux-5.10/drivers/scsi/libsas/
H A Dsas_expander.c62 mutex_lock(&dev->ex_dev.cmd_mutex); in smp_execute_task_sg()
133 mutex_unlock(&dev->ex_dev.cmd_mutex); in smp_execute_task_sg()
170 if (dev->ex_dev.t2t_supp) in sas_route_char()
203 struct expander_device *ex = &dev->ex_dev; in sas_set_ex_phy()
345 struct domain_device *sas_ex_to_ata(struct domain_device *ex_dev, int phy_id) in sas_ex_to_ata() argument
347 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy_id]; in sas_ex_to_ata()
392 struct expander_device *ex = &dev->ex_dev; in sas_ex_phy_discover()
429 struct expander_device *ex = &dev->ex_dev; in sas_expander_discover()
454 dev->ex_dev in ex_assign_report_general()
1880 struct expander_device *ex_dev = &parent->ex_dev; sas_unregister_devs_sas_addr() local
[all...]
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()
183 struct expander_device *ex_dev = &port_dev->ex_dev; in sas_form_port() local
185 ex_dev->ex_change_count = -1; in sas_form_port()
252 struct expander_device *ex_dev = &dev->ex_dev; in sas_deform_port() local
254 ex_dev->ex_change_count = -1; in sas_deform_port()
H A Dsas_internal.h86 struct domain_device *sas_ex_to_ata(struct domain_device *ex_dev, int phy_id);
163 struct expander_device *ex = &dev->ex_dev; in sas_add_parent_port()
H A Dsas_discover.c31 INIT_LIST_HEAD(&dev->ex_dev.children); in sas_init_dev()
32 mutex_init(&dev->ex_dev.cmd_mutex); in sas_init_dev()
301 kfree(dev->ex_dev.ex_phy); in sas_free_device()
H A Dsas_ata.c309 struct domain_device *ex_dev = dev->parent; in smp_ata_check_ready() local
311 struct ex_phy *ex_phy = &ex_dev->ex_dev.ex_phy[phy->number]; in smp_ata_check_ready()
313 res = sas_ex_phy_discover(ex_dev, phy->number); in smp_ata_check_ready()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfsfh.c548 dev_t ex_dev = exp_sb(exp)->s_dev; in fh_compose() local
551 MAJOR(ex_dev), MINOR(ex_dev), in fh_compose()
582 fhp->fh_handle.ofh_dev = old_encode_dev(ex_dev); in fh_compose()
596 ex_dev, in fh_compose()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfsfh.c529 dev_t ex_dev = exp_sb(exp)->s_dev; in fh_compose() local
532 MAJOR(ex_dev), MINOR(ex_dev), in fh_compose()
567 ex_dev, in fh_compose()
/kernel/linux/linux-6.6/include/scsi/
H A Dlibsas.h185 struct expander_device ex_dev; member
738 int sas_find_attached_phy_id(struct expander_device *ex_dev,
/kernel/linux/linux-5.10/drivers/scsi/pm8001/
H A Dpm8001_sas.c644 for (phy_id = 0; phy_id < parent_dev->ex_dev.num_phys; in pm8001_dev_found_notify()
646 phy = &parent_dev->ex_dev.ex_phy[phy_id]; in pm8001_dev_found_notify()
653 if (phy_id == parent_dev->ex_dev.num_phys) { in pm8001_dev_found_notify()
H A Dpm8001_hwi.c4415 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm8001_chip_reg_dev_req()
H A Dpm80xx_hwi.c4815 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm80xx_chip_reg_dev_req()
/kernel/linux/linux-5.10/include/scsi/
H A Dlibsas.h195 struct expander_device ex_dev; member
/kernel/linux/linux-6.6/drivers/scsi/pm8001/
H A Dpm8001_sas.c658 phy_id = sas_find_attached_phy_id(&parent_dev->ex_dev, dev); in pm8001_dev_found_notify()
H A Dpm8001_hwi.c4245 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm8001_chip_reg_dev_req()
H A Dpm80xx_hwi.c4739 phy_id = parent_dev->ex_dev.ex_phy->phy_id; in pm80xx_chip_reg_dev_req()
/kernel/linux/linux-5.10/drivers/scsi/mvsas/
H A Dmv_sas.c1196 u8 phy_num = parent_dev->ex_dev.num_phys; in mvs_dev_found_notify()
1199 phy = &parent_dev->ex_dev.ex_phy[phy_id]; in mvs_dev_found_notify()
/kernel/linux/linux-5.10/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c789 u8 phy_num = parent_dev->ex_dev.num_phys; in hisi_sas_dev_found()
793 phy = &parent_dev->ex_dev.ex_phy[phy_no]; in hisi_sas_dev_found()
/kernel/linux/linux-6.6/drivers/scsi/mvsas/
H A Dmv_sas.c1191 phy_id = sas_find_attached_phy_id(&parent_dev->ex_dev, dev); in mvs_dev_found_notify()
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_main.c850 phy_no = sas_find_attached_phy_id(&parent_dev->ex_dev, device); in hisi_sas_dev_found()

Completed in 60 milliseconds