Searched refs:wx_read_ee_hostif (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/net/ethernet/wangxun/txgbe/ |
| H A D | txgbe_hw.c | 137 status = wx_read_ee_hostif(wx, 0, &checksum); in txgbe_validate_eeprom_checksum() 148 status = wx_read_ee_hostif(wx, wx->eeprom.sw_region_offset + in txgbe_validate_eeprom_checksum()
|
| H A D | txgbe_main.c | 683 wx_read_ee_hostif(wx, in txgbe_probe() 686 wx_read_ee_hostif(wx, in txgbe_probe() 691 wx_read_ee_hostif(wx, in txgbe_probe() 697 wx_read_ee_hostif(wx, offset + 0x84, &eeprom_cfg_blkh); in txgbe_probe() 698 wx_read_ee_hostif(wx, offset + 0x83, &eeprom_cfg_blkl); in txgbe_probe()
|
| /linux-6.15/drivers/net/ethernet/wangxun/libwx/ |
| H A D | wx_hw.h | 22 int wx_read_ee_hostif(struct wx *wx, u16 offset, u16 *data);
|
| H A D | wx_hw.c | 585 int wx_read_ee_hostif(struct wx *wx, u16 offset, u16 *data) in wx_read_ee_hostif() function 597 EXPORT_SYMBOL(wx_read_ee_hostif); 707 if (wx_read_ee_hostif(wx, WX_SW_REGION_PTR, &data)) { in wx_init_eeprom_params()
|
| /linux-6.15/drivers/net/ethernet/wangxun/ngbe/ |
| H A D | ngbe_main.c | 683 wx_read_ee_hostif(wx, in ngbe_probe() 687 wx_read_ee_hostif(wx, in ngbe_probe()
|