Searched refs:chgs (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/intel/ice/ |
D | ice_flex_pipe.c | 2460 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_es() argument 2465 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_es() 2498 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_tcam() argument 2502 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_tcam() 2534 struct list_head *chgs) in ice_prof_bld_xlt1() argument 2538 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_xlt1() 2566 struct list_head *chgs) in ice_prof_bld_xlt2() argument 2570 list_for_each_entry(tmp, chgs, list_entry) { in ice_prof_bld_xlt2() 2605 struct list_head *chgs) in ice_upd_prof_hw() argument 2618 list_for_each_entry(tmp, chgs, list_entry) { in ice_upd_prof_hw() [all …]
|
D | ice_common.c | 904 u16 i, chgs = 0, len = 0; in ice_cfg_fw_log() local 958 data[chgs++] = cpu_to_le16(val); in ice_cfg_fw_log() 967 if (!chgs) in ice_cfg_fw_log() 977 len = sizeof(*data) * chgs; in ice_cfg_fw_log() 990 u16 cnt = enable ? chgs : (u16)ICE_AQC_FW_LOG_ID_MAX; in ice_cfg_fw_log()
|