Searched refs:wx_read_ee_hostif (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/wangxun/txgbe/ |
D | txgbe_hw.c | 91 ret_val = wx_read_ee_hostif(wx, in txgbe_read_pba_string() 99 ret_val = wx_read_ee_hostif(wx, in txgbe_read_pba_string() 146 ret_val = wx_read_ee_hostif(wx, pba_ptr, &length); in txgbe_read_pba_string() 168 ret_val = wx_read_ee_hostif(wx, pba_ptr + offset, &data); in txgbe_read_pba_string() 240 status = wx_read_ee_hostif(wx, 0, &checksum); in txgbe_validate_eeprom_checksum() 251 status = wx_read_ee_hostif(wx, wx->eeprom.sw_region_offset + in txgbe_validate_eeprom_checksum()
|
D | txgbe_main.c | 666 wx_read_ee_hostif(wx, in txgbe_probe() 669 wx_read_ee_hostif(wx, in txgbe_probe() 674 wx_read_ee_hostif(wx, in txgbe_probe() 680 wx_read_ee_hostif(wx, offset + 0x84, &eeprom_cfg_blkh); in txgbe_probe() 681 wx_read_ee_hostif(wx, offset + 0x83, &eeprom_cfg_blkl); in txgbe_probe()
|
/Linux-v6.6/drivers/net/ethernet/wangxun/libwx/ |
D | wx_hw.h | 14 int wx_read_ee_hostif(struct wx *wx, u16 offset, u16 *data);
|
D | wx_hw.c | 349 int wx_read_ee_hostif(struct wx *wx, u16 offset, u16 *data) in wx_read_ee_hostif() function 361 EXPORT_SYMBOL(wx_read_ee_hostif); 464 if (wx_read_ee_hostif(wx, WX_SW_REGION_PTR, &data)) { in wx_init_eeprom_params()
|
/Linux-v6.6/drivers/net/ethernet/wangxun/ngbe/ |
D | ngbe_main.c | 649 wx_read_ee_hostif(wx, in ngbe_probe() 653 wx_read_ee_hostif(wx, in ngbe_probe()
|