Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/
H A Dt4_iov.c215 if (G_CHIPID(pl_rev) <= CHELSIO_T5) in t4iov_attach()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c9281 adapter->params.chipid = G_CHIPID(pl_rev); in t4_prep_adapter()
H A Dt4_regs.h37866 #define G_CHIPID(x) (((x) >> S_CHIPID) & M_CHIPID) macro