Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c2818 * @san_mac_offset: SAN MAC address offset
2825 u16 *san_mac_offset) in ixgbe_get_san_mac_addr_offset()
2834 san_mac_offset); in ixgbe_get_san_mac_addr_offset()
2854 u16 san_mac_data, san_mac_offset; in ixgbe_get_san_mac_addr_generic() local
2862 ret_val = ixgbe_get_san_mac_addr_offset(hw, &san_mac_offset); in ixgbe_get_san_mac_addr_generic()
2863 if (ret_val || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in ixgbe_get_san_mac_addr_generic()
2870 (hw->bus.func) ? (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT1_OFFSET) : in ixgbe_get_san_mac_addr_generic()
2871 (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT0_OFFSET); in ixgbe_get_san_mac_addr_generic()
2873 ret_val = hw->eeprom.ops.read(hw, san_mac_offset, in ixgbe_get_san_mac_addr_generic()
2824 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw, u16 *san_mac_offset) ixgbe_get_san_mac_addr_offset() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_common.c2819 * @san_mac_offset: SAN MAC address offset
2826 u16 *san_mac_offset) in ixgbe_get_san_mac_addr_offset()
2835 san_mac_offset); in ixgbe_get_san_mac_addr_offset()
2855 u16 san_mac_data, san_mac_offset; in ixgbe_get_san_mac_addr_generic() local
2863 ret_val = ixgbe_get_san_mac_addr_offset(hw, &san_mac_offset); in ixgbe_get_san_mac_addr_generic()
2864 if (ret_val || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in ixgbe_get_san_mac_addr_generic()
2871 (hw->bus.func) ? (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT1_OFFSET) : in ixgbe_get_san_mac_addr_generic()
2872 (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT0_OFFSET); in ixgbe_get_san_mac_addr_generic()
2874 ret_val = hw->eeprom.ops.read(hw, san_mac_offset, in ixgbe_get_san_mac_addr_generic()
2825 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw, u16 *san_mac_offset) ixgbe_get_san_mac_addr_offset() argument
[all...]

Completed in 8 milliseconds