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

/linux-master/net/tls/
H A Dtls_main.c136 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]);
138 &tls_proto_ops[ip_ver][ctx->tx_conf][ctx->rx_conf]);
311 if (ctx->tx_conf == TLS_HW)
351 if (ctx->tx_conf == TLS_SW) {
354 } else if (ctx->tx_conf == TLS_HW) {
375 if (ctx->tx_conf == TLS_SW)
379 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW;
381 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE)
392 if (ctx->tx_conf == TLS_SW)
698 ctx->tx_conf
[all...]
H A Dtls_toe.c73 ctx->tx_conf = TLS_HW_RECORD;
H A Dtls_device.c59 if (ctx->tx_conf == TLS_HW)
107 async_cleanup = netdev && ctx->tx_conf == TLS_HW;
201 if (tls_ctx->tx_conf == TLS_HW) {
1283 if (tls_ctx->tx_conf != TLS_HW) {
1338 if (ctx->tx_conf == TLS_HW)
1358 * by tls_device_free_ctx. rx_conf and tx_conf stay in TLS_HW.
/linux-master/drivers/spi/
H A Dspi-pl022.c805 struct dma_slave_config tx_conf = { local
851 tx_conf.dst_maxburst = 1;
854 tx_conf.dst_maxburst = 4;
857 tx_conf.dst_maxburst = 8;
860 tx_conf.dst_maxburst = 16;
863 tx_conf.dst_maxburst = 32;
866 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1;
889 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_UNDEFINED;
892 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE;
895 tx_conf
[all...]
H A Dspi-qup.c155 struct dma_slave_config tx_conf; member in struct:spi_qup
958 *tx_conf = &spi->tx_conf; local
979 tx_conf->direction = DMA_MEM_TO_DEV;
980 tx_conf->device_fc = 1;
981 tx_conf->dst_addr = base + QUP_OUTPUT_FIFO;
982 tx_conf->dst_maxburst = spi->out_blk_sz;
990 ret = dmaengine_slave_config(host->dma_tx, tx_conf);
/linux-master/drivers/net/pcs/
H A Dpcs-xpcs.c685 int ret, mdio_ctrl, tx_conf; local
728 tx_conf = DW_VR_MII_TX_CONFIG_PHY_SIDE_SGMII;
730 tx_conf = DW_VR_MII_TX_CONFIG_MAC_SIDE_SGMII;
732 ret |= tx_conf << DW_VR_MII_AN_CTRL_TX_CONFIG_SHIFT &
/linux-master/include/net/
H A Dtls.h222 u8 tx_conf:3;
221 u8 tx_conf:3; member in struct:tls_context
/linux-master/drivers/tty/serial/
H A Dsamsung_tty.c106 struct dma_slave_config tx_conf; member in struct:s3c24xx_uart_dma
1062 dma->tx_conf.direction = DMA_MEM_TO_DEV;
1063 dma->tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE;
1064 dma->tx_conf.dst_addr = p->port.mapbase + S3C2410_UTXH;
1065 dma->tx_conf.dst_maxburst = 1;
1100 dmaengine_slave_config(dma->tx_chan, &dma->tx_conf);
H A Damba-pl011.c394 struct dma_slave_config tx_conf = { local
431 dmaengine_slave_config(chan, &tx_conf);
/linux-master/net/mac80211/
H A Dtdls.c299 txq = &sdata->deflink.tx_conf[ieee80211_ac_from_wmm(i)];
H A Dutil.c1059 link->tx_conf[ac] = qparam;
1962 &sdata->deflink.tx_conf[i]);
H A Dmlme.c2644 &sdata->deflink.tx_conf[ac]))
2674 &sdata->deflink.tx_conf[non_acm_ac]))
2716 struct ieee80211_tx_queue_params *params = link->tx_conf;
2866 link->tx_conf[ac] = params[ac];
5491 if (link->tx_conf[ac].uapsd)
H A Dieee80211_i.h1066 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member in struct:ieee80211_link_data
H A Dcfg.c2799 link->tx_conf[params->ac] = p;

Completed in 264 milliseconds