Searched refs:ixgbe_call_func (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/ixgbe/
H A Dixgbe_api.c232 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw),
245 return ixgbe_call_func(hw, hw->mac.ops.reset_hw, (hw),
261 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw),
288 return ixgbe_call_func(hw, hw->mac.ops.clear_hw_cntrs, (hw),
300 return ixgbe_call_func(hw, hw->mac.ops.get_media_type, (hw),
316 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr,
330 return ixgbe_call_func(hw, hw->mac.ops.get_san_mac_addr,
343 return ixgbe_call_func(hw, hw->mac.ops.set_san_mac_addr,
356 return ixgbe_call_func(hw, hw->mac.ops.get_device_caps,
372 return ixgbe_call_func(h
[all...]
H A Dixgbe_type.h3871 #define ixgbe_call_func(hw, func, params, error) \ macro

Completed in 98 milliseconds