Searched refs:SET_QUOTA_VAL (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | mac_be.c | 285 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ macro 294 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx) 307 SET_QUOTA_VAL(min_qt_wcpu, max_qt_wcpu, WDE, 1); in wde_quota_cfg_be() 308 SET_QUOTA_VAL(0, 0, WDE, 2); in wde_quota_cfg_be()
|
H A D | mac.c | 1954 #define SET_QUOTA_VAL(_min_x, _max_x, _module, _idx) \ macro 1963 SET_QUOTA_VAL(min_cfg->_x, max_cfg->_x, _module, _idx) 1975 SET_QUOTA_VAL(min_qt_wcpu, max_cfg->wcpu, WDE, 1); in wde_quota_cfg_ax()
|