Home
last modified time | relevance | path

Searched refs:mac_count (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c749 vf_info[vf].mac_count++; in txgbe_set_vf_macvlan_msg()
751 hw->mac.set_rar(hw, vf_info[vf].mac_count, in txgbe_set_vf_macvlan_msg()
754 if (vf_info[vf].mac_count) { in txgbe_set_vf_macvlan_msg()
755 hw->mac.clear_rar(hw, vf_info[vf].mac_count); in txgbe_set_vf_macvlan_msg()
756 vf_info[vf].mac_count = 0; in txgbe_set_vf_macvlan_msg()
H A Dtxgbe_ethdev.h110 uint16_t mac_count; member
/f-stack/dpdk/drivers/net/ixgbe/
H A Dixgbe_pf.c794 vf_info[vf].mac_count++; in ixgbe_set_vf_macvlan_msg()
796 hw->mac.ops.set_rar(hw, vf_info[vf].mac_count, in ixgbe_set_vf_macvlan_msg()
799 if (vf_info[vf].mac_count) { in ixgbe_set_vf_macvlan_msg()
800 hw->mac.ops.clear_rar(hw, vf_info[vf].mac_count); in ixgbe_set_vf_macvlan_msg()
801 vf_info[vf].mac_count = 0; in ixgbe_set_vf_macvlan_msg()
H A Dixgbe_ethdev.h273 uint16_t mac_count; member