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

/drivers/net/ethernet/calxeda/
H A Dxgmac.c385 int max_macs; member in struct:xgmac_priv
1298 if (netdev_uc_count(dev) > priv->max_macs) {
1321 if ((netdev_mc_count(dev) + reg - 1) > priv->max_macs) {
1342 for (i = reg; i <= priv->max_macs; i++)
1761 priv->max_macs = 31;
1763 priv->max_macs = 7;
/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api.h1313 * @max_macs: max number of macs (NUM_MAC_INDEX_DRIVER)
1320 u8 max_macs; member in struct:iwl_bcast_filter_cmd
H A Dmac80211.c1388 cmd->max_macs = ARRAY_SIZE(cmd->macs);

Completed in 67 milliseconds