Searched refs:ent_sz (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ddp.h | 212 #define ICE_MAX_ENTRIES_IN_BUF(hd_sz, ent_sz) \ argument 215 (ent_sz))
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 1170 conf->ent_sz = txpwr_elm->ent_sz; in rtw89_fw_recognize_txpwr_from_elm() 1311 le32_to_cpu((element)->num_ents) * (element)->ent_sz; \ 1312 cursor < end; cursor += (element)->ent_sz) \ 1313 if (rtw89_regd_entcpy(regd, cursor, (element)->ent_sz)) 10725 #define __fw_txpwr_entry_acceptable(e, cursor, ent_sz) \ argument 10729 if (__var_sz >= (ent_sz)) \ 10733 (ent_sz) - __var_sz);\ 10742 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_byrate_entry_valid() 10816 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_lmt_2ghz_entry_valid() 10856 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_lmt_5ghz_entry_valid() [all …]
|