Home | Sort by: relevance | last modified time | path |
/src/sys/dev/usb/ | |
if_athn_usb.c | 1035 struct ar_htc_frame_hdr *htc; local in function:athn_usb_htc_msg 1043 htc = (struct ar_htc_frame_hdr *)data->buf; 1044 memset(htc, 0, sizeof(*htc)); 1045 htc->endpoint_id = 0; 1046 htc->payload_len = htobe16(sizeof(*msg) + len); 1048 msg = (struct ar_htc_msg_hdr *)&htc[1]; 1054 sizeof(*htc) + sizeof(*msg) + len, 1244 struct ar_htc_frame_hdr *htc; local in function:athn_usb_wmi_xcmd 1253 htc = (struct ar_htc_frame_hdr *)data->buf 1958 struct ar_htc_frame_hdr *htc; local in function:athn_usb_swba 2084 struct ar_htc_frame_hdr *htc; local in function:athn_usb_intr 2231 struct ar_htc_frame_hdr *htc; local in function:athn_usb_rx_frame 2463 struct ar_htc_frame_hdr *htc; local in function:athn_usb_tx [all...] |