HomeSort by: relevance | last modified time | path
    Searched refs:ANAR_FC (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/evbarm/stand/boot2440/
dm9000.c 424 #define ANAR_FC 0x0400 /* local device supports PAUSE */
438 ANAR_10 | ANAR_CSMA | ANAR_FC);
  /src/sys/arch/sandpoint/stand/altboot/
rge.c 351 #define ANAR_FC 0x0400 /* local device supports PAUSE */
400 anar |= ANAR_FC;
wm.c 387 #define ANAR_FC 0x0400 /* local device supports PAUSE */
444 anar |= ANAR_FC;
skg.c 441 #define ANAR_FC 0x0400 /* local device supports PAUSE */
489 ANAR_10 | ANAR_CSMA | ANAR_FC);
vge.c 467 #define ANAR_FC 0x0400 /* local device supports PAUSE */
488 anar |= ANAR_FC;
sme.c 267 #define ANAR_FC 0x0400 /* local device supports PAUSE */
nvt.c 385 #define ANAR_FC 0x0400 /* local device supports PAUSE */
sip.c 347 #define ANAR_FC 0x0400 /* local device supports PAUSE */
tlp.c 363 #define ANAR_FC 0x0400 /* local device supports PAUSE */
stg.c 432 #define ANAR_FC 0x0400 /* local device supports PAUSE */
  /src/sys/dev/mii/
smscphy.c 208 anar |= ANAR_FC;
mii.h 116 #define ANAR_FC 0x0400 /* local device supports PAUSE */
mii_physubr.c 178 anar |= ANAR_FC;
231 anar |= ANAR_FC;
rgephy.c 457 anar |= ANAR_FC | ANAR_PAUSE_ASYM;
brgphy.c 773 anar |= ANAR_FC | ANAR_PAUSE_ASYM;
  /src/sys/dev/pci/cxgb/
cxgb_osdep.h 296 #define ADVERTISE_PAUSE_CAP ANAR_FC
  /src/sys/dev/pci/
if_rge.c 982 rge_write_phy(sc, 0, MII_ANAR, anar | ANAR_PAUSE_ASYM | ANAR_FC);

Completed in 23 milliseconds