Home
last modified time | relevance | path

Searched refs:short_pkt (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dpackettest.c353 PACKET pkt, short_pkt, subpkt; in test_PACKET_get_length_prefixed_1() local
361 || !TEST_true(PACKET_buf_init(&short_pkt, buf1, len)) in test_PACKET_get_length_prefixed_1()
366 || !TEST_false(PACKET_get_length_prefixed_1(&short_pkt, &subpkt)) in test_PACKET_get_length_prefixed_1()
367 || !TEST_size_t_eq(PACKET_remaining(&short_pkt), len)) in test_PACKET_get_length_prefixed_1()
378 PACKET pkt, short_pkt, subpkt; in test_PACKET_get_length_prefixed_2() local
385 || !TEST_true(PACKET_buf_init(&short_pkt, buf1, len)) in test_PACKET_get_length_prefixed_2()
390 || !TEST_false(PACKET_get_length_prefixed_2(&short_pkt, &subpkt)) in test_PACKET_get_length_prefixed_2()
391 || !TEST_size_t_eq(PACKET_remaining(&short_pkt), len)) in test_PACKET_get_length_prefixed_2()
402 PACKET pkt, short_pkt, subpkt; in test_PACKET_get_length_prefixed_3() local
409 || !TEST_true(PACKET_buf_init(&short_pkt, buf1, len)) in test_PACKET_get_length_prefixed_3()
[all …]
/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.c685 td->short_pkt = 1; in musbotg_dev_ctrl_data_rx()
760 if (td->short_pkt) { in musbotg_dev_ctrl_data_rx()
812 td->short_pkt = 1; in musbotg_dev_ctrl_data_tx()
876 if (td->short_pkt) { in musbotg_dev_ctrl_data_tx()
971 td->short_pkt = 1; in musbotg_host_ctrl_data_rx()
1051 if (td->short_pkt) { in musbotg_host_ctrl_data_rx()
1142 if (td->short_pkt) { in musbotg_host_ctrl_data_tx()
1157 td->short_pkt = 1; in musbotg_host_ctrl_data_tx()
1481 td->short_pkt = 1; in musbotg_dev_data_rx()
1562 if (td->short_pkt) { in musbotg_dev_data_rx()
[all …]
H A Duss820dci.c447 td->short_pkt = 1; in uss820dci_data_rx()
485 if (td->short_pkt) { in uss820dci_data_rx()
553 td->short_pkt = 1; in uss820dci_data_tx()
591 if (td->short_pkt) { in uss820dci_data_tx()
872 td->short_pkt = temp->short_pkt; in uss820dci_setup_standard_chain_sub()
910 temp.short_pkt = temp.len ? 1 : 0; in uss820dci_setup_standard_chain()
954 temp.short_pkt = 0; in uss820dci_setup_standard_chain()
959 temp.short_pkt = (xfer->flags.force_short_xfer) ? 0 : 1; in uss820dci_setup_standard_chain()
979 temp.short_pkt = 0; in uss820dci_setup_standard_chain()
996 temp.short_pkt = 0; in uss820dci_setup_standard_chain()
H A Datmegadci.c385 td->short_pkt = 1; in atmegadci_data_rx()
424 if (td->short_pkt) { in atmegadci_data_rx()
482 td->short_pkt = 1; in atmegadci_data_tx()
510 if (td->short_pkt) { in atmegadci_data_tx()
769 td->short_pkt = temp->short_pkt; in atmegadci_setup_standard_chain_sub()
808 temp.short_pkt = temp.len ? 1 : 0; in atmegadci_setup_standard_chain()
856 temp.short_pkt = 0; in atmegadci_setup_standard_chain()
861 temp.short_pkt = (xfer->flags.force_short_xfer) ? 0 : 1; in atmegadci_setup_standard_chain()
878 temp.short_pkt = 0; in atmegadci_setup_standard_chain()
H A Davr32dci.c397 td->short_pkt = 1; in avr32dci_data_rx()
433 if (td->short_pkt) { in avr32dci_data_rx()
482 td->short_pkt = 1; in avr32dci_data_tx()
508 if (td->short_pkt) { in avr32dci_data_tx()
738 td->short_pkt = temp->short_pkt; in avr32dci_setup_standard_chain_sub()
782 temp.short_pkt = temp.len ? 1 : 0; in avr32dci_setup_standard_chain()
829 temp.short_pkt = 0; in avr32dci_setup_standard_chain()
834 temp.short_pkt = (xfer->flags.force_short_xfer) ? 0 : 1; in avr32dci_setup_standard_chain()
851 temp.short_pkt = 0; in avr32dci_setup_standard_chain()
H A Datmegadci.h206 uint8_t short_pkt:1; member
220 uint8_t short_pkt; member
H A Ddwc_otg.h88 uint8_t short_pkt:1; member
109 uint8_t short_pkt; member
H A Davr32dci.h173 uint8_t short_pkt:1; member
188 uint8_t short_pkt; member
H A Duss820dci.h284 uint8_t short_pkt:1; member
298 uint8_t short_pkt; member
H A Ddwc_otg.c1298 td->short_pkt = 1; in dwc_otg_host_data_rx_sub()
1307 td->short_pkt = 1; in dwc_otg_host_data_rx_sub()
1477 if (td->short_pkt) in dwc_otg_host_data_rx()
1710 td->short_pkt = 1; in dwc_otg_data_rx()
1758 if (td->short_pkt) { in dwc_otg_data_rx()
1859 if (td->short_pkt) in dwc_otg_host_data_tx()
1898 if (td->short_pkt) in dwc_otg_host_data_tx()
1994 td->short_pkt = 1; in dwc_otg_host_data_tx()
2206 if (td->short_pkt) in dwc_otg_data_tx()
2258 td->short_pkt in dwc_otg_data_tx()
[all...]
H A Dmusb_otg.h325 uint8_t short_pkt:1; member
345 uint8_t short_pkt; member