Home
last modified time | relevance | path

Searched refs:tx_conf (Results 1 – 16 of 16) sorted by relevance

/linux-6.12.1/net/tls/
Dtls_main.c136 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()
138 &tls_proto_ops[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()
311 if (ctx->tx_conf == TLS_HW) in tls_write_space()
351 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()
354 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()
375 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
379 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()
381 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()
392 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
701 ctx->tx_conf = conf; in do_tls_setsockopt_conf()
[all …]
Dtls_toe.c73 ctx->tx_conf = TLS_HW_RECORD; in tls_toe_bypass()
Dtls_device.c60 if (ctx->tx_conf == TLS_HW) in tls_device_free_ctx()
108 async_cleanup = netdev && ctx->tx_conf == TLS_HW; in tls_device_queue_ctx_destruction()
202 if (tls_ctx->tx_conf == TLS_HW) { in tls_device_sk_destruct()
1277 if (tls_ctx->tx_conf != TLS_HW) { in tls_device_offload_cleanup_rx()
1332 if (ctx->tx_conf == TLS_HW) in tls_device_down()
/linux-6.12.1/drivers/spi/
Dspi-pl022.c805 struct dma_slave_config tx_conf = { in configure_dma() local
851 tx_conf.dst_maxburst = 1; in configure_dma()
854 tx_conf.dst_maxburst = 4; in configure_dma()
857 tx_conf.dst_maxburst = 8; in configure_dma()
860 tx_conf.dst_maxburst = 16; in configure_dma()
863 tx_conf.dst_maxburst = 32; in configure_dma()
866 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()
889 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_UNDEFINED; in configure_dma()
892 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in configure_dma()
895 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_2_BYTES; in configure_dma()
[all …]
Dspi-qup.c156 struct dma_slave_config tx_conf; member
957 *tx_conf = &spi->tx_conf; in spi_qup_init_dma() local
978 tx_conf->direction = DMA_MEM_TO_DEV; in spi_qup_init_dma()
979 tx_conf->device_fc = 1; in spi_qup_init_dma()
980 tx_conf->dst_addr = base + QUP_OUTPUT_FIFO; in spi_qup_init_dma()
981 tx_conf->dst_maxburst = spi->out_blk_sz; in spi_qup_init_dma()
989 ret = dmaengine_slave_config(host->dma_tx, tx_conf); in spi_qup_init_dma()
/linux-6.12.1/drivers/net/pcs/
Dpcs-xpcs.c665 int ret, mdio_ctrl, tx_conf; in xpcs_config_aneg_c37_sgmii() local
708 tx_conf = DW_VR_MII_TX_CONFIG_PHY_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii()
710 tx_conf = DW_VR_MII_TX_CONFIG_MAC_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii()
712 ret |= tx_conf << DW_VR_MII_AN_CTRL_TX_CONFIG_SHIFT & in xpcs_config_aneg_c37_sgmii()
/linux-6.12.1/drivers/tty/serial/
Dsamsung_tty.c106 struct dma_slave_config tx_conf; member
1061 dma->tx_conf.direction = DMA_MEM_TO_DEV; in s3c24xx_serial_request_dma()
1062 dma->tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in s3c24xx_serial_request_dma()
1063 dma->tx_conf.dst_addr = p->port.mapbase + S3C2410_UTXH; in s3c24xx_serial_request_dma()
1064 dma->tx_conf.dst_maxburst = 1; in s3c24xx_serial_request_dma()
1099 dmaengine_slave_config(dma->tx_chan, &dma->tx_conf); in s3c24xx_serial_request_dma()
Damba-pl011.c394 struct dma_slave_config tx_conf = { in pl011_dma_probe() local
431 dmaengine_slave_config(chan, &tx_conf); in pl011_dma_probe()
/linux-6.12.1/include/net/
Dtls.h222 u8 tx_conf:3; member
/linux-6.12.1/drivers/net/wireless/ath/ath12k/
Dcore.h229 struct ath12k_tx_conf tx_conf; member
Dmac.c4940 cache->tx_conf.changed = true; in ath12k_mac_op_conf_tx()
4941 cache->tx_conf.ac = ac; in ath12k_mac_op_conf_tx()
4942 cache->tx_conf.tx_queue_params = *params; in ath12k_mac_op_conf_tx()
6649 if (cache->tx_conf.changed) { in ath12k_mac_vif_cache_flush()
6650 ret = ath12k_mac_conf_tx(arvif, 0, cache->tx_conf.ac, in ath12k_mac_vif_cache_flush()
6651 &cache->tx_conf.tx_queue_params); in ath12k_mac_vif_cache_flush()
/linux-6.12.1/net/mac80211/
Dmlme.c3081 &sdata->deflink.tx_conf[ac])) in __ieee80211_sta_handle_tspec_ac_params()
3111 &sdata->deflink.tx_conf[non_acm_ac])) in __ieee80211_sta_handle_tspec_ac_params()
3153 struct ieee80211_tx_queue_params *params = link->tx_conf; in ieee80211_mgd_set_link_qos_params()
3303 link->tx_conf[ac] = params[ac]; in ieee80211_sta_wmm_params()
5913 if (link->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp()
Dutil.c1075 link->tx_conf[ac] = qparam; in ieee80211_set_wmm_default()
1984 &sdata->deflink.tx_conf[i]); in ieee80211_reconfig()
Dtdls.c299 txq = &sdata->deflink.tx_conf[ieee80211_ac_from_wmm(i)]; in ieee80211_tdls_add_wmm_param_ie()
Dieee80211_i.h1080 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member
Dcfg.c2818 link->tx_conf[params->ac] = p; in ieee80211_set_txq_params()