Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h2612 #define DATAPORTNUM_S 12 macro
2614 #define DATAPORTNUM_V(x) ((x) << DATAPORTNUM_S)
2615 #define DATAPORTNUM_G(x) (((x) >> DATAPORTNUM_S) & DATAPORTNUM_M)