Searched refs:wx_read_ee_hostif (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_hw.c | 131 status = wx_read_ee_hostif(wx, 0, &checksum); in txgbe_validate_eeprom_checksum() 142 status = wx_read_ee_hostif(wx, wx->eeprom.sw_region_offset + in txgbe_validate_eeprom_checksum()
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_hw.h | 21 int wx_read_ee_hostif(struct wx *wx, u16 offset, u16 *data);
|
H A D | wx_hw.c | 439 int wx_read_ee_hostif(struct wx *wx, u16 offset, u16 *data) in wx_read_ee_hostif() function 451 EXPORT_SYMBOL(wx_read_ee_hostif); 554 if (wx_read_ee_hostif(wx, WX_SW_REGION_PTR, &data)) { in wx_init_eeprom_params()
|
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_main.c | 665 wx_read_ee_hostif(wx, in ngbe_probe() 669 wx_read_ee_hostif(wx, in ngbe_probe()
|