Searched refs:mac_count (Results 1 – 4 of 4) sorted by relevance
749 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()
110 uint16_t mac_count; member
794 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()
273 uint16_t mac_count; member