Searched refs:G_MTUVALUE (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/drivers/net/cxgbe/base/ | ||
| H A D | t4_regs.h | 501 #define G_MTUVALUE(x) (((x) >> S_MTUVALUE) & M_MTUVALUE) macro |
| H A D | t4_hw.c | 47 mtus[i] = G_MTUVALUE(v); in t4_read_mtu_tbl() |