Searched refs:cur_params (Results 1 – 7 of 7) sorted by relevance
298 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()
721 memcpy(&ndev->cur_params, in nci_core_conn_create()725 ndev->cur_params.id = 0; in nci_core_conn_create()727 ndev->cur_params.id = 0; in nci_core_conn_create()
747 ndev->cur_params.id = nfcee_ntf->nfcee_id; in nci_nfcee_discover_ntf_packet()
7471 struct mesh_config cur_params; in nl80211_get_mesh_config() local7486 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()7507 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()7513 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()7517 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()7519 cur_params.element_ttl) || in nl80211_get_mesh_config()7527 cur_params.path_refresh_time) || in nl80211_get_mesh_config()7547 cur_params.rssi_threshold) || in nl80211_get_mesh_config()7549 cur_params.ht_opmode) || in nl80211_get_mesh_config()7557 cur_params.power_mode) || in nl80211_get_mesh_config()[all …]
417 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels() local431 if (cur_params->num_channels == count) in mlx5e_ethtool_set_channels()471 if (cur_params->mqprio.mode == TC_MQPRIO_MODE_CHANNEL) { in mlx5e_ethtool_set_channels()478 new_params = *cur_params; in mlx5e_ethtool_set_channels()
3522 struct mlx5e_params *cur_params; in set_feature_lro() local3536 cur_params = &priv->channels.params; in set_feature_lro()3537 if (enable && !MLX5E_GET_PFLAG(cur_params, MLX5E_PFLAG_RX_STRIDING_RQ)) { in set_feature_lro()3543 new_params = *cur_params; in set_feature_lro()3552 if (!(cur_params->packet_merge.type == MLX5E_PACKET_MERGE_SHAMPO && in set_feature_lro()3554 if (cur_params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ) { in set_feature_lro()3555 if (mlx5e_rx_mpwqe_is_linear_skb(mdev, cur_params, NULL) == in set_feature_lro()
258 struct dest_spec_params cur_params; member
Completed in 61 milliseconds