Home
last modified time | relevance | path

Searched refs:atl2_check_eeprom_exist (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/atheros/atlx/
Datl2.h82 static int atl2_check_eeprom_exist(struct atl2_hw *hw);
Datl2.c1870 if (!atl2_check_eeprom_exist(&adapter->hw)) in atl2_get_eeprom_len()
1889 if (atl2_check_eeprom_exist(hw)) in atl2_get_eeprom()
2187 if (!atl2_check_eeprom_exist(hw)) { /* eeprom exists */ in get_permanent_address()
2687 static int atl2_check_eeprom_exist(struct atl2_hw *hw) in atl2_check_eeprom_exist() function