Home
last modified time | relevance | path

Searched refs:cur_params (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/net/nfc/nci/
H A 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()
H A Dcore.c714 memcpy(&ndev->cur_params, in nci_core_conn_create()
718 ndev->cur_params.id = 0; in nci_core_conn_create()
720 ndev->cur_params.id = 0; in nci_core_conn_create()
H A Dntf.c731 ndev->cur_params.id = nfcee_ntf->nfcee_id; in nci_nfcee_discover_ntf_packet()
/kernel/linux/linux-6.6/net/nfc/nci/
H A 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()
H A Dcore.c726 memcpy(&ndev->cur_params, in nci_core_conn_create()
730 ndev->cur_params.id = 0; in nci_core_conn_create()
732 ndev->cur_params.id = 0; in nci_core_conn_create()
H A Dntf.c753 ndev->cur_params.id = nfcee_ntf->nfcee_id; in nci_nfcee_discover_ntf_packet()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c418 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels() local
430 if (cur_params->num_channels == count) in mlx5e_ethtool_set_channels()
445 new_channels.params = *cur_params; in mlx5e_ethtool_set_channels()
451 old_params = *cur_params; in mlx5e_ethtool_set_channels()
452 *cur_params = new_channels.params; in mlx5e_ethtool_set_channels()
455 *cur_params = old_params; in mlx5e_ethtool_set_channels()
H A Den_main.c3752 struct mlx5e_params *cur_params; in set_feature_lro() local
3765 cur_params = &priv->channels.params; in set_feature_lro()
3766 if (enable && !MLX5E_GET_PFLAG(cur_params, MLX5E_PFLAG_RX_STRIDING_RQ)) { in set_feature_lro()
3774 new_channels.params = *cur_params; in set_feature_lro()
3777 if (cur_params->rq_wq_type != MLX5_WQ_TYPE_CYCLIC) { in set_feature_lro()
3778 if (mlx5e_rx_mpwqe_is_linear_skb(mdev, cur_params, NULL) == in set_feature_lro()
3786 old_params = *cur_params; in set_feature_lro()
3787 *cur_params = new_channels.params; in set_feature_lro()
3790 *cur_params = old_params; in set_feature_lro()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c435 struct mlx5e_params *cur_params = &priv->channels.params; in mlx5e_ethtool_set_channels() local
449 if (cur_params->num_channels == count) in mlx5e_ethtool_set_channels()
479 if (cur_params->mqprio.mode == TC_MQPRIO_MODE_CHANNEL) { in mlx5e_ethtool_set_channels()
486 new_params = *cur_params; in mlx5e_ethtool_set_channels()
H A Den_main.c3821 struct mlx5e_params *cur_params; in set_feature_lro() local
3828 cur_params = &priv->channels.params; in set_feature_lro()
3829 new_params = *cur_params; in set_feature_lro()
3838 if (!(cur_params->packet_merge.type == MLX5E_PACKET_MERGE_SHAMPO && in set_feature_lro()
3840 if (cur_params->rq_wq_type == MLX5_WQ_TYPE_LINKED_LIST_STRIDING_RQ) { in set_feature_lro()
3841 if (mlx5e_rx_mpwqe_is_linear_skb(mdev, cur_params, NULL) == in set_feature_lro()
/kernel/linux/linux-5.10/net/wireless/
H A Dnl80211.c7096 struct mesh_config cur_params; in nl80211_get_mesh_config() local
7111 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
7113 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()
7132 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
7134 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
7136 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()
7138 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
7140 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
7142 cur_params in nl80211_get_mesh_config()
[all...]
/kernel/linux/linux-6.6/net/wireless/
H A Dnl80211.c8127 struct mesh_config cur_params; in nl80211_get_mesh_config() local
8142 memcpy(&cur_params, &default_mesh_config, sizeof(cur_params)); in nl80211_get_mesh_config()
8144 err = rdev_get_mesh_config(rdev, dev, &cur_params); in nl80211_get_mesh_config()
8163 cur_params.dot11MeshRetryTimeout) || in nl80211_get_mesh_config()
8165 cur_params.dot11MeshConfirmTimeout) || in nl80211_get_mesh_config()
8167 cur_params.dot11MeshHoldingTimeout) || in nl80211_get_mesh_config()
8169 cur_params.dot11MeshMaxPeerLinks) || in nl80211_get_mesh_config()
8171 cur_params.dot11MeshMaxRetries) || in nl80211_get_mesh_config()
8173 cur_params in nl80211_get_mesh_config()
[all...]
/kernel/linux/linux-5.10/include/net/nfc/
H A Dnci_core.h258 struct dest_spec_params cur_params; member
/kernel/linux/linux-6.6/include/net/nfc/
H A Dnci_core.h258 struct dest_spec_params cur_params; member

Completed in 57 milliseconds