Home
last modified time | relevance | path

Searched refs:cur_params (Results 1 – 7 of 7) sorted by relevance

/linux/net/nfc/nci/
H A Drsp.c298 conn_info->dest_params->id = ndev->cur_params.id; in nci_core_conn_create_rsp_packet()
299 conn_info->dest_params->protocol = ndev->cur_params.protocol; in nci_core_conn_create_rsp_packet()
309 if (ndev->cur_params.id == ndev->hci_dev->nfcee_id) in nci_core_conn_create_rsp_packet()
H A Dcore.c726 memcpy(&ndev->cur_params, in nci_core_conn_create()
730 ndev->cur_params.id = 0; in nci_core_conn_create()
732 ndev->cur_params.id = 0; in nci_core_conn_create()
H A Dntf.c753 ndev->cur_params.id = nfcee_ntf->nfcee_id; in nci_nfcee_discover_ntf_packet()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c444 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels() local
458 if (cur_params->num_channels == count) in mlx5e_ethtool_set_channels()
479 int cur_rqt_size = mlx5e_rqt_size(priv->mdev, cur_params->num_channels); in mlx5e_ethtool_set_channels()
516 if (cur_params->mqprio.mode == TC_MQPRIO_MODE_CHANNEL) { in mlx5e_ethtool_set_channels()
523 new_params = *cur_params; in mlx5e_ethtool_set_channels()
H A Den_main.c3951 struct mlx5e_params *cur_params; in set_feature_lro() local
3958 cur_params = &priv->channels.params; in set_feature_lro()
3959 new_params = *cur_params; in set_feature_lro()
3968 if (!(cur_params->packet_merge.type == MLX5E_PACKET_MERGE_SHAMPO && in set_feature_lro()
3970 if (cur_params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ) { in set_feature_lro()
3971 if (mlx5e_rx_mpwqe_is_linear_skb(mdev, cur_params, NULL) == in set_feature_lro()
/linux/net/wireless/
H A Dnl80211.c8137 struct mesh_config cur_params; in nl80211_get_mesh_config() local
8151 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
8171 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
8177 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
8181 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()
8183 cur_params.element_ttl) || in nl80211_get_mesh_config()
8191 cur_params.path_refresh_time) || in nl80211_get_mesh_config()
8211 cur_params.rssi_threshold) || in nl80211_get_mesh_config()
8213 cur_params.ht_opmode) || in nl80211_get_mesh_config()
8221 cur_params.power_mode) || in nl80211_get_mesh_config()
[all …]
/linux/include/net/nfc/
H A Dnci_core.h258 struct dest_spec_params cur_params; member