Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h1477 #define MTUWIDTH_S 16 macro
1479 #define MTUWIDTH_V(x) ((x) << MTUWIDTH_S)
1480 #define MTUWIDTH_G(x) (((x) >> MTUWIDTH_S) & MTUWIDTH_M)
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_regs.h1483 #define MTUWIDTH_S 16 macro
1485 #define MTUWIDTH_V(x) ((x) << MTUWIDTH_S)
1486 #define MTUWIDTH_G(x) (((x) >> MTUWIDTH_S) & MTUWIDTH_M)

Completed in 18 milliseconds