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

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c354 if ((lif->nucast + lif->nmcast) >= nfilters)
423 lif->nucast++;
499 else if (!is_multicast_ether_addr(ac->mac.addr) && lif->nucast)
500 lif->nucast--;
H A Dionic_lif.h218 unsigned int nucast; member in struct:ionic_lif
H A Dionic_lif.c1320 if (((lif->nucast + lif->nmcast) >= nfilters) ||
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dxgmac.c245 if (idx >= mac->nucast)
260 mac->nucast = n;
315 int exact_addr_idx = mac->nucast;
H A Dcommon.h473 unsigned int nucast; /* # of address filters for unicast MACs */ member in struct:cmac
H A Dt3_hw.c3485 mac->nucast = 1;

Completed in 194 milliseconds