Home
last modified time | relevance | path

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

/drivers/net/chelsio/
Dregs.h1581 #define S_OUT_OF_SYNC_COUNT 0 macro
1583 #define V_OUT_OF_SYNC_COUNT(x) ((x) << S_OUT_OF_SYNC_COUNT)
1584 #define G_OUT_OF_SYNC_COUNT(x) (((x) >> S_OUT_OF_SYNC_COUNT) & M_OUT_OF_SYNC_COUNT)