Searched refs:tx_conf (Results 1 – 13 of 13) sorted by relevance
72 sk->sk_prot = &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]; in update_sk_prot()246 if (ctx->tx_conf == TLS_HW) in tls_write_space()286 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()290 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()307 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()311 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()313 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()324 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()557 ctx->tx_conf = conf; in do_tls_setsockopt_conf()677 ctx->tx_conf = TLS_HW_RECORD; in tls_hw_prot()[all …]
55 if (ctx->tx_conf == TLS_HW) { in tls_device_free_ctx()80 if (netdev && ctx->tx_conf == TLS_HW) { in tls_device_gc_task()186 if (tls_ctx->tx_conf == TLS_HW) { in tls_device_sk_destruct()1143 if (tls_ctx->tx_conf != TLS_HW) { in tls_device_offload_cleanup_rx()1172 if (ctx->tx_conf == TLS_HW) in tls_device_down()
924 struct dma_slave_config tx_conf = { in configure_dma() local970 tx_conf.dst_maxburst = 1; in configure_dma()973 tx_conf.dst_maxburst = 4; in configure_dma()976 tx_conf.dst_maxburst = 8; in configure_dma()979 tx_conf.dst_maxburst = 16; in configure_dma()982 tx_conf.dst_maxburst = 32; in configure_dma()985 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()1008 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_UNDEFINED; in configure_dma()1011 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in configure_dma()1014 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_2_BYTES; in configure_dma()[all …]
151 struct dma_slave_config tx_conf; member930 *tx_conf = &spi->tx_conf; in spi_qup_init_dma() local951 tx_conf->direction = DMA_MEM_TO_DEV; in spi_qup_init_dma()952 tx_conf->device_fc = 1; in spi_qup_init_dma()953 tx_conf->dst_addr = base + QUP_OUTPUT_FIFO; in spi_qup_init_dma()954 tx_conf->dst_maxburst = spi->out_blk_sz; in spi_qup_init_dma()962 ret = dmaengine_slave_config(master->dma_tx, tx_conf); in spi_qup_init_dma()
48 struct dma_slave_config tx_conf; member
869 dma->tx_conf.direction = DMA_MEM_TO_DEV; in s3c24xx_serial_request_dma()870 dma->tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in s3c24xx_serial_request_dma()871 dma->tx_conf.dst_addr = p->port.mapbase + S3C2410_UTXH; in s3c24xx_serial_request_dma()872 dma->tx_conf.dst_maxburst = 1; in s3c24xx_serial_request_dma()907 dmaengine_slave_config(dma->tx_chan, &dma->tx_conf); in s3c24xx_serial_request_dma()
405 struct dma_slave_config tx_conf = { in pl011_dma_probe() local442 dmaengine_slave_config(chan, &tx_conf); in pl011_dma_probe()
253 u8 tx_conf:3; member429 u16 config = tx ? ctx->tx_conf : ctx->rx_conf; in tls_user_config()
1862 if (drv_conf_tx(local, sdata, ac, &sdata->tx_conf[ac])) in __ieee80211_sta_handle_tspec_ac_params()1892 &sdata->tx_conf[non_acm_ac])) in __ieee80211_sta_handle_tspec_ac_params()2062 sdata->tx_conf[ac] = params[ac]; in ieee80211_sta_wmm_params()3621 if (sdata->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp()
919 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member
1532 sdata->tx_conf[ac] = qparam; in ieee80211_set_wmm_default()2296 &sdata->tx_conf[i]); in ieee80211_reconfig()
297 txq = &sdata->tx_conf[ieee80211_ac_from_wmm(i)]; in ieee80211_tdls_add_wmm_param_ie()
2261 sdata->tx_conf[params->ac] = p; in ieee80211_set_txq_params()