Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/cxgbe/
H A Dt4_iov.c216 if (G_CHIPID(pl_rev) <= CHELSIO_T5) in t4iov_attach()
/freebsd-14.2/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