Searched refs:modtype (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12-stable/sys/dev/cxgb/common/ |
| D | cxgb_ael1002.c | 274 phy->modtype = err; in ael1002_reset() 359 phy->modtype = err; in t3_ael1002_phy_prep() 435 phy->modtype = phy_modtype_sr; in t3_ael1006_phy_prep() 823 static int ael2005_setup_twinax_edc(struct cphy *phy, int modtype) in ael2005_setup_twinax_edc() argument 1205 if (!err && modtype == phy_modtype_twinax_long) in ael2005_setup_twinax_edc() 1293 phy->modtype = (u8)err; in ael2005_reset() 1334 phy->modtype = (u8)ret; in ael2005_intr_handler() 1399 phy->modtype = err; in t3_ael2005_phy_prep() 1434 static int ael2020_setup_twinax_edc(struct cphy *phy, int modtype) in ael2020_setup_twinax_edc() argument 2052 phy->modtype = (u8)err; in ael2020_reset() [all …]
|
| D | cxgb_common.h | 576 u8 modtype; /* PHY module type */ member
|
| /freebsd-12-stable/sys/dev/bwi/ |
| D | bwimac.c | 1418 enum ieee80211_phytype modtype; in bwi_mac_set_ackrates() local 1421 modtype = ieee80211_rate2phytype(rt, in bwi_mac_set_ackrates() 1423 switch (modtype) { in bwi_mac_set_ackrates() 1431 panic("unsupported modtype %u\n", modtype); in bwi_mac_set_ackrates() 1435 modtype) & 0xf); in bwi_mac_set_ackrates()
|
| D | if_bwi.c | 2890 enum ieee80211_phytype modtype; in bwi_plcp_header() local 2895 modtype = ieee80211_rate2phytype(rt, rate); in bwi_plcp_header() 2896 if (modtype == IEEE80211_T_OFDM) in bwi_plcp_header() 2898 else if (modtype == IEEE80211_T_DS) in bwi_plcp_header() 2901 panic("unsupport modulation type %u\n", modtype); in bwi_plcp_header()
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | libcoff-in.h | 154 short modtype; member
|
| D | libcoff.h | 158 short modtype; member
|
| D | coff-rs6000.c | 255 xcoff_data (abfd)->modtype = ('1' << 8) | 'L'; 308 ox->modtype = ix->modtype;
|
| D | coffcode.h | 1829 xcoff->modtype = internal_a->o_modtype; in coff_mkobject_hook() 4065 internal_a.o_modtype = xcoff_data (abfd)->modtype; in coff_write_object_contents()
|
| D | xcofflink.c | 2971 int modtype, in bfd_xcoff_size_dynamic_sections() argument 3010 xcoff_data (output_bfd)->modtype = modtype; in bfd_xcoff_size_dynamic_sections()
|
| D | coff64-rs6000.c | 1035 internal_a.o_modtype = xcoff_data (abfd)->modtype;
|
| D | ChangeLog-9495 | 1112 (xcoff_mkobject): Default modtype to 1L, not RE. Initialize
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_linker.c | 1486 char *modtype; in linker_preload() local 1509 modtype = (char *)preload_search_info(modptr, MODINFO_TYPE); in linker_preload() 1515 if (modtype == NULL) { in linker_preload() 1521 printf("Preloaded %s \"%s\" at %p.\n", modtype, modname, in linker_preload()
|
| /freebsd-12-stable/sys/dev/cxgb/ |
| D | cxgb_main.c | 1264 int mod = pi->phy.modtype; in t3_os_phymod_changed() 2104 int mod = phy->modtype; in cxgb_build_medialist() 2171 if (cur->ifm_data != p->phy.modtype) { in cxgb_media_status()
|