Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hp/
Dhp100.c169 u_char mac2_mode; member
676 lp->mac2_mode = HP100_MAC2MODE3; in hp100_probe1()
1114 lp->mac2_mode = HP100_MAC2MODE3; in hp100_open()
2086 lp->mac2_mode = HP100_MAC2MODE6; /* promiscuous mode = get all good */ in hp100_set_multicast_list()
2090 lp->mac2_mode = HP100_MAC2MODE5; /* multicast mode = get packets for */ in hp100_set_multicast_list()
2126 lp->mac2_mode = HP100_MAC2MODE3; /* normal mode = get packets for me */ in hp100_set_multicast_list()
2132 (hp100_inb(MAC_CFG_2) != lp->mac2_mode)) { in hp100_set_multicast_list()
2135 hp100_outb(lp->mac2_mode, MAC_CFG_2); in hp100_set_multicast_list()
2144 dev->name, lp->mac1_mode, lp->mac2_mode, in hp100_set_multicast_list()