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

/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_norm.c1014 goto shortpkt;
1025 goto shortpkt;
1033 goto shortpkt;
1040 goto shortpkt;
1050 goto shortpkt;
1083 goto shortpkt;
1095 goto shortpkt;
1098 goto shortpkt;
1113 shortpkt:
/freebsd-11.0-release/sys/dev/usb/controller/
H A Dohci.c133 uint8_t shortpkt; member in struct:ohci_std_temp
1262 shortpkt_old = temp->shortpkt;
1283 if (temp->shortpkt) {
1288 temp->shortpkt = 1;
1297 temp->shortpkt = 1;
1383 temp->shortpkt = shortpkt_old;
1434 temp.shortpkt = temp.len ? 1 : 0;
1498 temp.shortpkt = 0;
1504 temp.shortpkt = (xfer->flags.force_short_xfer) ? 0 : 1;
1532 temp.shortpkt
[all...]
H A Duhci.c147 uint8_t shortpkt; member in struct:uhci_std_temp
1534 shortpkt_old = temp->shortpkt;
1560 if (temp->shortpkt) {
1565 temp->shortpkt = 1;
1574 temp->shortpkt = 1;
1655 temp->shortpkt = shortpkt_old;
1720 temp.shortpkt = temp.len ? 1 : 0;
1770 temp.shortpkt = 0;
1776 temp.shortpkt = (xfer->flags.force_short_xfer) ? 0 : 1;
1809 temp.shortpkt
[all...]
H A Dxhci.c128 uint8_t shortpkt; member in struct:xhci_std_temp
1706 shortpkt_old = temp->shortpkt;
1720 if (temp->shortpkt)
1725 temp->shortpkt = 1;
1734 temp->shortpkt = 1;
1967 temp->shortpkt = shortpkt_old;
2109 temp.shortpkt = temp.len ? 1 : 0;
2166 temp.shortpkt = 0;
2180 temp.shortpkt = 1;
2201 temp.shortpkt
[all...]
H A Dehci.c141 uint8_t shortpkt; member in struct:ehci_std_temp
1574 shortpkt_old = temp->shortpkt;
1587 if (temp->shortpkt) {
1592 temp->shortpkt = 1;
1601 temp->shortpkt = 1;
1743 temp->shortpkt = shortpkt_old;
1818 temp.shortpkt = temp.len ? 1 : 0;
1865 temp.shortpkt = 0;
1871 temp.shortpkt = (xfer->flags.force_short_xfer) ? 0 : 1;
1909 temp.shortpkt
[all...]

Completed in 176 milliseconds