Searched refs:san_mac_offset (Results 1 – 2 of 2) sorted by relevance
26 u16 *san_mac_offset);1452 u16 *san_mac_offset) in txgbe_get_san_mac_addr_offset() argument1463 san_mac_offset); in txgbe_get_san_mac_addr_offset()1484 u16 san_mac_data, san_mac_offset; in txgbe_get_san_mac_addr() local1495 if (err || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in txgbe_get_san_mac_addr()1502 err = hw->rom.read16(hw, san_mac_offset, in txgbe_get_san_mac_addr()1506 san_mac_offset); in txgbe_get_san_mac_addr()1511 san_mac_offset++; in txgbe_get_san_mac_addr()1535 u16 san_mac_data, san_mac_offset; in txgbe_set_san_mac_addr() local1542 if (err || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in txgbe_set_san_mac_addr()[all …]
25 u16 *san_mac_offset);3516 u16 *san_mac_offset) in ixgbe_get_san_mac_addr_offset() argument3527 san_mac_offset); in ixgbe_get_san_mac_addr_offset()3549 u16 san_mac_data, san_mac_offset; in ixgbe_get_san_mac_addr_generic() local3560 if (ret_val || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in ixgbe_get_san_mac_addr_generic()3569 ret_val = hw->eeprom.ops.read(hw, san_mac_offset, in ixgbe_get_san_mac_addr_generic()3574 san_mac_offset); in ixgbe_get_san_mac_addr_generic()3579 san_mac_offset++; in ixgbe_get_san_mac_addr_generic()3603 u16 san_mac_data, san_mac_offset; in ixgbe_set_san_mac_addr_generic() local3610 if (ret_val || san_mac_offset == 0 || san_mac_offset == 0xFFFF) in ixgbe_set_san_mac_addr_generic()[all …]