Searched refs:pause_mc_addr (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/marvell/ |
D | skge.c | 2916 static const u8 pause_mc_addr[ETH_ALEN] = { 0x1, 0x80, 0xc2, 0x0, 0x0, 0x1 }; variable 2950 genesis_add_filter(filter, pause_mc_addr); in genesis_set_multicast() 2992 yukon_add_filter(filter, pause_mc_addr); in yukon_set_multicast()
|
D | sky2.c | 3850 static const u8 pause_mc_addr[ETH_ALEN] = { 0x1, 0x80, 0xc2, 0x0, 0x0, 0x1 }; in sky2_set_multicast() local 3868 sky2_add_filter(filter, pause_mc_addr); in sky2_set_multicast()
|