Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h110 #define S_TP_VERSION_MINOR 8 macro
112 #define V_TP_VERSION_MINOR(x) ((x) << S_TP_VERSION_MINOR)
114 (((x) >> S_TP_VERSION_MINOR) & M_TP_VERSION_MINOR)