Searched refs:ent_sz (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_ddp.h | 209 #define ICE_MAX_ENTRIES_IN_BUF(hd_sz, ent_sz) \ argument 212 (ent_sz))
|
/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.c | 889 conf->ent_sz = txpwr_elm->ent_sz; in rtw89_fw_recognize_txpwr_from_elm() 7942 #define __fw_txpwr_entry_acceptable(e, cursor, ent_sz) \ argument 7946 if (__var_sz >= (ent_sz)) \ 7950 (ent_sz) - __var_sz);\ 7959 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_byrate_entry_valid() 8033 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_lmt_2ghz_entry_valid() 8073 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_lmt_5ghz_entry_valid() 8113 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_lmt_6ghz_entry_valid() 8155 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_lmt_ru_2ghz_entry_valid() 8190 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_lmt_ru_5ghz_entry_valid() [all …]
|
H A D | core.h | 3976 u8 ent_sz; member 3984 u8 valid_size = min(size, conf->ent_sz); in rtw89_txpwr_entcpy() 3994 (cursor) < (conf)->data + (conf)->num_ents * (conf)->ent_sz; \ 3995 (cursor) += (conf)->ent_sz) \
|
H A D | fw.h | 3839 u8 ent_sz; member
|