Searched refs:short_pkt (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/sys/dev/usb/controller/
H A Dat91dci.h152 uint8_t short_pkt:1; member in struct:at91dci_td
165 uint8_t short_pkt; member in struct:at91dci_std_temp
167 * short_pkt = 0: transfer should be short terminated
168 * short_pkt = 1: transfer should not be short terminated
H A Ddwc_otg.h87 uint8_t short_pkt:1; member in struct:dwc_otg_td
107 uint8_t short_pkt; member in struct:dwc_otg_std_temp
110 * short_pkt = 0: transfer should be short terminated
111 * short_pkt = 1: transfer should not be short terminated
H A Datmegadci.h205 uint8_t short_pkt:1; member in struct:atmegadci_td
219 uint8_t short_pkt; member in struct:atmegadci_std_temp
221 * short_pkt = 0: transfer should be short terminated
222 * short_pkt = 1: transfer should not be short terminated
H A Davr32dci.h172 uint8_t short_pkt:1; member in struct:avr32dci_td
187 uint8_t short_pkt; member in struct:avr32dci_std_temp
189 * short_pkt = 0: transfer should be short terminated
190 * short_pkt = 1: transfer should not be short terminated
H A Datmegadci.c388 td->short_pkt = 1;
427 if (td->short_pkt) {
485 td->short_pkt = 1;
514 if (td->short_pkt) {
777 td->short_pkt = temp->short_pkt;
821 temp.short_pkt = temp.len ? 1 : 0;
871 temp.short_pkt = 0;
877 temp.short_pkt = (xfer->flags.force_short_xfer) ? 0 : 1;
895 temp.short_pkt
[all...]
H A Davr32dci.c398 td->short_pkt = 1;
434 if (td->short_pkt) {
483 td->short_pkt = 1;
510 if (td->short_pkt) {
744 td->short_pkt = temp->short_pkt;
788 temp.short_pkt = temp.len ? 1 : 0;
837 temp.short_pkt = 0;
843 temp.short_pkt = (xfer->flags.force_short_xfer) ? 0 : 1;
861 temp.short_pkt
[all...]
H A Duss820dci.c465 td->short_pkt = 1;
505 if (td->short_pkt) {
573 td->short_pkt = 1;
614 if (td->short_pkt) {
849 td->short_pkt = temp->short_pkt;
892 temp.short_pkt = temp.len ? 1 : 0;
938 temp.short_pkt = 0;
944 temp.short_pkt = (xfer->flags.force_short_xfer) ? 0 : 1;
964 temp.short_pkt
[all...]
H A Duss820dci.h280 uint8_t short_pkt:1; member in struct:uss820dci_td
294 uint8_t short_pkt; member in struct:uss820_std_temp
296 * short_pkt = 0: transfer should be short terminated
297 * short_pkt = 1: transfer should not be short terminated
H A Dmusb_otg.c657 td->short_pkt = 1;
734 if (td->short_pkt) {
786 td->short_pkt = 1;
852 if (td->short_pkt) {
947 td->short_pkt = 1;
1029 if (td->short_pkt) {
1122 if (td->short_pkt) {
1137 td->short_pkt = 1;
1464 td->short_pkt = 1;
1547 if (td->short_pkt) {
[all...]
H A Dat91dci.c444 td->short_pkt = 1;
500 if (td->short_pkt) {
558 td->short_pkt = 1;
584 if (td->short_pkt) {
896 td->short_pkt = temp->short_pkt;
940 temp.short_pkt = temp.len ? 1 : 0;
990 temp.short_pkt = 0;
996 temp.short_pkt = (xfer->flags.force_short_xfer) ? 0 : 1;
1015 temp.short_pkt
[all...]
H A Ddwc_otg.c1147 td->short_pkt = 1;
1157 td->short_pkt = 1;
1310 if (td->short_pkt)
1528 td->short_pkt = 1;
1574 if (td->short_pkt) {
1670 if (td->short_pkt)
1709 if (td->short_pkt)
1811 td->short_pkt = 1;
1826 td->short_pkt = 1;
1837 td->short_pkt
[all...]
H A Dmusb_otg.h324 uint8_t short_pkt:1; member in struct:musbotg_td
344 uint8_t short_pkt; member in struct:musbotg_std_temp
346 * short_pkt = 0: transfer should be short terminated
347 * short_pkt = 1: transfer should not be short terminated
/freebsd-10.2-release/sys/mips/cavium/usb/
H A Doctusb.h53 uint8_t short_pkt:1; member in struct:octusb_td
H A Doctusb.c99 uint8_t short_pkt; member in struct:octusb_std_temp
456 if (td->short_pkt)
460 td->short_pkt = 1;
476 td->short_pkt = 1;
560 td->short_pkt = 1;
582 if (td->short_pkt) {
588 td->short_pkt = 1;
994 td->short_pkt = temp->short_pkt;
1028 temp.short_pkt
[all...]

Completed in 193 milliseconds