Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h77 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator
392 unsigned short a_wnd[NCCTRL_WIN];
393 unsigned short b_wnd[NCCTRL_WIN];
726 unsigned short alpha[NCCTRL_WIN],
727 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
H A Dt3_hw.c2833 unsigned short alpha[NCCTRL_WIN], in t3_load_mtus() argument
2834 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) in t3_load_mtus() argument
2836 static const unsigned int avg_pkts[NCCTRL_WIN] = { in t3_load_mtus()
2853 for (w = 0; w < NCCTRL_WIN; ++w) { in t3_load_mtus()
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.h50 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator
H A Dcxgb4.h459 unsigned short a_wnd[NCCTRL_WIN];
460 unsigned short b_wnd[NCCTRL_WIN];
1937 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
H A Dt4_hw.c5761 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl() argument
5766 for (w = 0; w < NCCTRL_WIN; ++w) { in t4_read_cong_tbl()
5853 static const unsigned int avg_pkts[NCCTRL_WIN] = { in t4_load_mtus()
5870 for (w = 0; w < NCCTRL_WIN; ++w) { in t4_load_mtus()
H A Dcudbg_lib.c368 len = sizeof(u16) * NMTUS * NCCTRL_WIN; in cudbg_get_entity_length()
2954 size = sizeof(u16) * NMTUS * NCCTRL_WIN; in cudbg_collect_cctrl()
H A Dcxgb4_debugfs.c860 u16 (*incr)[NCCTRL_WIN]; in cctrl_tbl_show()
869 for (i = 0; i < NCCTRL_WIN; ++i) { in cctrl_tbl_show()