Searched refs:ixgbe_call_func (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/ixgbe/ |
| H A D | ixgbe_api.c | 280 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw), in ixgbe_init_hw() 293 return ixgbe_call_func(hw, hw->mac.ops.reset_hw, (hw), in ixgbe_reset_hw() 309 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw), in ixgbe_start_hw() 336 return ixgbe_call_func(hw, hw->mac.ops.clear_hw_cntrs, (hw), in ixgbe_clear_hw_cntrs() 348 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw), in ixgbe_get_media_type() 364 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr() 378 return ixgbe_call_func(hw, hw->mac.ops.get_san_mac_addr, in ixgbe_get_san_mac_addr() 391 return ixgbe_call_func(hw, hw->mac.ops.set_san_mac_addr, in ixgbe_set_san_mac_addr() 404 return ixgbe_call_func(hw, hw->mac.ops.get_device_caps, in ixgbe_get_device_caps() 420 return ixgbe_call_func(hw, hw->mac.ops.get_wwn_prefix, in ixgbe_get_wwn_prefix() [all …]
|
| H A D | ixgbe_type.h | 4314 #define ixgbe_call_func(hw, func, params, error) \ macro
|