Searched refs:sfxge_phy_cap_test (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_gld_v3.c | 96 return (sfxge_phy_cap_test(sp, EFX_PHY_CAP_DEFAULT, field, NULL) ? in sfxge_phy_dfl_cap_test64() 104 return (sfxge_phy_cap_test(sp, EFX_PHY_CAP_CURRENT, field, NULL) ? in sfxge_phy_cur_cap_test64() 865 *v8 = sfxge_phy_cap_test(sp, flag, EFX_PHY_CAP_AN, NULL); in sfxge_gld_getprop() 869 *v8 = sfxge_phy_cap_test(sp, flag, EFX_PHY_CAP_40000FDX, NULL); in sfxge_gld_getprop() 873 *v8 = sfxge_phy_cap_test(sp, flag, EFX_PHY_CAP_10000FDX, NULL); in sfxge_gld_getprop() 877 *v8 = sfxge_phy_cap_test(sp, flag, EFX_PHY_CAP_1000FDX, NULL); in sfxge_gld_getprop() 881 *v8 = sfxge_phy_cap_test(sp, flag, EFX_PHY_CAP_1000HDX, NULL); in sfxge_gld_getprop() 885 *v8 = sfxge_phy_cap_test(sp, flag, EFX_PHY_CAP_100FDX, NULL); in sfxge_gld_getprop() 889 *v8 = sfxge_phy_cap_test(sp, flag, EFX_PHY_CAP_100HDX, NULL); in sfxge_gld_getprop() 893 *v8 = sfxge_phy_cap_test(sp, flag, EFX_PHY_CAP_10FDX, NULL); in sfxge_gld_getprop() [all …]
|
H A D | sfxge_phy.c | 310 sfxge_phy_cap_test(sfxge_t *sp, uint32_t flag, uint32_t field, in sfxge_phy_cap_test() function
|
H A D | sfxge.h | 933 extern uint8_t sfxge_phy_cap_test(sfxge_t *sp, uint32_t flags,
|