Searched refs:cur_params (Results 1 – 6 of 6) sorted by relevance
333 conn_info->dest_params->id = ndev->cur_params.id; in nci_core_conn_create_rsp_packet()334 conn_info->dest_params->protocol = ndev->cur_params.protocol; in nci_core_conn_create_rsp_packet()344 if (ndev->cur_params.id == ndev->hci_dev->nfcee_id) in nci_core_conn_create_rsp_packet()
737 memcpy(&ndev->cur_params, in nci_core_conn_create()741 ndev->cur_params.id = 0; in nci_core_conn_create()743 ndev->cur_params.id = 0; in nci_core_conn_create()
983 ndev->cur_params.id = nfcee_ntf->nfcee_id; in nci_nfcee_discover_ntf_packet()
500 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels() local518 if (cur_params->num_channels == count) in mlx5e_ethtool_set_channels()541 cur_rqt_size = mlx5e_rqt_size(priv->mdev, cur_params->num_channels); in mlx5e_ethtool_set_channels()568 if (cur_params->mqprio.mode == TC_MQPRIO_MODE_CHANNEL) { in mlx5e_ethtool_set_channels()575 new_params = *cur_params; in mlx5e_ethtool_set_channels()
4190 struct mlx5e_params *cur_params; in set_feature_lro() local4197 cur_params = &priv->channels.params; in set_feature_lro()4198 new_params = *cur_params; in set_feature_lro()4207 if (!(cur_params->packet_merge.type == MLX5E_PACKET_MERGE_SHAMPO && in set_feature_lro()4209 if (cur_params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ) { in set_feature_lro()4210 if (mlx5e_rx_mpwqe_is_linear_skb(mdev, cur_params, NULL) == in set_feature_lro()
10225 struct mesh_config cur_params; in nl80211_get_mesh_config() local10239 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()10241 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()10259 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()10261 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()10263 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()10265 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()10267 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()10269 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()10271 cur_params.element_ttl) || in nl80211_get_mesh_config()[all …]