Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/libcxgb/
Dlibcxgb_ppm.h108 unsigned int idx_clr_mask; member
224 u32 lower = sw_tag & tformat->idx_clr_mask; in cxgbi_ppm_make_non_ddp_tag()
237 u32 lower = tag & tformat->idx_clr_mask; in cxgbi_ppm_decode_non_ddp_tag()
306 tformat->idx_clr_mask = (1 << (bits - 1)) - 1; in cxgbi_tagmask_check()
Dlibcxgb_ppm.c305 hdr->pgsz_tag_clr = htonl(tag & ppm->tformat.idx_clr_mask); in cxgbi_ppm_make_ppod_hdr()