Searched refs:comp_pkt (Results 1 – 1 of 1) sorted by relevance
656 struct tw_cl_compatibility_packet comp_pkt; in tw_cl_ioctl() local661 tw_osl_memcpy(comp_pkt.driver_version, in tw_cl_ioctl()664 comp_pkt.working_srl = ctlr->working_srl; in tw_cl_ioctl()665 comp_pkt.working_branch = ctlr->working_branch; in tw_cl_ioctl()666 comp_pkt.working_build = ctlr->working_build; in tw_cl_ioctl()667 comp_pkt.driver_srl_high = TWA_CURRENT_FW_SRL; in tw_cl_ioctl()668 comp_pkt.driver_branch_high = in tw_cl_ioctl()670 comp_pkt.driver_build_high = in tw_cl_ioctl()672 comp_pkt.driver_srl_low = TWA_BASE_FW_SRL; in tw_cl_ioctl()673 comp_pkt.driver_branch_low = TWA_BASE_FW_BRANCH; in tw_cl_ioctl()[all …]