Home
last modified time | relevance | path

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

/linux/net/tls/
H A 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()
308 if (ctx->tx_conf == TLS_HW) in tls_write_space()
348 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()
351 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()
372 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
376 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()
378 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()
389 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
758 ctx->tx_conf = conf; in do_tls_setsockopt_conf()
[all …]
H A Dtls_toe.c73 ctx->tx_conf = TLS_HW_RECORD; in tls_toe_bypass()
H A 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()
204 if (tls_ctx->tx_conf == TLS_HW) { in tls_device_sk_destruct()
1282 if (tls_ctx->tx_conf != TLS_HW) { in tls_device_offload_cleanup_rx()
1337 if (ctx->tx_conf == TLS_HW) in tls_device_down()
/linux/drivers/spi/
H A Dspi-pl022.c802 struct dma_slave_config tx_conf = { in configure_dma() local
848 tx_conf.dst_maxburst = 1; in configure_dma()
851 tx_conf.dst_maxburst = 4; in configure_dma()
854 tx_conf.dst_maxburst = 8; in configure_dma()
857 tx_conf.dst_maxburst = 16; in configure_dma()
860 tx_conf.dst_maxburst = 32; in configure_dma()
863 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()
886 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_UNDEFINED; in configure_dma()
889 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in configure_dma()
892 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_2_BYTES; in configure_dma()
[all …]
/linux/drivers/net/pcs/
H A Dpcs-xpcs.c753 int ret, mdio_ctrl, tx_conf; in xpcs_config_aneg_c37_sgmii() local
793 tx_conf = DW_VR_MII_TX_CONFIG_PHY_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii()
795 tx_conf = DW_VR_MII_TX_CONFIG_MAC_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii()
798 val |= FIELD_PREP(DW_VR_MII_TX_CONFIG_MASK, tx_conf); in xpcs_config_aneg_c37_sgmii()
/linux/drivers/tty/serial/
H A Dsamsung_tty.c106 struct dma_slave_config tx_conf; member
1063 dma->tx_conf.direction = DMA_MEM_TO_DEV; in s3c24xx_serial_request_dma()
1064 dma->tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in s3c24xx_serial_request_dma()
1065 dma->tx_conf.dst_addr = p->port.mapbase + S3C2410_UTXH; in s3c24xx_serial_request_dma()
1066 dma->tx_conf.dst_maxburst = 1; in s3c24xx_serial_request_dma()
1101 dmaengine_slave_config(dma->tx_chan, &dma->tx_conf); in s3c24xx_serial_request_dma()
H A Damba-pl011.c404 struct dma_slave_config tx_conf = { in pl011_dma_probe() local
441 dmaengine_slave_config(chan, &tx_conf); in pl011_dma_probe()
/linux/include/net/
H A Dtls.h227 u8 tx_conf:3; member
/linux/net/mac80211/
H A Dtdls.c299 txq = &sdata->deflink.tx_conf[ieee80211_ac_from_wmm(i)]; in ieee80211_tdls_add_wmm_param_ie()
H A Dutil.c1108 link->tx_conf[ac] = qparam; in ieee80211_set_wmm_default()
2034 &sdata->deflink.tx_conf[i]); in ieee80211_reconfig()
H A Dmlme.c3638 &sdata->deflink.tx_conf[ac])) in __ieee80211_sta_handle_tspec_ac_params()
3668 &sdata->deflink.tx_conf[non_acm_ac])) in __ieee80211_sta_handle_tspec_ac_params()
3710 struct ieee80211_tx_queue_params *params = link->tx_conf; in ieee80211_mgd_set_link_qos_params()
3860 link->tx_conf[ac] = params[ac]; in _ieee80211_sta_wmm_params()
6770 if (link->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp()
H A Dieee80211_i.h1110 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member
H A Dcfg.c3113 link->tx_conf[params->ac] = p; in ieee80211_set_txq_params()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c8197 cache->tx_conf.changed = true; in ath12k_mac_op_conf_tx()
8198 cache->tx_conf.ac = ac; in ath12k_mac_op_conf_tx()
8199 cache->tx_conf.tx_queue_params = *params; in ath12k_mac_op_conf_tx()
10504 if (cache->tx_conf.changed) { in ath12k_mac_vif_cache_flush()
10505 ret = ath12k_mac_conf_tx(arvif, cache->tx_conf.ac, in ath12k_mac_vif_cache_flush()
10506 &cache->tx_conf.tx_queue_params); in ath12k_mac_vif_cache_flush()