Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c6110 mtu_log[i] = G_MTUWIDTH(v); in t4_read_mtu_tbl()
H A Dt4_regs.h6052 #define G_MTUWIDTH(x) (((x) >> S_MTUWIDTH) & M_MTUWIDTH) macro