Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c6265 V_MTUINDEX(0xff) | V_MTUVALUE(i)); in t4_read_mtu_tbl()
6388 V_MTUWIDTH(log2) | V_MTUVALUE(mtu)); in t4_load_mtus()
H A Dt4_regs.h23113 #define V_MTUVALUE(x) ((x) << S_MTUVALUE) macro