Searched refs:FCRTL_XONE (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/pci/
H A Dif_dgereg.h174 #define FCRTL_XONE 0x80000000 macro
H A Dif_wmreg.h876 #define FCRTL_XONE 0x80000000 /* Enable XON frame transmission */ macro
H A Dif_dge.c1955 CSR_WRITE(sc, DGE_FCRTL, FCRTL | FCRTL_XONE);
H A Dif_wm.c10740 sc->sc_fcrtl &= ~FCRTL_XONE;
10748 sc->sc_fcrtl |= FCRTL_XONE;
13046 sc->sc_fcrtl &= ~FCRTL_XONE;
13058 sc->sc_fcrtl |= FCRTL_XONE;
13610 sc->sc_fcrtl &= ~FCRTL_XONE;
13618 sc->sc_fcrtl |= FCRTL_XONE;

Completed in 313 milliseconds