Home
last modified time | relevance | path

Searched refs:active_one (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c6901 struct libipw_qos_parameters *active_one = NULL; in ipw_qos_activate() local
6909 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_CCK]); in ipw_qos_activate()
6910 memcpy(active_one, priv->qos_data.def_qos_parm_CCK, size); in ipw_qos_activate()
6911 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_OFDM]); in ipw_qos_activate()
6912 memcpy(active_one, priv->qos_data.def_qos_parm_OFDM, size); in ipw_qos_activate()
6917 active_one = &def_parameters_CCK; in ipw_qos_activate()
6919 active_one = &def_parameters_OFDM; in ipw_qos_activate()
6921 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size); in ipw_qos_activate()
6931 active_one = &def_parameters_CCK; in ipw_qos_activate()
6933 active_one in ipw_qos_activate()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c6855 struct libipw_qos_parameters *active_one = NULL; in ipw_qos_activate() local
6863 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_CCK]); in ipw_qos_activate()
6864 memcpy(active_one, priv->qos_data.def_qos_parm_CCK, size); in ipw_qos_activate()
6865 active_one = &(qos_parameters[QOS_PARAM_SET_DEF_OFDM]); in ipw_qos_activate()
6866 memcpy(active_one, priv->qos_data.def_qos_parm_OFDM, size); in ipw_qos_activate()
6871 active_one = &def_parameters_CCK; in ipw_qos_activate()
6873 active_one = &def_parameters_OFDM; in ipw_qos_activate()
6875 memcpy(&qos_parameters[QOS_PARAM_SET_ACTIVE], active_one, size); in ipw_qos_activate()
6885 active_one = &def_parameters_CCK; in ipw_qos_activate()
6887 active_one in ipw_qos_activate()
[all...]

Completed in 19 milliseconds