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.c76 nd_uint8_t transfer_type; member
101 nd_uint8_t transfer_type; member
140 get_direction(int transfer_type, int event_type) in get_direction() argument
145 switch(transfer_type){ in get_direction()
185 uint8_t transfer_type, event_type; in usb_header_print() local
194 transfer_type = GET_U_1(uh->transfer_type); in usb_header_print()
195 switch(transfer_type) { in usb_header_print()
227 direction = get_direction(transfer_type, event_type); in usb_header_print()
H A Dprint-802_15_4.c1313 int transfer_type, tid; in ieee802_15_4_print_mpx_ie() local
1323 transfer_type = GET_U_1(p) & 0x7; in ieee802_15_4_print_mpx_ie()
1325 switch (transfer_type) { in ieee802_15_4_print_mpx_ie()
1329 (transfer_type == 0x01 ? in ieee802_15_4_print_mpx_ie()
1331 if (transfer_type == 0x00) { in ieee802_15_4_print_mpx_ie()
1353 (transfer_type == 0x02 ? in ieee802_15_4_print_mpx_ie()
1395 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.c617 MUSB2_WRITE_1(sc, MUSB2_REG_TXTI, td->transfer_type); in musbotg_host_ctrl_setup_tx()
928 MUSB2_WRITE_1(sc, MUSB2_REG_RXTI, td->transfer_type); in musbotg_host_ctrl_data_rx()
1225 MUSB2_WRITE_1(sc, MUSB2_REG_TXTI, td->transfer_type); in musbotg_host_ctrl_data_tx()
1302 MUSB2_WRITE_1(sc, MUSB2_REG_RXTI, td->transfer_type); in musbotg_host_ctrl_status_rx()
1378 td->dev_addr,td->haddr,td->hport, td->transfer_type); in musbotg_host_ctrl_status_tx()
1412 MUSB2_WRITE_1(sc, MUSB2_REG_TXTI, td->transfer_type); in musbotg_host_ctrl_status_tx()
1747 if (td->transfer_type & MUSB2_MASK_TI_PROTO_ISOC) in musbotg_host_data_rx()
1753 MUSB2_WRITE_1(sc, MUSB2_REG_RXTI, td->transfer_type); in musbotg_host_data_rx()
2089 if (td->transfer_type & MUSB2_MASK_TI_PROTO_ISOC) in musbotg_host_data_tx()
2095 MUSB2_WRITE_1(sc, MUSB2_REG_TXTI, td->transfer_type); in musbotg_host_data_tx()
[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.h44 return (hdr->transfer_type == URB_ISOCHRONOUS && in is_isochronous_transfer_completion()
H A Dpcap-util.c299 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
352 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()