Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dt4_regs.h501 #define G_MTUVALUE(x) (((x) >> S_MTUVALUE) & M_MTUVALUE) macro
H A Dt4_hw.c47 mtus[i] = G_MTUVALUE(v); in t4_read_mtu_tbl()