Home
last modified time | relevance | path

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

/Linux-v5.4/net/nfc/nci/
Drsp.c241 conn_info->dest_params->id = ndev->cur_params.id; in nci_core_conn_create_rsp_packet()
242 conn_info->dest_params->protocol = ndev->cur_params.protocol; in nci_core_conn_create_rsp_packet()
252 if (ndev->cur_params.id == ndev->hci_dev->nfcee_id) in nci_core_conn_create_rsp_packet()
Dcore.c698 memcpy(&ndev->cur_params, in nci_core_conn_create()
702 ndev->cur_params.id = 0; in nci_core_conn_create()
704 ndev->cur_params.id = 0; in nci_core_conn_create()
Dntf.c725 ndev->cur_params.id = nfcee_ntf->nfcee_id; in nci_nfcee_discover_ntf_packet()
/Linux-v5.4/net/wireless/
Dnl80211.c6536 struct mesh_config cur_params; in nl80211_get_mesh_config() local
6551 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
6553 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()
6572 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
6574 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
6576 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()
6578 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
6580 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
6582 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()
6584 cur_params.element_ttl) || in nl80211_get_mesh_config()
[all …]
/Linux-v5.4/include/net/nfc/
Dnci_core.h257 struct dest_spec_params cur_params; member
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c416 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels() local
428 if (cur_params->num_channels == count) in mlx5e_ethtool_set_channels()
447 *cur_params = new_channels.params; in mlx5e_ethtool_set_channels()