Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dt4_regs.h2618 #define DATAPORTNUM_S 12 macro
2620 #define DATAPORTNUM_V(x) ((x) << DATAPORTNUM_S)
2621 #define DATAPORTNUM_G(x) (((x) >> DATAPORTNUM_S) & DATAPORTNUM_M)