Home
last modified time | relevance | path

Searched refs:HP100_RX_IDLE (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/
Dhp100.h404 #define HP100_RX_IDLE 0x80 /* 0:Yes, 1:No currently receiving pkts */ macro
Dhp100.c1412 if ((hp100_inb(MAC_CFG_1) & (HP100_TX_IDLE | HP100_RX_IDLE)) == (HP100_TX_IDLE | HP100_RX_IDLE)) in hp100_BM_shutdown()
2186 hp100_orb(HP100_RX_EN | HP100_RX_IDLE | /* enable rx */ in hp100_set_multicast_list()
2416 … if ((hp100_inb(MAC_CFG_1) & (HP100_TX_IDLE | HP100_RX_IDLE)) == (HP100_TX_IDLE | HP100_RX_IDLE)) { in hp100_stop_interface()