Searched refs:tx_conf (Results 1 – 14 of 14) sorted by relevance
135 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()137 &tls_proto_ops[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()310 if (ctx->tx_conf == TLS_HW) in tls_write_space()350 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()355 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()376 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()380 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()382 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()393 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()696 ctx->tx_conf = conf; in do_tls_setsockopt_conf()[all …]
73 ctx->tx_conf = TLS_HW_RECORD; in tls_toe_bypass()
59 if (ctx->tx_conf == TLS_HW) { in tls_device_free_ctx()110 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()1300 if (tls_ctx->tx_conf != TLS_HW) { in tls_device_offload_cleanup_rx()1355 if (ctx->tx_conf == TLS_HW) in tls_device_down()
918 struct dma_slave_config tx_conf = { in configure_dma() local964 tx_conf.dst_maxburst = 1; in configure_dma()967 tx_conf.dst_maxburst = 4; in configure_dma()970 tx_conf.dst_maxburst = 8; in configure_dma()973 tx_conf.dst_maxburst = 16; in configure_dma()976 tx_conf.dst_maxburst = 32; in configure_dma()979 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()1002 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_UNDEFINED; in configure_dma()1005 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in configure_dma()1008 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_2_BYTES; in configure_dma()[all …]
150 struct dma_slave_config tx_conf; member928 *tx_conf = &spi->tx_conf; in spi_qup_init_dma() local949 tx_conf->direction = DMA_MEM_TO_DEV; in spi_qup_init_dma()950 tx_conf->device_fc = 1; in spi_qup_init_dma()951 tx_conf->dst_addr = base + QUP_OUTPUT_FIFO; in spi_qup_init_dma()952 tx_conf->dst_maxburst = spi->out_blk_sz; in spi_qup_init_dma()960 ret = dmaengine_slave_config(host->dma_tx, tx_conf); in spi_qup_init_dma()
686 int ret, mdio_ctrl, tx_conf; in xpcs_config_aneg_c37_sgmii() local729 tx_conf = DW_VR_MII_TX_CONFIG_PHY_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii()731 tx_conf = DW_VR_MII_TX_CONFIG_MAC_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii()733 ret |= tx_conf << DW_VR_MII_AN_CTRL_TX_CONFIG_SHIFT & in xpcs_config_aneg_c37_sgmii()
105 struct dma_slave_config tx_conf; member1062 dma->tx_conf.direction = DMA_MEM_TO_DEV; in s3c24xx_serial_request_dma()1063 dma->tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in s3c24xx_serial_request_dma()1064 dma->tx_conf.dst_addr = p->port.mapbase + S3C2410_UTXH; in s3c24xx_serial_request_dma()1065 dma->tx_conf.dst_maxburst = 1; in s3c24xx_serial_request_dma()1100 dmaengine_slave_config(dma->tx_chan, &dma->tx_conf); in s3c24xx_serial_request_dma()
397 struct dma_slave_config tx_conf = { in pl011_dma_probe() local434 dmaengine_slave_config(chan, &tx_conf); in pl011_dma_probe()
224 u8 tx_conf:3; member
2454 &sdata->deflink.tx_conf[ac])) in __ieee80211_sta_handle_tspec_ac_params()2484 &sdata->deflink.tx_conf[non_acm_ac])) in __ieee80211_sta_handle_tspec_ac_params()2523 struct ieee80211_tx_queue_params *params = link->tx_conf; in ieee80211_mgd_set_link_qos_params()2673 link->tx_conf[ac] = params[ac]; in ieee80211_sta_wmm_params()5471 if (link->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp()
299 txq = &sdata->deflink.tx_conf[ieee80211_ac_from_wmm(i)]; in ieee80211_tdls_add_wmm_param_ie()
1015 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member
1811 link->tx_conf[ac] = qparam; in ieee80211_set_wmm_default()2733 &sdata->deflink.tx_conf[i]); in ieee80211_reconfig()
2799 link->tx_conf[params->ac] = p; in ieee80211_set_txq_params()