| /linux/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_network.h | 187 int netdev_uc_count; member
|
| /linux/drivers/infiniband/ulp/opa_vnic/ |
| H A D | opa_vnic_vema_iface.c | 386 netdev_uc_count(adapter->netdev) - em_macs; in opa_vnic_query_ucast_macs()
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_main.c | 1859 __func__, netdev_mc_count(dev), netdev_uc_count(dev)); in sxgbe_set_rx_mode() 1892 if (netdev_uc_count(dev) > SXGBE_MAX_PERFECT_ADDRESSES) in sxgbe_set_rx_mode()
|
| /linux/drivers/net/ethernet/freescale/enetc/ |
| H A D | enetc_pf.c | 186 em = (netdev_uc_count(ndev) == 1); in enetc_pf_set_rx_mode()
|
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_main.c | 970 unsigned int uc_count = netdev_uc_count(netdev); in enic_uc_sync() 1075 netdev_uc_count(netdev) > ENIC_UNICAST_PERFECT_FILTERS; in enic_set_rx_mode()
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_hw.c | 561 if (netdev_uc_count(netdev) > ahw->max_uc_count) { in __qlcnic_set_multi()
|
| H A D | qlcnic_sriov_common.c | 1580 if (netdev_uc_count(netdev) > ahw->max_uc_count) { in qlcnic_sriov_vf_set_multi()
|
| H A D | qlcnic_main.c | 415 if (netdev_uc_count(netdev) < adapter->ahw->max_uc_count) in qlcnic_fdb_add()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_flows.c | 366 if (netdev_uc_count(pf->netdev) > pf->flow_cfg->ucast_flt_cnt) in otx2_do_add_macfilter()
|
| /linux/drivers/net/ethernet/aquantia/atlantic/ |
| H A D | aq_nic.c | 943 if (netdev_uc_count(ndev) > AQ_HW_MULTICAST_ADDRESS_MAX) { in aq_nic_set_multicast_list()
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_filter.c | 1198 uc_count = netdev_uc_count(ndev); in qede_config_rx_mode()
|
| /linux/drivers/net/ethernet/emulex/benet/ |
| H A D | be_main.c | 1776 } else if (netdev_uc_count(netdev) > (be_max_uc(adapter) - 1)) { in be_set_uc_list() 1793 curr_uc_macs = netdev_uc_count(netdev); in be_set_uc_list()
|
| /linux/drivers/net/ethernet/synopsys/ |
| H A D | dwc-xlgmac-hw.c | 305 if (netdev_uc_count(netdev) > addn_macs) { in xlgmac_set_mac_addn_addrs()
|
| /linux/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.c | 1089 if (netdev_uc_count(netdev) > wx_available_rars(wx)) in wx_write_uc_addr_list()
|
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bnad.c | 3117 int uc_count = netdev_uc_count(netdev); in bnad_set_rx_ucast_fltr()
|
| /linux/include/linux/ |
| H A D | netdevice.h | 266 #define netdev_uc_count(dev) netdev_hw_addr_list_count(&(dev)->uc) macro
|
| /linux/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_main.c | 2266 if (netdev_uc_count(netdev) > rar_entries - 1) { in e1000_set_rx_mode()
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth.c | 2460 int uc_count = netdev_uc_count(net_dev); in dpaa2_eth_set_rx_mode()
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 3828 uc_count = netdev_uc_count(dev); in virtnet_rx_mode_work()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt.c | 13485 if (netdev_uc_count(dev) != (vnic->uc_filter_count - 1)) in bnxt_uc_list_updated() 13561 if (netdev_uc_count(dev) > (BNXT_MAX_UC_ADDRS - 1)) { in bnxt_cfg_rx_mode()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | niu.c | 6348 alt_cnt = netdev_uc_count(dev); in niu_set_rx_mode()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_main.c | 10589 if (netdev_uc_count(dev) >= ixgbe_available_rars(adapter, pool)) in ixgbe_ndo_fdb_add()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 9868 if (netdev_uc_count(dev) > TG3_MAX_UCAST_ADDR(tp)) { in __tg3_set_rx_mode()
|