Home
last modified time | relevance | path

Searched refs:netdev_uc_count (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/net/ethernet/cavium/liquidio/
H A Dlio_vf_main.c1040 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()
H A Docteon_network.h187 int netdev_uc_count; member
/linux/drivers/infiniband/ulp/opa_vnic/
H A Dopa_vnic_vema_iface.c386 netdev_uc_count(adapter->netdev) - em_macs; in opa_vnic_query_ucast_macs()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_selftests.c587 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()
H A Ddwmac-sun8i.c696 int macaddrs = netdev_uc_count(dev) + netdev_mc_count(dev) + 1; in sun8i_dwmac_set_filter()
H A Ddwxgmac2_core.c536 if (netdev_uc_count(dev) > hw->unicast_filter_entries) { in dwxgmac2_set_filter()
/linux/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_main.c1856 __func__, netdev_mc_count(dev), netdev_uc_count(dev)); in sxgbe_set_rx_mode()
1889 if (netdev_uc_count(dev) > SXGBE_MAX_PERFECT_ADDRESSES) in sxgbe_set_rx_mode()
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc_pf.c220 em = (netdev_uc_count(ndev) == 1); in enetc_pf_set_rx_mode()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c561 if (netdev_uc_count(netdev) > ahw->max_uc_count) { in __qlcnic_set_multi()
H A Dqlcnic_sriov_common.c1577 if (netdev_uc_count(netdev) > ahw->max_uc_count) { in qlcnic_sriov_vf_set_multi()
H A Dqlcnic_main.c415 if (netdev_uc_count(netdev) < adapter->ahw->max_uc_count) in qlcnic_fdb_add()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c941 if (netdev_uc_count(ndev) > AQ_HW_MULTICAST_ADDRESS_MAX) { in aq_nic_set_multicast_list()
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1201 uc_count = netdev_uc_count(ndev); in qede_config_rx_mode()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c917 if (netdev_uc_count(netdev) > wx_available_rars(wx)) in wx_write_uc_addr_list()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c1775 } 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()
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-hw.c305 if (netdev_uc_count(netdev) > addn_macs) { in xlgmac_set_mac_addn_addrs()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c1025 if (netdev_uc_count(netdev) > addn_macs) { in xgbe_set_mac_addn_addrs()
/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.c3112 int uc_count = netdev_uc_count(netdev); in bnad_set_rx_ucast_fltr()
/linux/include/linux/
H A Dnetdevice.h266 #define netdev_uc_count(dev) netdev_hw_addr_list_count(&(dev)->uc) macro
/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c2461 int uc_count = netdev_uc_count(net_dev); in dpaa2_eth_set_rx_mode()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c3354 if (netdev_uc_count(netdev) > rar_entries) in e1000e_write_uc_addr_list()
/linux/drivers/net/
H A Dvirtio_net.c3717 uc_count = netdev_uc_count(dev); in virtnet_rx_mode_work()
/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.c3629 if (netdev_uc_count(dev) > BNX2_MAX_UNICAST_ADDRESSES) { in bnx2_set_rx_mode()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c2507 if (netdev_uc_count(dev) >= igb_available_rars(adapter, vfn)) in igb_ndo_fdb_add()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13050 if (netdev_uc_count(dev) != (vnic->uc_filter_count - 1)) in bnxt_uc_list_updated()
13126 if (netdev_uc_count(dev) > (BNXT_MAX_UC_ADDRS - 1)) { in bnxt_cfg_rx_mode()

12