Searched refs:netdev_uc_count (Results 1 – 25 of 39) sorted by relevance
12
150 netdev_mc_count(dev), netdev_uc_count(dev)); in dwmac1000_set_filter()188 if (netdev_uc_count(dev) > perfect_addr_number) in dwmac1000_set_filter()
587 if (netdev_uc_count(priv->dev) >= priv->hw->unicast_filter_entries) in stmmac_test_pfilt()631 if (netdev_uc_count(priv->dev) >= priv->hw->unicast_filter_entries) in stmmac_test_mcfilt()677 if (netdev_uc_count(priv->dev) >= priv->hw->unicast_filter_entries) in stmmac_test_ucfilt()
697 int macaddrs = netdev_uc_count(dev) + netdev_mc_count(dev) + 1; in sun8i_dwmac_set_filter()
662 if (netdev_uc_count(dev) > hw->unicast_filter_entries) { in dwmac4_set_filter()
519 if (netdev_uc_count(dev) > hw->unicast_filter_entries) { in dwxgmac2_set_filter()
1040 if (lio->netdev_uc_count == netdev_uc_count(netdev)) in liquidio_set_uc_list()1043 if (netdev_uc_count(netdev) > MAX_NCTRL_UDD) { in liquidio_set_uc_list()1048 lio->netdev_uc_count = netdev_uc_count(netdev); in liquidio_set_uc_list()1052 nctrl.ncmd.s.more = lio->netdev_uc_count; in liquidio_set_uc_list()
187 int netdev_uc_count; member
386 netdev_uc_count(adapter->netdev) - em_macs; in opa_vnic_query_ucast_macs()
1283 netdev_mc_count(dev), netdev_uc_count(dev)); in xgmac_set_rx_mode()1290 if (netdev_uc_count(dev) > priv->max_macs) { in xgmac_set_rx_mode()
1857 __func__, netdev_mc_count(dev), netdev_uc_count(dev)); in sxgbe_set_rx_mode()1890 if (netdev_uc_count(dev) > SXGBE_MAX_PERFECT_ADDRESSES) in sxgbe_set_rx_mode()
646 if (netdev_uc_count(dev) > MAX_UNICAST_ADDRESSES) { in hisi_femac_set_uc_addr_filter()
939 unsigned int uc_count = netdev_uc_count(netdev); in enic_uc_sync()1044 netdev_uc_count(netdev) > ENIC_UNICAST_PERFECT_FILTERS; in enic_set_rx_mode()
561 if (netdev_uc_count(netdev) > ahw->max_uc_count) { in __qlcnic_set_multi()
1575 if (netdev_uc_count(netdev) > ahw->max_uc_count) { in qlcnic_sriov_vf_set_multi()
225 em = (netdev_uc_count(ndev) == 1); in enetc_pf_set_rx_mode()
827 if (netdev_uc_count(netdev) > wx_available_rars(wx)) in wx_write_uc_addr_list()
358 if (netdev_uc_count(pf->netdev) > OTX2_MAX_UNICAST_FLOWS) in otx2_do_add_macfilter()
1647 (netdev_uc_count(netdev) > OTX2_MAX_UNICAST_FLOWS)) { in otx2_do_set_rx_mode()
941 if (netdev_uc_count(ndev) > AQ_HW_MULTICAST_ADDRESS_MAX) { in aq_nic_set_multicast_list()
1201 uc_count = netdev_uc_count(ndev); in qede_config_rx_mode()
1456 if (netdev_uc_count(netdev) > IGBVF_MAX_MAC_FILTERS) { in igbvf_set_uni()
1775 } else if (netdev_uc_count(netdev) > (be_max_uc(adapter) - 1)) { in be_set_uc_list()1792 curr_uc_macs = netdev_uc_count(netdev); in be_set_uc_list()
305 if (netdev_uc_count(netdev) > addn_macs) { in xlgmac_set_mac_addn_addrs()
1025 if (netdev_uc_count(netdev) > addn_macs) { in xgbe_set_mac_addn_addrs()
267 #define netdev_uc_count(dev) netdev_hw_addr_list_count(&(dev)->uc) macro