Searched refs:tx_conf (Results 1 – 13 of 13) sorted by relevance
73 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()238 if (ctx->tx_conf == TLS_HW) in tls_write_space()278 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()283 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()304 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()308 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()310 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()321 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()574 ctx->tx_conf = conf; in do_tls_setsockopt_conf()739 ctx->tx_conf = TLS_BASE; in tls_init()
71 ctx->tx_conf = TLS_HW_RECORD; in tls_toe_bypass()
57 if (ctx->tx_conf == TLS_HW) { in tls_device_free_ctx()82 if (netdev && ctx->tx_conf == TLS_HW) { in tls_device_gc_task()188 if (tls_ctx->tx_conf == TLS_HW) { in tls_device_sk_destruct()1262 if (tls_ctx->tx_conf != TLS_HW) { in tls_device_offload_cleanup_rx()1293 if (ctx->tx_conf == TLS_HW) in tls_device_down()
927 struct dma_slave_config tx_conf = { in configure_dma() local973 tx_conf.dst_maxburst = 1; in configure_dma()976 tx_conf.dst_maxburst = 4; in configure_dma()979 tx_conf.dst_maxburst = 8; in configure_dma()982 tx_conf.dst_maxburst = 16; in configure_dma()985 tx_conf.dst_maxburst = 32; in configure_dma()988 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()1011 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_UNDEFINED; in configure_dma()1014 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in configure_dma()1017 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()
240 u8 tx_conf:3; member432 u16 config = tx ? ctx->tx_conf : ctx->rx_conf; in tls_user_config()
90 struct dma_slave_config tx_conf; member991 dma->tx_conf.direction = DMA_MEM_TO_DEV; in s3c24xx_serial_request_dma()992 dma->tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in s3c24xx_serial_request_dma()993 dma->tx_conf.dst_addr = p->port.mapbase + S3C2410_UTXH; in s3c24xx_serial_request_dma()994 dma->tx_conf.dst_maxburst = 1; in s3c24xx_serial_request_dma()1029 dmaengine_slave_config(dma->tx_chan, &dma->tx_conf); in s3c24xx_serial_request_dma()
403 struct dma_slave_config tx_conf = { in pl011_dma_probe() local440 dmaengine_slave_config(chan, &tx_conf); in pl011_dma_probe()
1953 if (drv_conf_tx(local, sdata, ac, &sdata->tx_conf[ac])) in __ieee80211_sta_handle_tspec_ac_params()1983 &sdata->tx_conf[non_acm_ac])) in __ieee80211_sta_handle_tspec_ac_params()2153 sdata->tx_conf[ac] = params[ac]; in ieee80211_sta_wmm_params()3739 if (sdata->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp()
935 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member
296 txq = &sdata->tx_conf[ieee80211_ac_from_wmm(i)]; in ieee80211_tdls_add_wmm_param_ie()
1655 sdata->tx_conf[ac] = qparam; in ieee80211_set_wmm_default()2441 &sdata->tx_conf[i]); in ieee80211_reconfig()
2386 sdata->tx_conf[params->ac] = p; in ieee80211_set_txq_params()