Home
last modified time | relevance | path

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

/trueos/sys/dev/cxgb/common/
HDcxgb_common.h44 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator
396 unsigned short a_wnd[NCCTRL_WIN];
397 unsigned short b_wnd[NCCTRL_WIN];
780 unsigned short alpha[NCCTRL_WIN],
781 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
784 unsigned short incr[NMTUS][NCCTRL_WIN]);
HDcxgb_t3_hw.c3422 unsigned short alpha[NCCTRL_WIN], in t3_load_mtus() argument
3423 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) in t3_load_mtus() argument
3425 static const unsigned int avg_pkts[NCCTRL_WIN] = { in t3_load_mtus()
3441 for (w = 0; w < NCCTRL_WIN; ++w) { in t3_load_mtus()
3482 unsigned short incr[NMTUS][NCCTRL_WIN]) in t3_get_cong_cntl_tab() argument
3487 for (w = 0; w < NCCTRL_WIN; ++w) { in t3_get_cong_cntl_tab()
/trueos/sys/dev/cxgbe/common/
HDcommon.h268 unsigned short a_wnd[NCCTRL_WIN];
269 unsigned short b_wnd[NCCTRL_WIN];
510 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
HDt4_hw.h44 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator
HDt4_hw.c3336 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl() argument
3341 for (w = 0; w < NCCTRL_WIN; ++w) { in t4_read_cong_tbl()
3446 static const unsigned int avg_pkts[NCCTRL_WIN] = { in t4_load_mtus()
3463 for (w = 0; w < NCCTRL_WIN; ++w) { in t4_load_mtus()
/trueos/sys/dev/cxgbe/
HDt4_main.c5320 uint16_t incr[NMTUS][NCCTRL_WIN]; in sysctl_cctrl()
5336 for (i = 0; i < NCCTRL_WIN; ++i) { in sysctl_cctrl()