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

/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h76 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator in enum:__anon6321
391 unsigned short a_wnd[NCCTRL_WIN];
392 unsigned short b_wnd[NCCTRL_WIN];
727 unsigned short alpha[NCCTRL_WIN],
728 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
H A Dt3_hw.c2863 unsigned short alpha[NCCTRL_WIN], t3_load_mtus()
2864 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) t3_load_mtus()
2866 static const unsigned int avg_pkts[NCCTRL_WIN] = { t3_load_mtus()
2883 for (w = 0; w < NCCTRL_WIN; ++w) { t3_load_mtus()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.h49 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator in enum:__anon6387
H A Dcxgb4.h314 unsigned short a_wnd[NCCTRL_WIN];
315 unsigned short b_wnd[NCCTRL_WIN];
1233 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
H A Dcxgb4_debugfs.c673 u16 (*incr)[NCCTRL_WIN]; cctrl_tbl_show()
682 for (i = 0; i < NCCTRL_WIN; ++i) { cctrl_tbl_show()
H A Dt4_hw.c3228 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) t4_read_cong_tbl()
3233 for (w = 0; w < NCCTRL_WIN; ++w) { t4_read_cong_tbl()
3320 static const unsigned int avg_pkts[NCCTRL_WIN] = { t4_load_mtus()
3337 for (w = 0; w < NCCTRL_WIN; ++w) { t4_load_mtus()

Completed in 257 milliseconds