Searched refs:comp_pkt (Results 1 – 1 of 1) sorted by relevance
2242 struct tw_cl_compatibility_packet comp_pkt; in twaioctl() local2244 memcpy(comp_pkt.driver_version, TWA_DRIVER_VERSION_STRING, in twaioctl()2246 comp_pkt.working_srl = sc->working_srl; in twaioctl()2247 comp_pkt.working_branch = sc->working_branch; in twaioctl()2248 comp_pkt.working_build = sc->working_build; in twaioctl()2252 copyout(&comp_pkt, user_buf->pdata, in twaioctl()