Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/hp/
Dhp100.c168 u_char mac1_mode; member
675 lp->mac1_mode = HP100_MAC1MODE3; in hp100_probe1()
1113 lp->mac1_mode = HP100_MAC1MODE3; in hp100_open()
2087 lp->mac1_mode = HP100_MAC1MODE6; /* packets on the net */ in hp100_set_multicast_list()
2091 lp->mac1_mode = HP100_MAC1MODE5; /* me, broadcasts and all multicasts */ in hp100_set_multicast_list()
2127 lp->mac1_mode = HP100_MAC1MODE3; /* and broadcasts */ in hp100_set_multicast_list()
2131 if (((hp100_inb(MAC_CFG_1) & 0x0f) != lp->mac1_mode) || in hp100_set_multicast_list()
2137 hp100_orb(lp->mac1_mode, MAC_CFG_1); /* and set the new mode */ in hp100_set_multicast_list()
2144 dev->name, lp->mac1_mode, lp->mac2_mode, in hp100_set_multicast_list()