Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc5.c647 mc5->part_size = G_TCAM_PART_SIZE(cfg); in t1_mc5_create()
H A Dregs.h1837 #define G_TCAM_PART_SIZE(x) (((x) >> S_TCAM_PART_SIZE) & M_TCAM_PART_SIZE) macro