Searched refs:pause_mc_addr (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | skge.c | 2922 static const u8 pause_mc_addr[ETH_ALEN] = { 0x1, 0x80, 0xc2, 0x0, 0x0, 0x1 }; variable 2956 genesis_add_filter(filter, pause_mc_addr); in genesis_set_multicast() 2998 yukon_add_filter(filter, pause_mc_addr); in yukon_set_multicast()
|
D | sky2.c | 3865 static const u8 pause_mc_addr[ETH_ALEN] = { 0x1, 0x80, 0xc2, 0x0, 0x0, 0x1 }; in sky2_set_multicast() local 3883 sky2_add_filter(filter, pause_mc_addr); in sky2_set_multicast()
|