Home
last modified time | relevance | path

Searched refs:modtype (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c272 phy->modtype = err; in ael1002_reset()
357 phy->modtype = err; in t3_ael1002_phy_prep()
433 phy->modtype = phy_modtype_sr; in t3_ael1006_phy_prep()
821 static int ael2005_setup_twinax_edc(struct cphy *phy, int modtype) in ael2005_setup_twinax_edc() argument
1203 if (!err && modtype == phy_modtype_twinax_long) in ael2005_setup_twinax_edc()
1291 phy->modtype = (u8)err; in ael2005_reset()
1332 phy->modtype = (u8)ret; in ael2005_intr_handler()
1397 phy->modtype = err; in t3_ael2005_phy_prep()
1432 static int ael2020_setup_twinax_edc(struct cphy *phy, int modtype) in ael2020_setup_twinax_edc() argument
2050 phy->modtype = (u8)err; in ael2020_reset()
[all …]
H A Dcxgb_common.h574 u8 modtype; /* PHY module type */ member
/freebsd/sys/dev/bwi/
H A Dbwimac.c1416 enum ieee80211_phytype modtype; in bwi_mac_set_ackrates() local
1419 modtype = ieee80211_rate2phytype(rt, in bwi_mac_set_ackrates()
1421 switch (modtype) { in bwi_mac_set_ackrates()
1429 panic("unsupported modtype %u\n", modtype); in bwi_mac_set_ackrates()
1433 modtype) & 0xf); in bwi_mac_set_ackrates()
H A Dif_bwi.c2888 enum ieee80211_phytype modtype; in bwi_plcp_header() local
2893 modtype = ieee80211_rate2phytype(rt, rate); in bwi_plcp_header()
2894 if (modtype == IEEE80211_T_OFDM) in bwi_plcp_header()
2896 else if (modtype == IEEE80211_T_DS) in bwi_plcp_header()
2899 panic("unsupport modulation type %u\n", modtype); in bwi_plcp_header()
/freebsd/sys/kern/
H A Dkern_linker.c1648 char *modtype; in linker_preload() local
1671 modtype = (char *)preload_search_info(modptr, MODINFO_TYPE); in linker_preload()
1677 if (modtype == NULL) { in linker_preload()
1683 printf("Preloaded %s \"%s\" at %p.\n", modtype, modname, in linker_preload()
/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c1210 int mod = pi->phy.modtype; in t3_os_phymod_changed()
2049 int mod = phy->modtype; in cxgb_build_medialist()
2116 if (cur->ifm_data != p->phy.modtype) { in cxgb_media_status()