Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/twa/
Dtw_cl_fwif.h259 TW_UINT8 host_id__unit; /* 4:4 */ member
272 TW_UINT8 host_id__unit; /* 4:4 */ member
419 #define GET_UNIT(host_id__unit) \ argument
420 (host_id__unit & 0xF) /* 4:4 */
422 #define GET_HOST_ID(host_id__unit) \ argument
423 ((host_id__unit >> 4) & 0xF) /* 4:4 */
Dtw_cl_io.c758 cmd->param.host_id__unit = BUILD_HOST_ID__UNIT(0, 0); in tw_cli_get_param()
875 cmd->param.host_id__unit = BUILD_HOST_ID__UNIT(0, 0); in tw_cli_set_param()
Dtw_cl_misc.c1004 GET_UNIT(cmd7k->generic.host_id__unit), in tw_cl_print_req_info()
/freebsd-12-stable/sys/dev/tws/
Dtws_hdm.h267 u_int8_t host_id__unit; /* 4:4 */ member
279 u_int8_t host_id__unit; /* 4:4 */ member
Dtws_hdm.c266 cmd->host_id__unit = 0; in tws_send_generic_cmd()
Dtws_cam.c828 cmd->param.host_id__unit = 0; in tws_set_param()
878 cmd->param.host_id__unit = 0; in tws_get_param()