Searched refs:_sub (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 819 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument 823 .ver_code = RTW89_FW_VER_CODE(_maj, _min, _sub, _idx), \ 827 #define __S_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument 831 .ver_code = RTW89_FW_VER_CODE(_maj, _min, _sub, _idx), \ 837 #define __G_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _grp) \ argument 841 .ver_code = RTW89_FW_VER_CODE(_maj, _min, _sub, _idx), \ 848 #define __DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat, _type) \ argument 849 __##_type##_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat)
|