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

/linux-4.4.14/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) { xgmac_set_rx_mode()
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; xgmac_probe()
1763 priv->max_macs = 7; xgmac_probe()
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
H A Dfw-api.h1260 * @max_macs: max number of macs (NUM_MAC_INDEX_DRIVER)
1267 u8 max_macs; member in struct:iwl_bcast_filter_cmd
H A Dmac80211.c2133 cmd->max_macs = ARRAY_SIZE(cmd->macs); iwl_mvm_bcast_filter_build_cmd()

Completed in 327 milliseconds