Home
last modified time | relevance | path

Searched refs:macs (Results 1 – 8 of 8) sorted by relevance

/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_nl.c793 struct rte_ether_addr macs[n]; in mlx5_nl_mac_addr_sync() local
798 memset(macs, 0, n * sizeof(macs[0])); in mlx5_nl_mac_addr_sync()
799 ret = mlx5_nl_mac_addr_list(nlsk_fd, iface_idx, &macs, &macs_n); in mlx5_nl_mac_addr_sync()
807 if (rte_is_same_ether_addr(&macs[i], &mac_addrs[j])) in mlx5_nl_mac_addr_sync()
811 if (rte_is_multicast_ether_addr(&macs[i])) { in mlx5_nl_mac_addr_sync()
815 mac_addrs[j] = macs[i]; in mlx5_nl_mac_addr_sync()
823 mac_addrs[j] = macs[i]; in mlx5_nl_mac_addr_sync()
/dpdk/drivers/net/qede/base/
H A Decore_sriov.h103 u8 macs[ECORE_ETH_VF_NUM_MAC_FILTERS][ETH_ALEN]; member
H A Decore_sriov.c3452 if (!OSAL_MEMCMP(p_vf->shadow_config.macs[i], in ecore_iov_vf_update_mac_shadow()
3454 OSAL_MEM_ZERO(p_vf->shadow_config.macs[i], in ecore_iov_vf_update_mac_shadow()
3468 OSAL_MEM_ZERO(p_vf->shadow_config.macs[i], ETH_ALEN); in ecore_iov_vf_update_mac_shadow()
3477 if (!OSAL_MEMCMP(p_vf->shadow_config.macs[i], in ecore_iov_vf_update_mac_shadow()
3479 OSAL_MEMCPY(p_vf->shadow_config.macs[i], in ecore_iov_vf_update_mac_shadow()
/dpdk/drivers/net/virtio/
H A Dvirtqueue.h184 uint8_t macs[][RTE_ETHER_ADDR_LEN]; member
H A Dvirtio_ethdev.c1322 memcpy(&tbl->macs[tbl->entries++], addr, RTE_ETHER_ADDR_LEN); in virtio_mac_addr_add()
1355 memcpy(&tbl->macs[tbl->entries++], addrs + i, in virtio_mac_addr_remove()
/dpdk/drivers/net/bnx2x/
H A Decore_sp.h980 ecore_list_t macs; member
/dpdk/doc/guides/nics/
H A Dbnxt.rst242 testpmd> show port (port_id) macs
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst520 testpmd> show port (port_id) macs