Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h1465 #define MTUWIDTH_S 16 macro
1467 #define MTUWIDTH_V(x) ((x) << MTUWIDTH_S)
1468 #define MTUWIDTH_G(x) (((x) >> MTUWIDTH_S) & MTUWIDTH_M)