Searched refs:mac_count (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/ngbe/ |
| H A D | ngbe_pf.c | 608 vf_info[vf].mac_count++; in ngbe_set_vf_macvlan_msg() 610 hw->mac.set_rar(hw, vf_info[vf].mac_count, in ngbe_set_vf_macvlan_msg() 613 if (vf_info[vf].mac_count) { in ngbe_set_vf_macvlan_msg() 614 hw->mac.clear_rar(hw, vf_info[vf].mac_count); in ngbe_set_vf_macvlan_msg() 615 vf_info[vf].mac_count = 0; in ngbe_set_vf_macvlan_msg()
|
| H A D | ngbe_ethdev.h | 116 uint16_t mac_count; member
|
| /dpdk/drivers/net/txgbe/ |
| H A D | txgbe_pf.c | 748 vf_info[vf].mac_count++; in txgbe_set_vf_macvlan_msg() 750 hw->mac.set_rar(hw, vf_info[vf].mac_count, in txgbe_set_vf_macvlan_msg() 753 if (vf_info[vf].mac_count) { in txgbe_set_vf_macvlan_msg() 754 hw->mac.clear_rar(hw, vf_info[vf].mac_count); in txgbe_set_vf_macvlan_msg() 755 vf_info[vf].mac_count = 0; in txgbe_set_vf_macvlan_msg()
|
| H A D | txgbe_ethdev.h | 189 uint16_t mac_count; member
|
| /dpdk/drivers/net/ixgbe/ |
| H A D | ixgbe_pf.c | 811 vf_info[vf].mac_count++; in ixgbe_set_vf_macvlan_msg() 813 hw->mac.ops.set_rar(hw, vf_info[vf].mac_count, in ixgbe_set_vf_macvlan_msg() 816 if (vf_info[vf].mac_count) { in ixgbe_set_vf_macvlan_msg() 817 hw->mac.ops.clear_rar(hw, vf_info[vf].mac_count); in ixgbe_set_vf_macvlan_msg() 818 vf_info[vf].mac_count = 0; in ixgbe_set_vf_macvlan_msg()
|
| H A D | ixgbe_ethdev.h | 268 uint16_t mac_count; member
|
| /dpdk/drivers/net/nfb/ |
| H A D | nfb_ethdev.c | 514 uint32_t mac_count; in nfb_eth_dev_init() local 582 mac_count = nfb_eth_get_max_mac_address_count(dev); in nfb_eth_dev_init() 584 sizeof(struct rte_ether_addr) * mac_count, RTE_CACHE_LINE_SIZE); in nfb_eth_dev_init()
|