Searched refs:phy_mac (Results 1 – 5 of 5) sorted by relevance
| /f-stack/dpdk/drivers/net/pcap/ |
| H A D | rte_eth_pcap.c | 90 int phy_mac; member 108 int phy_mac; member 773 if (internals->phy_mac == 0) in eth_dev_close() 1089 const int phy_mac = atoi(value); in select_phy_mac() local 1092 if (phy_mac) in select_phy_mac() 1158 (*internals)->phy_mac = 0; in pmd_init_internals() 1326 if (rx_queues->phy_mac) { in eth_from_pcaps() 1330 internals->phy_mac = 1; in eth_from_pcaps() 1421 &select_phy_mac, &pcaps.phy_mac); in pmd_pcap_probe() 1425 dumpers.phy_mac = pcaps.phy_mac; in pmd_pcap_probe()
|
| /f-stack/dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ethdev.c | 2399 struct rte_ether_addr phy_mac, prime_mac; in populate_mac_addr() local 2401 memset(&phy_mac, 0, sizeof(struct rte_ether_addr)); in populate_mac_addr() 2406 phy_mac.addr_bytes); in populate_mac_addr() 2425 if (!rte_is_zero_ether_addr(&phy_mac)) { in populate_mac_addr() 2427 if (!rte_is_same_ether_addr(&phy_mac, &prime_mac)) { in populate_mac_addr() 2430 phy_mac.addr_bytes); in populate_mac_addr() 2436 memcpy(&prime_mac, &phy_mac, in populate_mac_addr()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | pcap_ring.rst | 103 address. This can be done with a ``devarg`` ``phy_mac``, for example:: 105 --vdev 'net_pcap0,iface=eth0,phy_mac=1'
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_11.rst | 195 A new devarg ``phy_mac`` was introduced to allow users to use the physical
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 540 Devargs: iface=enP2p6s0,phy_mac=1
|