Home
last modified time | relevance | path

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

/linux-5.19.10/net/nfc/nci/
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()
Dcore.c725 memcpy(&ndev->cur_params, in nci_core_conn_create()
729 ndev->cur_params.id = 0; in nci_core_conn_create()
731 ndev->cur_params.id = 0; in nci_core_conn_create()
Dntf.c747 ndev->cur_params.id = nfcee_ntf->nfcee_id; in nci_nfcee_discover_ntf_packet()
/linux-5.19.10/net/wireless/
Dnl80211.c7663 struct mesh_config cur_params; in nl80211_get_mesh_config() local
7678 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
7680 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()
7699 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
7701 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
7703 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()
7705 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
7707 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
7709 cur_params.dot11MeshTTL) || in nl80211_get_mesh_config()
7711 cur_params.element_ttl) || in nl80211_get_mesh_config()
[all …]
/linux-5.19.10/include/net/nfc/
Dnci_core.h258 struct dest_spec_params cur_params; member
/linux-5.19.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_ethtool.c421 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels() local
435 if (cur_params->num_channels == count) in mlx5e_ethtool_set_channels()
475 if (cur_params->mqprio.mode == TC_MQPRIO_MODE_CHANNEL) { in mlx5e_ethtool_set_channels()
482 new_params = *cur_params; in mlx5e_ethtool_set_channels()
Den_main.c3590 struct mlx5e_params *cur_params; in set_feature_lro() local
3604 cur_params = &priv->channels.params; in set_feature_lro()
3605 if (enable && !MLX5E_GET_PFLAG(cur_params, MLX5E_PFLAG_RX_STRIDING_RQ)) { in set_feature_lro()
3611 new_params = *cur_params; in set_feature_lro()
3620 if (!(cur_params->packet_merge.type == MLX5E_PACKET_MERGE_SHAMPO && in set_feature_lro()
3622 if (cur_params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ) { in set_feature_lro()
3623 if (mlx5e_rx_mpwqe_is_linear_skb(mdev, cur_params, NULL) == in set_feature_lro()