Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ice/
HDice_lib.c4219 u8 new_up2tc[ICE_MAX_TRAFFIC_CLASS] = {}; in ice_sysctl_up2tc_map() local
4255 ret = ice_ets_str_to_tbl(up2tc_user_buf, new_up2tc, in ice_sysctl_up2tc_map()
4264 memcpy(local_dcbx_cfg->etscfg.prio_table, new_up2tc, in ice_sysctl_up2tc_map()
4265 sizeof(new_up2tc)); in ice_sysctl_up2tc_map()
4266 memcpy(local_dcbx_cfg->etsrec.prio_table, new_up2tc, in ice_sysctl_up2tc_map()
4267 sizeof(new_up2tc)); in ice_sysctl_up2tc_map()