Searched refs:mohawk (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/xe/
H A Dif_xevar.h66 u_char mohawk; /* 1 = Card has Mohawk (CE3) silicon */ member in struct:xe_softc
H A Dif_xe.c264 if (scp->mohawk) {
285 if (scp->mohawk)
292 scp->srev, scp->mohawk ? ", 100Mbps capable" : "",
294 if (scp->mohawk) {
360 if (scp->mohawk) {
378 if (scp->mohawk)
392 if (scp->mohawk) {
402 XE_OUTB(0x08 + i, IF_LLADDR(scp->ifp)[scp->mohawk ? 5 - i : i]);
673 if (txst0 & XE_TXST0_TX_UNDERRUN && scp->mohawk) {
861 if (scp->mohawk)
[all...]
H A Dif_xe_pccard.c277 scp->mohawk = 1;
280 scp->mohawk = 1;

Completed in 160 milliseconds