Searched refs:cur_params (Results 1 – 5 of 5) 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()
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()
959 ndev->cur_params.id = nfcee_ntf->nfcee_id; in nci_nfcee_discover_ntf_packet()
9771 struct mesh_config cur_params; in nl80211_get_mesh_config() local9785 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()9787 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()9805 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()9807 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()9809 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()9811 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()9813 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()9815 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()9817 cur_params.element_ttl) || in nl80211_get_mesh_config()[all …]
4188 struct mlx5e_params *cur_params; in set_feature_lro() local4195 cur_params = &priv->channels.params; in set_feature_lro()4196 new_params = *cur_params; in set_feature_lro()4205 if (!(cur_params->packet_merge.type == MLX5E_PACKET_MERGE_SHAMPO && in set_feature_lro()4207 if (cur_params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ) { in set_feature_lro()4208 if (mlx5e_rx_mpwqe_is_linear_skb(mdev, cur_params, NULL) == in set_feature_lro()