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 | 72 return wx_host_interface_command(wx, (u32 *)&buffer, sizeof(buffer), in txgbe_identify_sfp_hostif() 88 err = wx_host_interface_command(wx, (u32 *)buffer, in txgbe_set_phy_link_hostif() 117 return wx_host_interface_command(wx, (u32 *)buffer, in txgbe_get_link_capabilities() 150 return wx_host_interface_command(wx, (u32 *)&buffer, sizeof(buffer), in txgbe_set_phy_link()
|
| /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 | 495 int wx_host_interface_command(struct wx *wx, u32 *buffer, in wx_host_interface_command() function 515 EXPORT_SYMBOL(wx_host_interface_command); 530 return wx_host_interface_command(wx, (u32 *)&pps_cmd, in wx_set_pps() 560 status = wx_host_interface_command(wx, (u32 *)&buffer, sizeof(buffer), in wx_read_ee_hostif_data() 636 status = wx_host_interface_command(wx, (u32 *)&buffer, in wx_read_ee_hostif_buffer()
|