Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
Datl2.h95 static int atl2_check_eeprom_exist(struct atl2_hw *hw);
Datl2.c1914 if (!atl2_check_eeprom_exist(&adapter->hw)) in atl2_get_eeprom_len()
1933 if (atl2_check_eeprom_exist(hw)) in atl2_get_eeprom()
2237 if (!atl2_check_eeprom_exist(hw)) { /* eeprom exists */ in get_permanent_address()
2743 static int atl2_check_eeprom_exist(struct atl2_hw *hw) in atl2_check_eeprom_exist() function