Searched refs:ixgbe_call_func (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/dev/ixgbe/ |
| H A D | ixgbe_api.c | 264 return ixgbe_call_func(hw, hw->mac.ops.init_hw, (hw), in ixgbe_init_hw() 277 return ixgbe_call_func(hw, hw->mac.ops.reset_hw, (hw), in ixgbe_reset_hw() 293 return ixgbe_call_func(hw, hw->mac.ops.start_hw, (hw), in ixgbe_start_hw() 348 return ixgbe_call_func(hw, hw->mac.ops.get_mac_addr, in ixgbe_get_mac_addr() 388 return ixgbe_call_func(hw, hw->mac.ops.get_device_caps, in ixgbe_get_device_caps() 404 return ixgbe_call_func(hw, hw->mac.ops.get_wwn_prefix, in ixgbe_get_wwn_prefix() 529 status = ixgbe_call_func(hw, hw->phy.ops.reset, (hw), in ixgbe_reset_phy() 888 return ixgbe_call_func(hw, hw->eeprom.ops.read_buffer, in ixgbe_read_eeprom_buffer() 1463 return ixgbe_call_func(hw, hw->mac.ops.bypass_set, in ixgbe_bypass_set() 1476 return ixgbe_call_func(hw, hw->mac.ops.bypass_rd_eep, in ixgbe_bypass_rd_eep() [all …]
|
| H A D | ixgbe_type.h | 4264 #define ixgbe_call_func(hw, func, params, error) \ macro
|