Searched refs:mii (Results 151 - 174 of 174) sorted by relevance

1234567

/freebsd-11-stable/sys/dev/dpaa/
H A Dif_dtsec.c53 #include <dev/mii/mii.h>
54 #include <dev/mii/miivar.h>
H A Dif_dtsec_rm.c49 #include <dev/mii/mii.h>
50 #include <dev/mii/miivar.h>
/freebsd-11-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_mt7620.c50 #include <dev/mii/mii.h>
51 #include <dev/mii/miivar.h>
H A Dmtkswitch_rt3050.c50 #include <dev/mii/mii.h>
51 #include <dev/mii/miivar.h>
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm66 { .mii
H A Dcrtbegin.asm94 { .mii
112 { .mii
/freebsd-11-stable/sys/dev/vnic/
H A Dthunder_bgx_fdt.c57 #include <dev/mii/miivar.h>
/freebsd-11-stable/sys/dev/mge/
H A Dif_mgevar.h75 struct mii_data *mii; member in struct:mge_softc
/freebsd-11-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl111 { .mii; $ADDP Htbl=8,in1 // &Htbl[0].lo
125 { .mii; shladd Hi[1]=xi[2],4,r0
128 { .mii; and Hi[1]=mask0xf0,Hi[1]
131 { .mii; add Hi[1]=Htbl,Hi[1] // &Htbl[nlo].lo
271 { .mii; ld1 $in=[$inp],-1 //(p16) *inp--
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl551 .mii
734 .mii
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePipeliner.h357 void setRecMII(unsigned mii) { RecMII = mii; }; argument
/freebsd-11-stable/sys/dev/ed/
H A Dif_edvar.h33 #include <dev/mii/mii_bitbang.h>
/freebsd-11-stable/sys/dev/bm/
H A Dif_bm.c66 #include <dev/mii/mii.h>
67 #include <dev/mii/mii_bitbang.h>
68 #include <dev/mii/miivar.h>
248 * ifmedia/mii callbacks
/freebsd-11-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_8327.c51 #include <dev/mii/mii.h>
52 #include <dev/mii/miivar.h>
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c90 #include <dev/mii/mii.h>
91 #include <dev/mii/miivar.h>
93 #include <dev/mii/brgphyreg.h>
2038 struct mii_data *mii; local
2052 mii = device_get_softc(sc->bce_miibus);
2053 media_active = mii->mii_media_active;
2054 media_status = mii->mii_media_status;
3207 * the PHY in mii(4) layer. PHY specific configuration
3208 * is done in mii laye
6214 struct mii_data *mii; local
6416 struct mii_data *mii; local
7685 struct mii_data *mii; local
8463 struct mii_data *mii; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1060 const MCInstrInfo *mii) {
1226 auto SpecName = mii->getName(instructionIDWithREXW);
1289 specName = mii->getName(instructionID);
1290 specWithOpSizeName = mii->getName(instructionIDWithOpsize);
1059 getInstructionID(struct InternalInstruction *insn, const MCInstrInfo *mii) argument
/freebsd-11-stable/sys/dev/hme/
H A Dif_hme.c97 #include <dev/mii/mii.h>
98 #include <dev/mii/miivar.h>
/freebsd-11-stable/sys/modules/
H A DMakefile249 mii \
/freebsd-11-stable/sys/dev/cas/
H A Dif_cas.c86 #include <dev/mii/mii.h>
87 #include <dev/mii/miivar.h>
/freebsd-11-stable/sys/dev/gem/
H A Dif_gem.c79 #include <dev/mii/mii.h>
80 #include <dev/mii/miivar.h>
/freebsd-11-stable/usr.sbin/lmcconfig/
H A Dlmcconfig.c2358 u_int16_t mii = read_mii(i);
2360 printf("%04X ", mii);
2373 printf("Write mii register: addr = 0x%02X data = 0x%04X\n", addr, data);
2357 u_int16_t mii = read_mii(i); local
/freebsd-11-stable/sys/conf/
H A Dkmod.mk413 .for _i in mii pccard
/freebsd-11-stable/sys/dev/txp/
H A Dif_txp.c74 #include <dev/mii/mii.h>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp1015 const MCInstrInfo &mii, const MCTargetOptions &Options)
1016 : MCTargetAsmParser(Options, sti, mii), InstInfo(nullptr),
1014 X86AsmParser(const MCSubtargetInfo &sti, MCAsmParser &Parser, const MCInstrInfo &mii, const MCTargetOptions &Options) argument

Completed in 574 milliseconds

1234567