Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/cxgbe/common/
H A Dt4_hw.c6106 V_MTUINDEX(0xffU) | V_MTUVALUE(i)); in t4_read_mtu_tbl()
6229 V_MTUWIDTH(log2) | V_MTUVALUE(mtu)); in t4_load_mtus()
H A Dt4_regs.h6056 #define V_MTUVALUE(x) ((x) << S_MTUVALUE) macro