Home
last modified time | relevance | path

Searched refs:tx_conf (Results 1 – 11 of 11) sorted by relevance

/linux/net/tls/
H A Dtls_main.c134 &tls_prots[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()
136 &tls_proto_ops[ip_ver][ctx->tx_conf][ctx->rx_conf]); in update_sk_prot()
306 if (ctx->tx_conf == TLS_HW) in tls_write_space()
346 if (ctx->tx_conf == TLS_SW) { in tls_sk_proto_cleanup()
349 } else if (ctx->tx_conf == TLS_HW) { in tls_sk_proto_cleanup()
370 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
374 free_ctx = ctx->tx_conf != TLS_HW && ctx->rx_conf != TLS_HW; in tls_sk_proto_close()
376 if (ctx->tx_conf != TLS_BASE || ctx->rx_conf != TLS_BASE) in tls_sk_proto_close()
387 if (ctx->tx_conf == TLS_SW) in tls_sk_proto_close()
757 ctx->tx_conf = conf; in do_tls_setsockopt_conf()
[all …]
H A Dtls_toe.c
H A Dtls_device.c60 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()
1284 if (tls_ctx->tx_conf != TLS_HW) { in tls_device_offload_cleanup_rx()
1339 if (ctx->tx_conf == TLS_HW) in tls_device_down()
/linux/drivers/net/pcs/
H A Dpcs-xpcs.c753 int ret, mdio_ctrl, tx_conf; in xpcs_config_aneg_c37_sgmii() local
793 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()
/linux/drivers/net/wireless/ath/ath12k/
H A Dcore.h293 struct ath12k_tx_conf tx_conf; member
H A Dmac.c8375 cache->tx_conf.changed = true; in ath12k_mac_op_conf_tx()
8376 cache->tx_conf.ac = ac; in ath12k_mac_op_conf_tx()
8377 cache->tx_conf.tx_queue_params = *params; in ath12k_mac_op_conf_tx()
10725 if (cache->tx_conf.changed) { in ath12k_mac_vif_cache_flush()
10726 ret = ath12k_mac_conf_tx(arvif, cache->tx_conf.ac, in ath12k_mac_vif_cache_flush()
10727 &cache->tx_conf.tx_queue_params); in ath12k_mac_vif_cache_flush()
/linux/net/mac80211/
H A Dtdls.c299 txq = &sdata->deflink.tx_conf[ieee80211_ac_from_wmm(i)]; in ieee80211_tdls_add_wmm_param_ie()
H A Dutil.c1123 link->tx_conf[ac] = qparam; in ieee80211_set_wmm_default()
2125 &sdata->deflink.tx_conf[i]); in ieee80211_reconfig()
H A Dmlme.c4027 &sdata->deflink.tx_conf[ac])) in __ieee80211_sta_handle_tspec_ac_params()
4057 &sdata->deflink.tx_conf[non_acm_ac])) in __ieee80211_sta_handle_tspec_ac_params()
4099 struct ieee80211_tx_queue_params *params = link->tx_conf; in ieee80211_mgd_set_link_qos_params()
4249 link->tx_conf[ac] = params[ac]; in _ieee80211_sta_wmm_params()
7394 if (link->tx_conf[ac].uapsd) in ieee80211_rx_mgmt_assoc_resp()
H A Dieee80211_i.h1143 struct ieee80211_tx_queue_params tx_conf[IEEE80211_NUM_ACS]; member
H A Dcfg.c3460 link->tx_conf[params->ac] = p; in ieee80211_set_txq_params()