Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c3279 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_es() argument
3284 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_es()
3317 struct ice_buf_build *bld, struct list_head *chgs) in ice_prof_bld_tcam() argument
3321 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_tcam()
3353 struct list_head *chgs) in ice_prof_bld_xlt1() argument
3357 list_for_each_entry(tmp, chgs, list_entry) in ice_prof_bld_xlt1()
3385 struct list_head *chgs) in ice_prof_bld_xlt2() argument
3389 list_for_each_entry(tmp, chgs, list_entry) { in ice_prof_bld_xlt2()
3424 struct list_head *chgs) in ice_upd_prof_hw() argument
3437 list_for_each_entry(tmp, chgs, list_entry) { in ice_upd_prof_hw()
[all …]
H A Dice_common.c678 u16 i, chgs = 0, len = 0; in ice_cfg_fw_log() local
731 data[chgs++] = cpu_to_le16(val); in ice_cfg_fw_log()
740 if (!chgs) in ice_cfg_fw_log()
750 len = sizeof(*data) * chgs; in ice_cfg_fw_log()
763 u16 cnt = enable ? chgs : (u16)ICE_AQC_FW_LOG_ID_MAX; in ice_cfg_fw_log()