Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/twa/
HDtw_cl_fwif.h257 TW_UINT8 host_id__unit; /* 4:4 */ member
270 TW_UINT8 host_id__unit; /* 4:4 */ member
417 #define GET_UNIT(host_id__unit) \ argument
418 (host_id__unit & 0xF) /* 4:4 */
420 #define GET_HOST_ID(host_id__unit) \ argument
421 ((host_id__unit >> 4) & 0xF) /* 4:4 */
HDtw_cl_io.c756 cmd->param.host_id__unit = BUILD_HOST_ID__UNIT(0, 0); in tw_cli_get_param()
873 cmd->param.host_id__unit = BUILD_HOST_ID__UNIT(0, 0); in tw_cli_set_param()
HDtw_cl_misc.c1002 GET_UNIT(cmd7k->generic.host_id__unit), in tw_cl_print_req_info()
/freebsd-11-stable/sys/dev/tws/
HDtws_hdm.h265 u_int8_t host_id__unit; /* 4:4 */ member
277 u_int8_t host_id__unit; /* 4:4 */ member
HDtws_hdm.c264 cmd->host_id__unit = 0; in tws_send_generic_cmd()
HDtws_cam.c826 cmd->param.host_id__unit = 0; in tws_set_param()
876 cmd->param.host_id__unit = 0; in tws_get_param()