Home
last modified time | relevance | path

Searched refs:expander_phy_id (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.c84 U8 expander_phy_id in scif_sas_smp_phy_construct() argument
89 this_smp_phy->phy_identifier = expander_phy_id; in scif_sas_smp_phy_construct()
H A Dscif_sas_smp_phy.h146 U8 expander_phy_id
H A Dscif_sas_domain.h234 U8 expander_phy_id
H A Dscif_sas_smp_remote_device.c1874 U8 expander_phy_id = 0; in scif_sas_smp_remote_device_populate_smp_phy_list() local
1883 for ( expander_phy_id = 0; in scif_sas_smp_remote_device_populate_smp_phy_list()
1884 expander_phy_id < fw_device->protocol_device.smp_device.number_of_phys; in scif_sas_smp_remote_device_populate_smp_phy_list()
1885 expander_phy_id++ ) in scif_sas_smp_remote_device_populate_smp_phy_list()
1893 scif_sas_smp_phy_construct(this_smp_phy, fw_device, expander_phy_id); in scif_sas_smp_remote_device_populate_smp_phy_list()
H A Dscif_sas_domain.c863 U8 expander_phy_id in scif_sas_domain_get_device_by_containing_device() argument
884 && (fw_device->expander_phy_identifier == expander_phy_id) in scif_sas_domain_get_device_by_containing_device()