Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h43 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator
395 unsigned short a_wnd[NCCTRL_WIN];
396 unsigned short b_wnd[NCCTRL_WIN];
779 unsigned short alpha[NCCTRL_WIN],
780 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
783 unsigned short incr[NMTUS][NCCTRL_WIN]);
H A Dcxgb_t3_hw.c3420 unsigned short alpha[NCCTRL_WIN], in t3_load_mtus() argument
3421 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) in t3_load_mtus() argument
3423 static const unsigned int avg_pkts[NCCTRL_WIN] = { in t3_load_mtus()
3439 for (w = 0; w < NCCTRL_WIN; ++w) { in t3_load_mtus()
3480 unsigned short incr[NMTUS][NCCTRL_WIN]) in t3_get_cong_cntl_tab() argument
3485 for (w = 0; w < NCCTRL_WIN; ++w) { in t3_get_cong_cntl_tab()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.h47 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator
H A Dcommon.h380 unsigned short a_wnd[NCCTRL_WIN];
381 unsigned short b_wnd[NCCTRL_WIN];
736 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
H A Dt4_hw.c6281 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl() argument
6286 for (w = 0; w < NCCTRL_WIN; ++w) { in t4_read_cong_tbl()
6373 static const unsigned int avg_pkts[NCCTRL_WIN] = { in t4_load_mtus()
6390 for (w = 0; w < NCCTRL_WIN; ++w) { in t4_load_mtus()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c2921 size = sizeof(u16) * NMTUS * NCCTRL_WIN; in collect_cctrl()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c8949 uint16_t incr[NMTUS][NCCTRL_WIN]; in sysctl_cctrl()
8969 for (i = 0; i < NCCTRL_WIN; ++i) { in sysctl_cctrl()