Home
last modified time | relevance | path

Searched refs:is_tx (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dbio.h56 # 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 Dktls.h70 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 Dktls.c125 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 Dssl_local.h2767 int is_tx, unsigned char *iv,
/freebsd/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_cq.c87 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 Dmlx4_en_resources.c42 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 Den.h401 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 Dqcom_spi_var.h150 bool is_tx, bool is_rx);
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() argument
671 if (is_tx == false) in qcom_spi_hw_setup_qup_config()
/freebsd/sys/dev/usb/
H A Dusb_dev.c406 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 Dvchiq_core.c1404 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 Dmusb_otg.c172 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 Diflib.c5017 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()