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

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

Completed in 68 milliseconds