Searched refs:tx_conf (Results 1 – 16 of 16) sorted by relevance
136 &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()392 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()736 ctx->tx_conf = conf; in do_tls_setsockopt_conf()1023 ctx->tx_conf = TLS_BASE; in tls_init()1051 u16 config = tx ? ctx->tx_conf : ctx->rx_conf; in tls_user_config()[all …]
73 ctx->tx_conf = TLS_HW_RECORD; in tls_toe_bypass()
60 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()
805 struct dma_slave_config tx_conf = { in configure_dma() local851 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()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()904 rx_conf.src_addr_width = tx_conf.dst_addr_width; in configure_dma()906 tx_conf.dst_addr_width = rx_conf.src_addr_width; in configure_dma()[all …]
156 struct dma_slave_config tx_conf; member957 *tx_conf = &spi->tx_conf; in spi_qup_init_dma() local978 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()
653 int ret, mdio_ctrl, tx_conf; in xpcs_config_aneg_c37_sgmii() local693 tx_conf = DW_VR_MII_TX_CONFIG_PHY_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii()695 tx_conf = DW_VR_MII_TX_CONFIG_MAC_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii()698 val |= FIELD_PREP(DW_VR_MII_TX_CONFIG_MASK, tx_conf); in xpcs_config_aneg_c37_sgmii()
106 struct dma_slave_config tx_conf; member1061 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()
404 struct dma_slave_config tx_conf = { in pl011_dma_probe() local441 dmaengine_slave_config(chan, &tx_conf); in pl011_dma_probe()
225 u8 tx_conf:3; member
257 struct ath12k_tx_conf tx_conf; member
6257 cache->tx_conf.changed = true; in ath12k_mac_op_conf_tx()6258 cache->tx_conf.ac = ac; in ath12k_mac_op_conf_tx()6259 cache->tx_conf.tx_queue_params = *params; in ath12k_mac_op_conf_tx()8357 if (cache->tx_conf.changed) { in ath12k_mac_vif_cache_flush()8358 ret = ath12k_mac_conf_tx(arvif, cache->tx_conf.ac, in ath12k_mac_vif_cache_flush()8359 &cache->tx_conf.tx_queue_params); in ath12k_mac_vif_cache_flush()
1062 link->tx_conf[ac] = qparam; in ieee80211_set_wmm_default()1979 &sdata->deflink.tx_conf[i]); in ieee80211_reconfig()
299 txq = &sdata->deflink.tx_conf[ieee80211_ac_from_wmm(i)]; in ieee80211_tdls_add_wmm_param_ie()
3440 &sdata->deflink.tx_conf[ac])) in __ieee80211_sta_handle_tspec_ac_params()3470 &sdata->deflink.tx_conf[non_acm_ac])) in __ieee80211_sta_handle_tspec_ac_params()3512 struct ieee80211_tx_queue_params *params = link->tx_conf; in ieee80211_mgd_set_link_qos_params()3662 link->tx_conf[ac] = params[ac]; in _ieee80211_sta_wmm_params()6424 if (link->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp()
1097 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member
2846 link->tx_conf[params->ac] = p; in ieee80211_set_txq_params()