Home
last modified time | relevance | path

Searched refs:chgs (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_flex_pipe.c3682 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_es() argument
3687 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_es()
3720 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_tcam() argument
3724 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_tcam()
3756 struct list_head *chgs) in ice_prof_bld_xlt1() argument
3760 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_xlt1()
3788 struct list_head *chgs) in ice_prof_bld_xlt2() argument
3792 list_for_each_entry(tmp, chgs, list_entry) { in ice_prof_bld_xlt2()
3827 struct list_head *chgs) in ice_upd_prof_hw() argument
3840 list_for_each_entry(tmp, chgs, list_entry) { in ice_upd_prof_hw()
[all …]
Dice_common.c696 u16 i, chgs = 0, len = 0; in ice_cfg_fw_log() local
749 data[chgs++] = cpu_to_le16(val); in ice_cfg_fw_log()
758 if (!chgs) in ice_cfg_fw_log()
768 len = sizeof(*data) * chgs; in ice_cfg_fw_log()
781 u16 cnt = enable ? chgs : (u16)ICE_AQC_FW_LOG_ID_MAX; in ice_cfg_fw_log()