Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb/
H A Dregs.h979 #define S_INIT_CONG_WIN 24 macro
981 #define V_INIT_CONG_WIN(x) ((x) << S_INIT_CONG_WIN)
982 #define G_INIT_CONG_WIN(x) (((x) >> S_INIT_CONG_WIN) & M_INIT_CONG_WIN)