Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c6267 mtus[i] = G_MTUVALUE(v); in t4_read_mtu_tbl()
H A Dt4_regs.h23114 #define G_MTUVALUE(x) (((x) >> S_MTUVALUE) & M_MTUVALUE) macro