Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_hw.c392 recv_hdr->index == wx->swfw_index) in wx_poll_fw_reply()
418 hdr->index = wx->swfw_index; in wx_host_interface_command_r()
438 send_cmd, wx->swfw_index); in wx_host_interface_command_r()
472 if (wx->swfw_index == WX_HIC_HDR_INDEX_MAX) in wx_host_interface_command_r()
473 wx->swfw_index = 0; in wx_host_interface_command_r()
475 wx->swfw_index++; in wx_host_interface_command_r()
H A Dwx_type.h1292 u8 swfw_index; member