Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_mc5.c490 mc5->tcam_size = tcam_part_size[G_TMPARTSIZE(cfg)]; in t3_mc5_prep()
H A Dcxgb_regs.h6605 #define G_TMPARTSIZE(x) (((x) >> S_TMPARTSIZE) & M_TMPARTSIZE) macro