Searched refs:tx_conf (Results 1 – 14 of 14) 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()308 if (ctx->tx_conf == TLS_HW) in tls_write_space()348 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()351 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()372 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()376 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()378 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()389 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()758 ctx->tx_conf = conf; in do_tls_setsockopt_conf()[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()204 if (tls_ctx->tx_conf == TLS_HW) { in tls_device_sk_destruct()1282 if (tls_ctx->tx_conf != TLS_HW) { in tls_device_offload_cleanup_rx()1337 if (ctx->tx_conf == TLS_HW) in tls_device_down()
802 struct dma_slave_config tx_conf = { in configure_dma() local848 tx_conf.dst_maxburst = 1; in configure_dma()851 tx_conf.dst_maxburst = 4; in configure_dma()854 tx_conf.dst_maxburst = 8; in configure_dma()857 tx_conf.dst_maxburst = 16; in configure_dma()860 tx_conf.dst_maxburst = 32; in configure_dma()863 tx_conf.dst_maxburst = pl022->vendor->fifodepth >> 1; in configure_dma()886 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_UNDEFINED; in configure_dma()889 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in configure_dma()892 tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_2_BYTES; in configure_dma()[all …]
753 int ret, mdio_ctrl, tx_conf; in xpcs_config_aneg_c37_sgmii() local793 tx_conf = DW_VR_MII_TX_CONFIG_PHY_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii()795 tx_conf = DW_VR_MII_TX_CONFIG_MAC_SIDE_SGMII; in xpcs_config_aneg_c37_sgmii()798 val |= FIELD_PREP(DW_VR_MII_TX_CONFIG_MASK, tx_conf); in xpcs_config_aneg_c37_sgmii()
106 struct dma_slave_config tx_conf; member1063 dma->tx_conf.direction = DMA_MEM_TO_DEV; in s3c24xx_serial_request_dma()1064 dma->tx_conf.dst_addr_width = DMA_SLAVE_BUSWIDTH_1_BYTE; in s3c24xx_serial_request_dma()1065 dma->tx_conf.dst_addr = p->port.mapbase + S3C2410_UTXH; in s3c24xx_serial_request_dma()1066 dma->tx_conf.dst_maxburst = 1; in s3c24xx_serial_request_dma()1101 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()
227 u8 tx_conf:3; member
299 txq = &sdata->deflink.tx_conf[ieee80211_ac_from_wmm(i)]; in ieee80211_tdls_add_wmm_param_ie()
1108 link->tx_conf[ac] = qparam; in ieee80211_set_wmm_default()2034 &sdata->deflink.tx_conf[i]); in ieee80211_reconfig()
3638 &sdata->deflink.tx_conf[ac])) in __ieee80211_sta_handle_tspec_ac_params()3668 &sdata->deflink.tx_conf[non_acm_ac])) in __ieee80211_sta_handle_tspec_ac_params()3710 struct ieee80211_tx_queue_params *params = link->tx_conf; in ieee80211_mgd_set_link_qos_params()3860 link->tx_conf[ac] = params[ac]; in _ieee80211_sta_wmm_params()6770 if (link->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp()
1110 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member
3113 link->tx_conf[params->ac] = p; in ieee80211_set_txq_params()
8197 cache->tx_conf.changed = true; in ath12k_mac_op_conf_tx()8198 cache->tx_conf.ac = ac; in ath12k_mac_op_conf_tx()8199 cache->tx_conf.tx_queue_params = *params; in ath12k_mac_op_conf_tx()10504 if (cache->tx_conf.changed) { in ath12k_mac_vif_cache_flush()10505 ret = ath12k_mac_conf_tx(arvif, cache->tx_conf.ac, in ath12k_mac_vif_cache_flush()10506 &cache->tx_conf.tx_queue_params); in ath12k_mac_vif_cache_flush()