Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_macfilter.h101 struct ngm_macfilter_mac macs[]; /* Macs table */ member
H A Dng_macfilter.c116 (const struct ngm_macfilter_macs *)(buf - OFFSETOF(struct ngm_macfilter_macs, macs)); in macfilter_get_macs_count()
733 bcopy(mfp->mf_macs, &ngm_macs->macs[0], n * sizeof(struct ngm_macfilter_mac)); in ng_macfilter_rcvmsg()
/f-stack/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()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_nl.c744 struct rte_ether_addr macs[n]; in mlx5_nl_mac_addr_sync() local
749 ret = mlx5_nl_mac_addr_list(nlsk_fd, iface_idx, &macs, &macs_n); in mlx5_nl_mac_addr_sync()
757 if (rte_is_same_ether_addr(&macs[i], &mac_addrs[j])) in mlx5_nl_mac_addr_sync()
764 mac_addrs[j] = macs[i]; in mlx5_nl_mac_addr_sync()
/f-stack/dpdk/drivers/net/virtio/
H A Dvirtqueue.h189 uint8_t macs[][RTE_ETHER_ADDR_LEN]; member
H A Dvirtio_ethdev.c1210 memcpy(&tbl->macs[tbl->entries++], addr, RTE_ETHER_ADDR_LEN); in virtio_mac_addr_add()
1243 memcpy(&tbl->macs[tbl->entries++], addrs + i, in virtio_mac_addr_remove()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dioat.rst530 /* Update macs if enabled */
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.h980 ecore_list_t macs; member
/f-stack/dpdk/doc/guides/nics/
H A Dbnxt.rst242 testpmd> show port (port_id) macs
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst514 testpmd> show port (port_id) macs