Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/
De100.c489 /*21*/ u8 X(X(pad21_1:3, multicast_all:1), pad21_2:4);
594 multicast_all = (1 << 2), enumerator
1148 if (nic->flags & multicast_all) in e100_configure()
1149 config->multicast_all = 0x1; /* 1=accept, 0=no */ in e100_configure()
1621 nic->flags |= multicast_all; in e100_set_multicast_list()
1623 nic->flags &= ~multicast_all; in e100_set_multicast_list()