Home
last modified time | relevance | path

Searched refs:transfer_type (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-usb.c78 nd_uint8_t transfer_type; member
103 nd_uint8_t transfer_type; member
142 get_direction(int transfer_type, int event_type) in get_direction() argument
147 switch(transfer_type){ in get_direction()
189 uint8_t transfer_type, event_type; in usb_header_print() local
198 transfer_type = GET_U_1(uh->transfer_type); in usb_header_print()
199 switch(transfer_type) in usb_header_print()
233 direction = get_direction(transfer_type, event_type); in usb_header_print()
H A Dprint-802_15_4.c1315 int transfer_type, tid; in ieee802_15_4_print_mpx_ie() local
1325 transfer_type = GET_U_1(p) & 0x7; in ieee802_15_4_print_mpx_ie()
1327 switch (transfer_type) { in ieee802_15_4_print_mpx_ie()
1331 (transfer_type == 0x01 ? in ieee802_15_4_print_mpx_ie()
1333 if (transfer_type == 0x00) { in ieee802_15_4_print_mpx_ie()
1355 (transfer_type == 0x02 ? in ieee802_15_4_print_mpx_ie()
1397 transfer_type, tid); in ieee802_15_4_print_mpx_ie()
/freebsd/contrib/libpcap/pcap/
H A Dusb.h82 uint8_t transfer_type; member
107 uint8_t transfer_type; member
/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.c1747 if (td->transfer_type & MUSB2_MASK_TI_PROTO_ISOC) in musbotg_host_data_rx()
2089 if (td->transfer_type & MUSB2_MASK_TI_PROTO_ISOC) in musbotg_host_data_tx()
2383 td->transfer_type = temp->transfer_type; in musbotg_setup_standard_chain_sub()
2434 temp.transfer_type = MUSB2_MASK_TI_SPEED_LO; in musbotg_setup_standard_chain()
2437 temp.transfer_type = MUSB2_MASK_TI_SPEED_FS; in musbotg_setup_standard_chain()
2440 temp.transfer_type = MUSB2_MASK_TI_SPEED_HS; in musbotg_setup_standard_chain()
2443 temp.transfer_type = 0; in musbotg_setup_standard_chain()
2450 temp.transfer_type |= MUSB2_MASK_TI_PROTO_CTRL; in musbotg_setup_standard_chain()
2453 temp.transfer_type |= MUSB2_MASK_TI_PROTO_ISOC; in musbotg_setup_standard_chain()
2456 temp.transfer_type |= MUSB2_MASK_TI_PROTO_BULK; in musbotg_setup_standard_chain()
[all …]
H A Dmusb_otg.h322 uint8_t transfer_type; member
356 uint8_t transfer_type; member
/freebsd/contrib/libpcap/
H A Dpcap-usb-linux-common.c52 if (!hdr->data_flag && hdr->transfer_type == URB_ISOCHRONOUS && in fix_linux_usb_mmapped_length()
H A Dpcap-util.c245 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
298 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()