Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb3/
A Dsge_defs.h128 #define S_FL_BASE_HI 0 macro
130 #define V_FL_BASE_HI(x) ((x) << S_FL_BASE_HI)
131 #define G_FL_BASE_HI(x) (((x) >> S_FL_BASE_HI) & M_FL_BASE_HI)

Completed in 4 milliseconds