Searched refs:chgs (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/intel/ice/ |
D | ice_flex_pipe.c | 4366 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_es() argument 4371 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_es() 4404 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_tcam() argument 4408 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_tcam() 4440 struct list_head *chgs) in ice_prof_bld_xlt1() argument 4444 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_xlt1() 4472 struct list_head *chgs) in ice_prof_bld_xlt2() argument 4476 list_for_each_entry(tmp, chgs, list_entry) { in ice_prof_bld_xlt2() 4511 struct list_head *chgs) in ice_upd_prof_hw() argument 4524 list_for_each_entry(tmp, chgs, list_entry) { in ice_upd_prof_hw() [all …]
|
D | ice_common.c | 879 u16 i, chgs = 0, len = 0; in ice_cfg_fw_log() local 933 data[chgs++] = cpu_to_le16(val); in ice_cfg_fw_log() 942 if (!chgs) in ice_cfg_fw_log() 952 len = sizeof(*data) * chgs; in ice_cfg_fw_log() 965 u16 cnt = enable ? chgs : (u16)ICE_AQC_FW_LOG_ID_MAX; in ice_cfg_fw_log()
|