Home
last modified time | relevance | path

Searched refs:pps_cmd (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c519 struct wx_hic_set_pps pps_cmd; in wx_set_pps() local
521 pps_cmd.hdr.cmd = FW_PPS_SET_CMD; in wx_set_pps()
522 pps_cmd.hdr.buf_len = FW_PPS_SET_LEN; in wx_set_pps()
523 pps_cmd.hdr.cmd_or_resp.cmd_resv = FW_CEM_CMD_RESERVED; in wx_set_pps()
524 pps_cmd.lan_id = wx->bus.func; in wx_set_pps()
525 pps_cmd.enable = (u8)enable; in wx_set_pps()
526 pps_cmd.nsec = nsec; in wx_set_pps()
527 pps_cmd.cycles = cycles; in wx_set_pps()
528 pps_cmd.hdr.checksum = FW_DEFAULT_CHECKSUM; in wx_set_pps()
530 return wx_host_interface_command(wx, (u32 *)&pps_cmd, in wx_set_pps()
[all …]