Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_nix_tm_mark.c133 uint64_t new_markfmt, old_markfmt; in nix_tm_update_markfmt() local
146 new_markfmt = nix->tm_markfmt_null; in nix_tm_update_markfmt()
150 new_markfmt = tm_markfmt[ROC_NIX_TM_MARK_COLOR_Y_R]; in nix_tm_update_markfmt()
152 new_markfmt = tm_markfmt[ROC_NIX_TM_MARK_COLOR_Y]; in nix_tm_update_markfmt()
154 new_markfmt = tm_markfmt[ROC_NIX_TM_MARK_COLOR_R]; in nix_tm_update_markfmt()
167 new_markfmt |= new_markfmt << 8; in nix_tm_update_markfmt()
170 new_markfmt |= BIT_ULL(7); in nix_tm_update_markfmt()
174 new_markfmt |= BIT_ULL(7); in nix_tm_update_markfmt()
181 new_markfmt |= BIT_ULL(7); in nix_tm_update_markfmt()
190 if (old_markfmt == new_markfmt) in nix_tm_update_markfmt()
[all …]