Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/chxge/com/
H A Dmc5.c648 mc5->part_type = (unsigned char) G_TCAM_PART_TYPE(cfg); in t1_mc5_create()
H A Dregs.h1832 #define G_TCAM_PART_TYPE(x) (((x) >> S_TCAM_PART_TYPE) & M_TCAM_PART_TYPE) macro