Searched refs:ent_sz (Results 1 – 4 of 4) 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 | 1217 conf->ent_sz = txpwr_elm->ent_sz; in rtw89_fw_recognize_txpwr_from_elm() 1363 le32_to_cpu((element)->num_ents) * (element)->ent_sz; \ 1364 cursor < end; cursor += (element)->ent_sz) \ 1365 if (rtw89_regd_entcpy(regd, cursor, (element)->ent_sz)) 12057 #define __fw_txpwr_entry_acceptable(e, cursor, ent_sz) \ argument 12061 if (__var_sz >= (ent_sz)) \ 12065 (ent_sz) - __var_sz);\ 12074 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_byrate_entry_valid() 12148 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_lmt_2ghz_entry_valid() 12188 if (!__fw_txpwr_entry_acceptable(e, cursor, conf->ent_sz)) in fw_txpwr_lmt_5ghz_entry_valid() [all …]
|
| H A D | core.h | 5359 u8 ent_sz; member 5367 u8 valid_size = min(size, conf->ent_sz); in rtw89_txpwr_entcpy() 5377 (cursor) < (conf)->data + (conf)->num_ents * (conf)->ent_sz; \ 5378 (cursor) += (conf)->ent_sz) \
|
| H A D | fw.h | 4479 u8 ent_sz; member 4488 u8 ent_sz; member
|