Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/hp/
Dhp100.h400 #define HP100_RX_IDLE 0x80 /* 0:Yes, 1:No currently receiving pkts */ macro
Dhp100.c1396 if ((hp100_inb(MAC_CFG_1) & (HP100_TX_IDLE | HP100_RX_IDLE)) == (HP100_TX_IDLE | HP100_RX_IDLE)) in hp100_BM_shutdown()
2168 hp100_orb(HP100_RX_EN | HP100_RX_IDLE | /* enable rx */ in hp100_set_multicast_list()
2398 … if ((hp100_inb(MAC_CFG_1) & (HP100_TX_IDLE | HP100_RX_IDLE)) == (HP100_TX_IDLE | HP100_RX_IDLE)) { in hp100_stop_interface()