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

/linux-master/drivers/net/ethernet/3com/
H A D3c509.c1225 int i, sw_info, net_diag; local
1251 net_diag = inw(ioaddr + WN4_NETDIAG);
1252 net_diag = (net_diag | FD_ENABLE); /* temporarily assume full-duplex will be set */
1272 net_diag = (net_diag & ~FD_ENABLE); /* disable full duplex */
1275 outw(net_diag, ioaddr + WN4_NETDIAG);
1278 pr_debug("%s: 3c5x9 net diag word is now: %4.4x.\n", dev->name, net_diag);

Completed in 263 milliseconds