Home
last modified time | relevance | path

Searched refs:max_role_num (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c2529 #define H2C_LEN_CXDRVINFO_ROLE_SIZE(max_role_num) \ argument
2530 (4 + 12 * (max_role_num) + H2C_LEN_CXDRVHDR)
2547 len = H2C_LEN_CXDRVINFO_ROLE_SIZE(ver->max_role_num); in rtw89_fw_h2c_cxdrv_role()
2610 #define H2C_LEN_CXDRVINFO_ROLE_SIZE_V1(max_role_num) \ argument
2611 (4 + 16 * (max_role_num) + H2C_LEN_CXDRVINFO_ROLE_DBCC_LEN + H2C_LEN_CXDRVHDR)
2627 len = H2C_LEN_CXDRVINFO_ROLE_SIZE_V1(ver->max_role_num); in rtw89_fw_h2c_cxdrv_role_v1()
2700 #define H2C_LEN_CXDRVINFO_ROLE_SIZE_V2(max_role_num) \ argument
2701 (4 + 8 * (max_role_num) + H2C_LEN_CXDRVINFO_ROLE_DBCC_LEN + H2C_LEN_CXDRVHDR)
2717 len = H2C_LEN_CXDRVINFO_ROLE_SIZE_V2(ver->max_role_num); in rtw89_fw_h2c_cxdrv_role_v2()
H A Dcoex.c135 .info_buf = 1800, .max_role_num = 6,
142 .info_buf = 1280, .max_role_num = 5,
149 .info_buf = 1280, .max_role_num = 5,
156 .info_buf = 1280, .max_role_num = 5,
163 .info_buf = 1800, .max_role_num = 6,
170 .info_buf = 1800, .max_role_num = 6,
177 .info_buf = 1280, .max_role_num = 5,
184 .info_buf = 1280, .max_role_num = 5,
191 .info_buf = 1024, .max_role_num = 5,
200 .info_buf = 1024, .max_role_num = 5,
H A Dcore.h2627 u8 max_role_num; member