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

/linux-master/drivers/net/ethernet/intel/
H A De100.c461 /*21*/ u8 X(X(pad21_1:3, multicast_all:1), pad21_2:4);
566 multicast_all = (1 << 2), enumerator in enum:nic::__anon555
1120 if (nic->flags & multicast_all)
1121 config->multicast_all = 0x1; /* 1=accept, 0=no */
1592 nic->flags |= multicast_all;
1594 nic->flags &= ~multicast_all;

Completed in 97 milliseconds