/linux-2.6.39/drivers/net/stmmac/ |
D | dwmac1000_core.c | 97 __func__, netdev_mc_count(dev), netdev_uc_count(dev)); in dwmac1000_set_filter() 101 else if ((netdev_mc_count(dev) > HASH_TABLE_SIZE) in dwmac1000_set_filter()
|
D | dwmac100_core.c | 111 } else if ((netdev_mc_count(dev) > HASH_TABLE_SIZE) in dwmac100_set_filter()
|
/linux-2.6.39/drivers/net/pcmcia/ |
D | nmclan_cs.c | 1429 if (netdev_mc_count(dev) != old) { in set_multicast_list() 1430 old = netdev_mc_count(dev); in set_multicast_list() 1438 lp->multicast_num_addrs = netdev_mc_count(dev); in set_multicast_list() 1484 if (netdev_mc_count(dev) != old) { in set_multicast_list() 1485 old = netdev_mc_count(dev); in set_multicast_list() 1492 lp->multicast_num_addrs = netdev_mc_count(dev); in set_multicast_list()
|
/linux-2.6.39/drivers/staging/et131x/ |
D | et131x_netdev.c | 437 if (netdev_mc_count(netdev) > NIC_MAX_MCAST_LIST) in et131x_multicast() 440 if (netdev_mc_count(netdev) < 1) { in et131x_multicast()
|
/linux-2.6.39/drivers/net/tulip/ |
D | uli526x.c | 559 send_filter_frame(dev, netdev_mc_count(dev)); /* M5261/M5263 */ in uli526x_init() 911 netdev_mc_count(dev) > ULI5261_MAX_MULTICAST) { in uli526x_set_filter_mode() 913 netdev_mc_count(dev)); in uli526x_set_filter_mode() 920 ULI526X_DBUG(0, "Set multicast address", netdev_mc_count(dev)); in uli526x_set_filter_mode() 921 send_filter_frame(dev, netdev_mc_count(dev)); /* M5261/M5263 */ in uli526x_set_filter_mode() 1426 for (i = netdev_mc_count(dev); i < 14; i++) { in send_filter_frame()
|
D | tulip_core.c | 1064 memset(setup_frm, 0xff, (15 - netdev_mc_count(dev)) * 12); in build_setup_frame_perfect() 1087 } else if ((netdev_mc_count(dev) > 1000) || in set_rx_mode() 1096 if (netdev_mc_count(dev) > 64) { in set_rx_mode() 1140 if (netdev_mc_count(dev) > 14) { in set_rx_mode()
|
/linux-2.6.39/net/irda/irlan/ |
D | irlan_eth.c | 326 netdev_mc_count(dev) > HW_MAX_ADDRS) { in irlan_eth_set_multicast_list()
|
/linux-2.6.39/net/bluetooth/bnep/ |
D | netdev.c | 68 BT_DBG("%s mc_count %d", dev->name, netdev_mc_count(dev)); in bnep_net_set_mc_list()
|
/linux-2.6.39/drivers/net/chelsio/ |
D | common.h | 79 #define t1_rx_mode_mc_cnt(rm) (netdev_mc_count(rm->dev))
|
/linux-2.6.39/drivers/net/ |
D | 3c527.c | 1529 netdev_mc_count(dev) > 10) in do_mc32_set_multicast_list() 1543 block[0]=netdev_mc_count(dev); in do_mc32_set_multicast_list() 1551 2+6*netdev_mc_count(dev))==-1) in do_mc32_set_multicast_list()
|
D | lp486e.c | 1254 dev->name, netdev_mc_count(dev)); in set_multicast_list() 1260 netdev_mc_count(dev) * 6, GFP_ATOMIC); in set_multicast_list() 1266 *((unsigned short *) (cmd + 1)) = netdev_mc_count(dev) * 6; in set_multicast_list()
|
D | sonic.c | 543 (netdev_mc_count(dev) > 15)) { in sonic_multicast_list() 548 netdev_mc_count(dev)); in sonic_multicast_list()
|
D | eexpress.c | 1579 int count = netdev_mc_count(dev); in eexp_setup_filter() 1624 if (lp->old_mc_count != netdev_mc_count(dev)) { in eexp_set_multicast() 1626 lp->old_mc_count = netdev_mc_count(dev); in eexp_set_multicast()
|
D | lib82596.c | 1346 dev->name, netdev_mc_count(dev), in set_multicast_list() 1382 cnt = netdev_mc_count(dev); in set_multicast_list() 1396 cmd->mc_cnt = SWAP16(netdev_mc_count(dev) * 6); in set_multicast_list()
|
D | bmac.c | 974 int num_addrs = netdev_mc_count(dev); in bmac_set_multicast() 983 if((dev->flags & IFF_ALLMULTI) || (netdev_mc_count(dev) > 64)) { in bmac_set_multicast() 1022 if((dev->flags & IFF_ALLMULTI) || (netdev_mc_count(dev) > 64)) { in bmac_set_multicast()
|
D | ks8851_mll.c | 1186 if ((netdev->flags & IFF_MULTICAST) && netdev_mc_count(netdev)) { in ks_set_rx_mode() 1187 if (netdev_mc_count(netdev) <= MAX_MCAST_LST) { in ks_set_rx_mode()
|
D | korina.c | 494 else if ((dev->flags & IFF_ALLMULTI) || (netdev_mc_count(dev) > 4)) in korina_multicast_list() 499 if (netdev_mc_count(dev) > 4) { in korina_multicast_list()
|
D | starfire.c | 1790 } else if ((netdev_mc_count(dev) > multicast_filter_limit) || in set_rx_mode() 1794 } else if (netdev_mc_count(dev) <= 14) { in set_rx_mode() 1805 i = netdev_mc_count(dev) + 2; in set_rx_mode()
|
/linux-2.6.39/drivers/net/ixgbevf/ |
D | vf.c | 277 cnt = netdev_mc_count(netdev); in ixgbevf_update_mc_addr_list_vf()
|
/linux-2.6.39/drivers/staging/wlags49_h2/ |
D | wl_netdev.c | 1071 DBG_PRINT( " mc_count: %d\n", netdev_mc_count(dev)); in wl_multicast() 1101 else if ((netdev_mc_count(dev) > HCF_MAX_MULTICAST) || in wl_multicast() 1115 lp->ltvRecord.len = ( netdev_mc_count(dev) * 3 ) + 1; in wl_multicast()
|
/linux-2.6.39/drivers/net/fs_enet/ |
D | mac-fec.c | 223 netdev_mc_count(dev) > FEC_MAX_MULTICAST_ADDRS) { in set_multicast_finish()
|
D | mac-scc.c | 215 netdev_mc_count(dev) > SCC_MAX_MULTICAST_ADDRS) { in set_multicast_finish()
|
D | mac-fcc.c | 221 netdev_mc_count(dev) > FCC_MAX_MULTICAST_ADDRS) { in set_multicast_finish()
|
/linux-2.6.39/drivers/net/usb/ |
D | mcs7830.c | 449 netdev_mc_count(net) > MCS7830_MAX_MCAST) { in mcs7830_data_set_multicast()
|
D | dm9601.c | 386 netdev_mc_count(net) > DM_MAX_MCAST) { in dm9601_set_multicast()
|