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

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_cpl.h461 #define S_PACING_FLAVOR 13 macro
463 #define V_PACING_FLAVOR(x) ((x) << S_PACING_FLAVOR)
464 #define G_PACING_FLAVOR(x) (((x) >> S_PACING_FLAVOR) & M_PACING_FLAVOR)

Completed in 232 milliseconds