Home
last modified time | relevance | path

Searched refs:frame_buf (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dquic_multistream_test.c2756 unsigned char frame_buf[21]; in script_21_inject_plain() local
2762 if (!TEST_true(WPACKET_init_static_len(&wpkt, frame_buf, in script_21_inject_plain()
2763 sizeof(frame_buf), 0))) in script_21_inject_plain()
2860 if (!qtest_fault_prepend_frame(h->qtf, frame_buf, written)) in script_21_inject_plain()
2925 unsigned char frame_buf[16]; in script_23_inject_plain() local
2931 if (!TEST_true(WPACKET_init_static_len(&wpkt, frame_buf, in script_23_inject_plain()
2932 sizeof(frame_buf), 0))) in script_23_inject_plain()
2942 if (!qtest_fault_prepend_frame(h->qtf, frame_buf, written)) in script_23_inject_plain()
2978 unsigned char frame_buf[16]; in script_24_inject_plain() local
2984 if (!TEST_true(WPACKET_init_static_len(&wpkt, frame_buf, in script_24_inject_plain()
[all …]
/freebsd/sys/dev/firewire/
H A Dfwdv.c465 sc->frame_buf = malloc(sc->frame_size, M_FWDV, M_WAITOK | M_ZERO); in fwdv_iso_start()
499 free(sc->frame_buf, M_FWDV); in fwdv_iso_start()
501 sc->frame_buf = NULL; in fwdv_iso_start()
542 free(sc->frame_buf, M_FWDV); in fwdv_iso_stop()
544 sc->frame_buf = NULL; in fwdv_iso_stop()
564 if (dma_ch < 0 || sc->frame_buf == NULL) { in fwdv_iso_input()
631 sc->frame_buf; in fwdv_iso_input()
632 sc->frame_buf = tmp; in fwdv_iso_input()
652 memcpy(sc->frame_buf + sc->frame_offset, in fwdv_iso_input()
H A Dfwcam.c445 sc->frame_buf = malloc(sc->frame_size, M_FWCAM, M_WAITOK | M_ZERO); in fwcam_iso_start()
545 free(sc->frame_buf, M_FWCAM); in fwcam_iso_start()
546 sc->frame_buf = NULL; in fwcam_iso_start()
586 free(sc->frame_buf, M_FWCAM); in fwcam_iso_stop()
587 sc->frame_buf = NULL; in fwcam_iso_stop()
599 if (video_buf_write(vb, 0, sc->frame_buf, sc->frame_offset) != 0) { in fwcam_frame_done()
619 if (dma_ch < 0 || sc->frame_buf == NULL) { in fwcam_iso_input()
664 memcpy(sc->frame_buf + sc->frame_offset, payload, plen); in fwcam_iso_input()
H A Dfwdv.h173 uint8_t *frame_buf; member
H A Dfwcam.h247 uint8_t *frame_buf; /* frame being assembled */ member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c109 const u8 *frame_buf; member
6229 parse->frame_buf = ptr; in ath11k_wmi_tlv_mgmt_rx_parse()
6256 frame = parse.frame_buf; in ath11k_pull_mgmt_rx_params_tlv()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c125 const u8 *frame_buf; member
6442 parse->frame_buf = ptr; in ath12k_wmi_tlv_mgmt_rx_parse()
6468 frame = parse.frame_buf; in ath12k_pull_mgmt_rx_params_tlv()