Home
last modified time | relevance | path

Searched defs:is_tx (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dbio.h56 # define BIO_set_ktls_flag(b, is_tx) \ argument
58 # define BIO_should_ktls_flag(b, is_tx) \ argument
67 # define BIO_set_ktls(b, keyblob, is_tx) \ argument
H A Dktls.h70 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx) in ktls_start()
290 int is_tx) in ktls_start()
/freebsd/crypto/openssl/ssl/
H A Dktls.c125 int is_tx, unsigned char *iv, in ktls_configure_crypto()
233 int is_tx, unsigned char *iv, in ktls_configure_crypto()
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c42 int is_tx, int rss, int qpn, int cqn, in mlx4_en_fill_qp_context()
H A Den.h401 enum cq_type is_tx; member
/freebsd/sys/dev/qcom_qup/
H A Dqcom_spi_hw.c648 qcom_spi_hw_setup_qup_config(struct qcom_spi_softc *sc, bool is_tx, bool is_rx) in qcom_spi_hw_setup_qup_config()
/freebsd/sys/dev/usb/
H A Dusb_dev.c405 uint8_t is_tx; in usb_fifo_create() local
/freebsd/sys/dev/usb/controller/
H A Dmusb_otg.c172 musbotg_channel_alloc(struct musbotg_softc *sc, struct musbotg_td *td, uint8_t is_tx) in musbotg_channel_alloc()
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.c1404 int is_tx = (queue == &service->bulk_tx); in abort_outstanding_bulks() local
/freebsd/sys/net/
H A Diflib.c5017 bool is_tx) in get_cpuid_for_queue()