Searched refs:wx_host_interface_command (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/wangxun/txgbe/ |
H A D | txgbe_aml.c | 67 return wx_host_interface_command(wx, (u32 *)&buffer, sizeof(buffer), in txgbe_test_hostif() 78 return wx_host_interface_command(wx, (u32 *)buffer, in txgbe_identify_sfp_hostif() 105 return wx_host_interface_command(wx, (u32 *)&buffer, sizeof(buffer), in txgbe_set_phy_link_hostif()
|
/linux/drivers/net/ethernet/wangxun/ngbe/ |
H A D | ngbe_hw.c | 28 status = wx_host_interface_command(wx, (u32 *)&buffer, sizeof(buffer), in ngbe_eeprom_chksum_hostif()
|
/linux/drivers/net/ethernet/wangxun/libwx/ |
H A D | wx_hw.c | 489 int wx_host_interface_command(struct wx *wx, u32 *buffer, in wx_host_interface_command() function 509 EXPORT_SYMBOL(wx_host_interface_command); 524 return wx_host_interface_command(wx, (u32 *)&pps_cmd, in wx_set_pps() 554 status = wx_host_interface_command(wx, (u32 *)&buffer, sizeof(buffer), in wx_read_ee_hostif_data() 630 status = wx_host_interface_command(wx, (u32 *)&buffer, in wx_read_ee_hostif_buffer()
|