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

/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_smp_phy.h146 U8 expander_phy_id
H A Dscif_sas_smp_phy.c78 * @param[in] expander_phy_id The expander phy id for this_smp_phy.
84 U8 expander_phy_id
89 this_smp_phy->phy_identifier = 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; local
1883 for ( expander_phy_id = 0;
1884 expander_phy_id < fw_device->protocol_device.smp_device.number_of_phys;
1885 expander_phy_id++ )
1893 scif_sas_smp_phy_construct(this_smp_phy, fw_device, expander_phy_id);
H A Dscif_sas_domain.c856 * @param[in] expander_phy_id The expander phy id that the target device owns.
863 U8 expander_phy_id
884 && (fw_device->expander_phy_identifier == expander_phy_id)

Completed in 117 milliseconds