Home
last modified time | relevance | path

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

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