Home
last modified time | relevance | path

Searched refs:cur_params (Results 1 – 4 of 4) 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()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c445 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()
505 if (cur_params->mqprio.mode == TC_MQPRIO_MODE_CHANNEL) { in mlx5e_ethtool_set_channels()
512 new_params = *cur_params; in mlx5e_ethtool_set_channels()
H A Den_main.c4011 struct mlx5e_params *cur_params; in set_feature_lro() local
4018 cur_params = &priv->channels.params; in set_feature_lro()
4019 new_params = *cur_params; in set_feature_lro()
4028 if (!(cur_params->packet_merge.type == MLX5E_PACKET_MERGE_SHAMPO && in set_feature_lro()
4030 if (cur_params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ) { in set_feature_lro()
4031 if (mlx5e_rx_mpwqe_is_linear_skb(mdev, cur_params, NULL) == in set_feature_lro()
/linux/net/wireless/
H A Dnl80211.c8303 struct mesh_config cur_params; in nl80211_get_mesh_config() local
8317 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
8319 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()
8337 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
8339 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
8341 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()
8343 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
8345 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
8347 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()
8349 cur_params.element_ttl) || in nl80211_get_mesh_config()
[all …]