/freebsd/crypto/openssl/include/internal/ |
H A D | bio.h | 56 # define BIO_set_ktls_flag(b, is_tx) \ argument 57 BIO_set_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX : BIO_FLAGS_KTLS_RX) 58 # define BIO_should_ktls_flag(b, is_tx) \ argument 59 BIO_test_flags(b, (is_tx) ? BIO_FLAGS_KTLS_TX : BIO_FLAGS_KTLS_RX) 67 # define BIO_set_ktls(b, keyblob, is_tx) \ argument 68 BIO_ctrl(b, BIO_CTRL_SET_KTLS, is_tx, keyblob)
|
H A D | ktls.h | 70 static ossl_inline int ktls_start(int fd, ktls_crypto_info_t *tls_en, int is_tx) in ktls_start() argument 72 if (is_tx) in ktls_start() 290 int is_tx) in ktls_start() argument 292 return setsockopt(fd, SOL_TLS, is_tx ? TLS_TX : TLS_RX, in ktls_start()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ktls.c | 125 int is_tx, unsigned char *iv, in ktls_configure_crypto() argument 178 if (!is_tx && !check_rx_read_ahead(s, crypto_info->rec_seq)) in ktls_configure_crypto() 181 if (!is_tx) in ktls_configure_crypto() 233 int is_tx, unsigned char *iv, in ktls_configure_crypto() argument 241 if (!is_tx) in ktls_configure_crypto() 268 if (!is_tx && !check_rx_read_ahead(s, crypto_info->gcm128.rec_seq)) in ktls_configure_crypto() 283 if (!is_tx && !check_rx_read_ahead(s, crypto_info->gcm256.rec_seq)) in ktls_configure_crypto() 298 if (!is_tx && !check_rx_read_ahead(s, crypto_info->ccm128.rec_seq)) in ktls_configure_crypto() 313 if (!is_tx in ktls_configure_crypto()
|
H A D | ssl_local.h | 2767 int is_tx, unsigned char *iv,
|
/freebsd/sys/dev/mlx4/mlx4_en/ |
H A D | mlx4_en_cq.c | 87 cq->is_tx = mode; in mlx4_en_create_cq() 128 if (cq->is_tx == RX) { in mlx4_en_activate_cq() 154 if (!cq->is_tx) in mlx4_en_activate_cq() 163 cq->mcq.comp = cq->is_tx ? mlx4_en_tx_irq : mlx4_en_rx_irq; in mlx4_en_activate_cq() 166 if (cq->is_tx) { in mlx4_en_activate_cq() 192 cq->is_tx == RX) in mlx4_en_destroy_cq() 204 if (!cq->is_tx) { in mlx4_en_deactivate_cq()
|
H A D | mlx4_en_resources.c | 42 int is_tx, int rss, int qpn, int cqn, in mlx4_en_fill_qp_context() argument 52 if (!is_tx && !rss) in mlx4_en_fill_qp_context() 54 if (is_tx) in mlx4_en_fill_qp_context()
|
H A D | en.h | 401 enum cq_type is_tx; member 841 int is_tx, int rss, int qpn, int cqn, int user_prio,
|
/freebsd/sys/dev/qcom_qup/ |
H A D | qcom_spi_var.h | 150 bool is_tx, bool is_rx);
|
H A D | qcom_spi_hw.c | 648 qcom_spi_hw_setup_qup_config(struct qcom_spi_softc *sc, bool is_tx, bool is_rx) in qcom_spi_hw_setup_qup_config() argument 671 if (is_tx == false) in qcom_spi_hw_setup_qup_config()
|
/freebsd/sys/dev/usb/ |
H A D | usb_dev.c | 406 uint8_t is_tx; in usb_fifo_create() local 412 is_tx = (cpd->fflags & FWRITE) ? 1 : 0; in usb_fifo_create() 420 if (is_tx) { in usb_fifo_create() 451 if (is_tx) { in usb_fifo_create() 505 if (is_tx && in usb_fifo_create() 554 if (is_tx) { in usb_fifo_create()
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_core.c | 1404 int is_tx = (queue == &service->bulk_tx); in abort_outstanding_bulks() local 1407 service->state->id, service->localport, is_tx ? 't' : 'r', in abort_outstanding_bulks() 1430 is_tx ? "Send Bulk to" : "Recv Bulk from", in abort_outstanding_bulks() 1440 bulk->dir = is_tx ? VCHIQ_BULK_TRANSMIT : in abort_outstanding_bulks()
|
/freebsd/sys/dev/usb/controller/ |
H A D | musb_otg.c | 172 musbotg_channel_alloc(struct musbotg_softc *sc, struct musbotg_td *td, uint8_t is_tx) in musbotg_channel_alloc() argument 201 if (is_tx) { in musbotg_channel_alloc()
|
/freebsd/sys/net/ |
H A D | iflib.c | 5017 bool is_tx) in get_cpuid_for_queue() argument 5034 is_tx && qid < scctx->isc_nrxqsets) { in get_cpuid_for_queue() 5054 if (is_tx) in get_cpuid_for_queue()
|