Searched refs:phy_mac (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/net/pcap/ |
| H A D | pcap_ethdev.c | 94 int phy_mac; member 112 int phy_mac; member 853 if (internals->phy_mac == 0) in eth_dev_close() 1166 const int phy_mac = atoi(value); in select_phy_mac() local 1169 if (phy_mac) in select_phy_mac() 1235 (*internals)->phy_mac = 0; in pmd_init_internals() 1340 if (rx_queues->phy_mac) { in eth_from_pcaps() 1343 internals->phy_mac = 1; in eth_from_pcaps() 1461 &select_phy_mac, &pcaps.phy_mac); in pmd_pcap_probe() 1465 dumpers.phy_mac = pcaps.phy_mac; in pmd_pcap_probe()
|
| /dpdk/drivers/net/dpaa2/ |
| H A D | dpaa2_ethdev.c | 2481 struct rte_ether_addr phy_mac, prime_mac; in populate_mac_addr() local 2483 memset(&phy_mac, 0, sizeof(struct rte_ether_addr)); in populate_mac_addr() 2488 phy_mac.addr_bytes); in populate_mac_addr() 2507 if (!rte_is_zero_ether_addr(&phy_mac)) { in populate_mac_addr() 2509 if (!rte_is_same_ether_addr(&phy_mac, &prime_mac)) { in populate_mac_addr() 2512 phy_mac.addr_bytes); in populate_mac_addr() 2518 memcpy(&prime_mac, &phy_mac, in populate_mac_addr()
|
| /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'
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_11.rst | 148 A new devarg ``phy_mac`` was introduced to allow users to use the physical
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 555 Devargs: iface=enP2p6s0,phy_mac=1
|