Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hp/
Dhp100.c169 u_char mac2_mode; member
670 lp->mac2_mode = HP100_MAC2MODE3; in hp100_probe1()
1108 lp->mac2_mode = HP100_MAC2MODE3; in hp100_open()
2080 lp->mac2_mode = HP100_MAC2MODE6; /* promiscuous mode = get all good */ in hp100_set_multicast_list()
2084 lp->mac2_mode = HP100_MAC2MODE5; /* multicast mode = get packets for */ in hp100_set_multicast_list()
2120 lp->mac2_mode = HP100_MAC2MODE3; /* normal mode = get packets for me */ in hp100_set_multicast_list()
2126 (hp100_inb(MAC_CFG_2) != lp->mac2_mode)) { in hp100_set_multicast_list()
2129 hp100_outb(lp->mac2_mode, MAC_CFG_2); in hp100_set_multicast_list()
2138 dev->name, lp->mac1_mode, lp->mac2_mode, in hp100_set_multicast_list()