Home
last modified time | relevance | path

Searched refs:mac_mc (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_ethdev.c455 if (index >= RTE_DIM(priv->mac) - priv->mac_mc) { in mlx4_mac_addr_remove()
493 if (index >= RTE_DIM(priv->mac) - priv->mac_mc) { in mlx4_mac_addr_add()
538 if (num > priv->mac_mc) { in mlx4_set_mc_addr_list()
542 i != RTE_DIM(priv->mac) - priv->mac_mc; in mlx4_set_mc_addr_list()
548 } else if (num < priv->mac_mc) { in mlx4_set_mc_addr_list()
550 memset(priv->mac + RTE_DIM(priv->mac) - priv->mac_mc, in mlx4_set_mc_addr_list()
552 sizeof(priv->mac[0]) * (priv->mac_mc - num)); in mlx4_set_mc_addr_list()
555 priv->mac_mc = num; in mlx4_set_mc_addr_list()
H A Dmlx4.h192 uint32_t mac_mc; /**< Number of trailing multicast entries in mac[]. */ member