Home
last modified time | relevance | path

Searched defs:tws_compatibility_packet (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/tws/
H A Dtws_user.h59 struct tws_compatibility_packet { struct
60 u_int8_t driver_version[32];/* driver version */
61 u_int16_t working_srl; /* driver & firmware negotiated srl */
62 u_int16_t working_branch; /* branch # of the firmware that the
64 u_int16_t working_build; /* build # of the firmware that the
66 u_int16_t driver_srl_high;/* highest driver supported srl */
67 u_int16_t driver_branch_high;/* highest driver supported branch */
68 u_int16_t driver_build_high;/* highest driver supported build */
69 u_int16_t driver_srl_low;/* lowest driver supported srl */
70 u_int16_t driver_branch_low;/* lowest driver supported branch */
[all …]