Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_wmm.c2918 mlan_ds_wmm_cfg *pwmm = MNULL; in wlan_ret_wmm_addts_req() local
2925 pwmm = (mlan_ds_wmm_cfg *)pioctl_buf->pbuf; in wlan_ret_wmm_addts_req()
2926 paddts = (mlan_ds_wmm_addts *)&pwmm->param.addts; in wlan_ret_wmm_addts_req()
3011 mlan_ds_wmm_cfg *pwmm; in wlan_ret_wmm_delts_req() local
3018 pwmm = (mlan_ds_wmm_cfg *)pioctl_buf->pbuf; in wlan_ret_wmm_delts_req()
3019 pwmm->param.delts.result = in wlan_ret_wmm_delts_req()
3025 if (pwmm->param.delts.result == 0) { in wlan_ret_wmm_delts_req()
3100 mlan_ds_wmm_cfg *pwmm = MNULL; in wlan_ret_wmm_queue_stats() local
3109 pwmm = (mlan_ds_wmm_cfg *)pioctl_buf->pbuf; in wlan_ret_wmm_queue_stats()
3110 pqstats = (mlan_ds_wmm_queue_stats *)&pwmm->param.q_stats; in wlan_ret_wmm_queue_stats()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_wmm.c2886 mlan_ds_wmm_cfg *pwmm = MNULL; in wlan_ret_wmm_addts_req() local
2893 pwmm = (mlan_ds_wmm_cfg *)pioctl_buf->pbuf; in wlan_ret_wmm_addts_req()
2894 paddts = (mlan_ds_wmm_addts *)&pwmm->param.addts; in wlan_ret_wmm_addts_req()
2977 mlan_ds_wmm_cfg *pwmm; in wlan_ret_wmm_delts_req() local
2984 pwmm = (mlan_ds_wmm_cfg *)pioctl_buf->pbuf; in wlan_ret_wmm_delts_req()
2985 pwmm->param.delts.result = in wlan_ret_wmm_delts_req()
2991 if (pwmm->param.delts.result == 0) { in wlan_ret_wmm_delts_req()
3060 mlan_ds_wmm_cfg *pwmm = MNULL; in wlan_ret_wmm_queue_stats() local
3069 pwmm = (mlan_ds_wmm_cfg *)pioctl_buf->pbuf; in wlan_ret_wmm_queue_stats()
3070 pqstats = (mlan_ds_wmm_queue_stats *)&pwmm->param.q_stats; in wlan_ret_wmm_queue_stats()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_priv.c5850 mlan_ds_wmm_cfg *pwmm = NULL; in woal_wmm_queue_config_ioctl() local
5865 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_wmm_queue_config_ioctl()
5866 pwmm->sub_command = MLAN_OID_WMM_CFG_QUEUE_CONFIG; in woal_wmm_queue_config_ioctl()
5869 pqcfg = (mlan_ds_wmm_queue_config *)&pwmm->param.q_cfg; in woal_wmm_queue_config_ioctl()
5929 mlan_ds_wmm_cfg *pwmm = NULL; in woal_wmm_queue_stats_ioctl() local
5944 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_wmm_queue_stats_ioctl()
5945 pwmm->sub_command = MLAN_OID_WMM_CFG_QUEUE_STATS; in woal_wmm_queue_stats_ioctl()
5948 pqstats = (mlan_ds_wmm_queue_stats *)&pwmm->param.q_stats; in woal_wmm_queue_stats_ioctl()
6011 mlan_ds_wmm_cfg *pwmm = NULL; in woal_wmm_queue_status_ioctl() local
6025 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_wmm_queue_status_ioctl()
[all …]
H A Dmoal_eth_ioctl.c6098 mlan_ds_wmm_cfg *pwmm = NULL; in woal_priv_qconfig() local
6114 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_priv_qconfig()
6115 pwmm->sub_command = MLAN_OID_WMM_CFG_QUEUE_CONFIG; in woal_priv_qconfig()
6118 pqcfg = (mlan_ds_wmm_queue_config *)&pwmm->param.q_cfg; in woal_priv_qconfig()
6167 mlan_ds_wmm_cfg *pwmm = NULL; in woal_priv_wmm_queue_status_ioctl() local
6182 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_priv_wmm_queue_status_ioctl()
6183 pwmm->sub_command = MLAN_OID_WMM_CFG_QUEUE_STATUS; in woal_priv_wmm_queue_status_ioctl()
6193 memcpy((void *)&qstatus_ioctl, (void *)&pwmm->param.q_status, in woal_priv_wmm_queue_status_ioctl()
6220 mlan_ds_wmm_cfg *pwmm = NULL; in woal_priv_wmm_ts_status_ioctl() local
6237 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_priv_wmm_ts_status_ioctl()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_priv.c5635 mlan_ds_wmm_cfg *pwmm = NULL; in woal_wmm_queue_config_ioctl() local
5650 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_wmm_queue_config_ioctl()
5651 pwmm->sub_command = MLAN_OID_WMM_CFG_QUEUE_CONFIG; in woal_wmm_queue_config_ioctl()
5654 pqcfg = (mlan_ds_wmm_queue_config *)&pwmm->param.q_cfg; in woal_wmm_queue_config_ioctl()
5713 mlan_ds_wmm_cfg *pwmm = NULL; in woal_wmm_queue_stats_ioctl() local
5728 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_wmm_queue_stats_ioctl()
5729 pwmm->sub_command = MLAN_OID_WMM_CFG_QUEUE_STATS; in woal_wmm_queue_stats_ioctl()
5732 pqstats = (mlan_ds_wmm_queue_stats *)&pwmm->param.q_stats; in woal_wmm_queue_stats_ioctl()
5796 mlan_ds_wmm_cfg *pwmm = NULL; in woal_wmm_queue_status_ioctl() local
5810 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_wmm_queue_status_ioctl()
[all …]
H A Dmoal_eth_ioctl.c7889 mlan_ds_wmm_cfg *pwmm = NULL; in woal_priv_qconfig() local
7905 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_priv_qconfig()
7906 pwmm->sub_command = MLAN_OID_WMM_CFG_QUEUE_CONFIG; in woal_priv_qconfig()
7909 pqcfg = (mlan_ds_wmm_queue_config *)&pwmm->param.q_cfg; in woal_priv_qconfig()
7960 mlan_ds_wmm_cfg *pwmm = NULL; in woal_priv_wmm_queue_status_ioctl() local
7975 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_priv_wmm_queue_status_ioctl()
7976 pwmm->sub_command = MLAN_OID_WMM_CFG_QUEUE_STATUS; in woal_priv_wmm_queue_status_ioctl()
7987 (void *)&pwmm->param.q_status, in woal_priv_wmm_queue_status_ioctl()
8014 mlan_ds_wmm_cfg *pwmm = NULL; in woal_priv_wmm_ts_status_ioctl() local
8031 pwmm = (mlan_ds_wmm_cfg *)req->pbuf; in woal_priv_wmm_ts_status_ioctl()
[all …]