Searched refs:shortpkt (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/usb/controller/
H A Dohci.c135 uint8_t shortpkt; member in struct:ohci_std_temp
1255 shortpkt_old = temp->shortpkt;
1274 if (temp->shortpkt) {
1279 temp->shortpkt = 1;
1287 temp->shortpkt = 1;
1371 temp->shortpkt = shortpkt_old;
1421 temp.shortpkt = temp.len ? 1 : 0;
1483 temp.shortpkt = 0;
1488 temp.shortpkt = (xfer->flags.force_short_xfer) ? 0 : 1;
1515 temp.shortpkt
[all...]
H A Duhci.c147 uint8_t shortpkt; member in struct:uhci_std_temp
1519 shortpkt_old = temp->shortpkt;
1543 if (temp->shortpkt) {
1548 temp->shortpkt = 1;
1556 temp->shortpkt = 1;
1634 temp->shortpkt = shortpkt_old;
1697 temp.shortpkt = temp.len ? 1 : 0;
1745 temp.shortpkt = 0;
1750 temp.shortpkt = (xfer->flags.force_short_xfer) ? 0 : 1;
1782 temp.shortpkt
[all...]
H A Dxhci.c138 uint8_t shortpkt; member in struct:xhci_std_temp
1740 shortpkt_old = temp->shortpkt;
1752 if (temp->shortpkt)
1757 temp->shortpkt = 1;
1765 temp->shortpkt = 1;
1996 temp->shortpkt = shortpkt_old;
2136 temp.shortpkt = temp.len ? 1 : 0;
2191 temp.shortpkt = 0;
2204 temp.shortpkt = 1;
2224 temp.shortpkt
[all...]
H A Dehci.c143 uint8_t shortpkt; member in struct:ehci_std_temp
1564 shortpkt_old = temp->shortpkt;
1575 if (temp->shortpkt) {
1580 temp->shortpkt = 1;
1588 temp->shortpkt = 1;
1725 temp->shortpkt = shortpkt_old;
1799 temp.shortpkt = temp.len ? 1 : 0;
1844 temp.shortpkt = 0;
1849 temp.shortpkt = (xfer->flags.force_short_xfer) ? 0 : 1;
1886 temp.shortpkt
[all...]
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf_norm.c1238 goto shortpkt;
1249 goto shortpkt;
1257 goto shortpkt;
1264 goto shortpkt;
1282 goto shortpkt;
1290 goto shortpkt;
1293 goto shortpkt;
1308 shortpkt:

Completed in 72 milliseconds