Searched refs:modtype (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c273 phy->modtype = err;
358 phy->modtype = err;
434 phy->modtype = phy_modtype_sr;
822 static int ael2005_setup_twinax_edc(struct cphy *phy, int modtype) argument
1204 if (!err && modtype == phy_modtype_twinax_long)
1292 phy->modtype = (u8)err;
1333 phy->modtype = (u8)ret;
1398 phy->modtype = err;
1433 static int ael2020_setup_twinax_edc(struct cphy *phy, int modtype) argument
2051 phy->modtype
[all...]
H A Dcxgb_common.h575 u8 modtype; /* PHY module type */ member in struct:cphy
/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibcoff-in.h153 /* modtype from optional header. */
154 short modtype; member in struct:xcoff_tdata
H A Dlibcoff.h157 /* modtype from optional header. */
158 short modtype; member in struct:xcoff_tdata
H A Dcoff-rs6000.c255 xcoff_data (abfd)->modtype = ('1' << 8) | 'L';
308 ox->modtype = ix->modtype;
H A Dxcofflink.c2976 int modtype,
3015 xcoff_data (output_bfd)->modtype = modtype;
2963 bfd_xcoff_size_dynamic_sections(bfd *output_bfd, struct bfd_link_info *info, const char *libpath, const char *entry, unsigned long file_align, unsigned long maxstack, unsigned long maxdata, bfd_boolean gc, int modtype, bfd_boolean textro, bfd_boolean export_defineds, asection **special_sections, bfd_boolean rtld) argument
H A Dcoffcode.h1830 xcoff->modtype = internal_a->o_modtype;
4066 internal_a.o_modtype = xcoff_data (abfd)->modtype;
H A Dcoff64-rs6000.c1035 internal_a.o_modtype = xcoff_data (abfd)->modtype;
/freebsd-11-stable/sys/dev/bwi/
H A Dbwimac.c1416 enum ieee80211_phytype modtype; local
1419 modtype = ieee80211_rate2phytype(rt,
1421 switch (modtype) {
1429 panic("unsupported modtype %u\n", modtype);
1433 modtype) & 0xf);
H A Dif_bwi.c2897 enum ieee80211_phytype modtype; local
2902 modtype = ieee80211_rate2phytype(rt, rate);
2903 if (modtype == IEEE80211_T_OFDM)
2905 else if (modtype == IEEE80211_T_DS)
2908 panic("unsupport modulation type %u\n", modtype);
/freebsd-11-stable/sys/kern/
H A Dkern_linker.c1477 char *modtype; local
1500 modtype = (char *)preload_search_info(modptr, MODINFO_TYPE);
1506 if (modtype == NULL) {
1512 printf("Preloaded %s \"%s\" at %p.\n", modtype, modname,
/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c1255 int mod = pi->phy.modtype;
2061 * Translates phy->modtype to the correct Ethernet media subtype.
2083 KASSERT(0, ("%s: modtype %d unknown", __func__, mod));
2095 int mod = phy->modtype;
2162 if (cur->ifm_data != p->phy.modtype) {

Completed in 225 milliseconds