Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/cxgbe/
Dt4_iov.c213 if (G_CHIPID(pl_rev) <= CHELSIO_T5) in t4iov_attach()
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_hw.c9269 adapter->params.chipid = G_CHIPID(pl_rev); in t4_prep_adapter()
Dt4_regs.h37864 #define G_CHIPID(x) (((x) >> S_CHIPID) & M_CHIPID) macro