Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb3/
Dcommon.h76 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator
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);
Dt3_hw.c2898 unsigned short alpha[NCCTRL_WIN], in t3_load_mtus() argument
2899 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) in t3_load_mtus() argument
2901 static const unsigned int avg_pkts[NCCTRL_WIN] = { in t3_load_mtus()
2918 for (w = 0; w < NCCTRL_WIN; ++w) { in t3_load_mtus()
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.h50 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator
Dcxgb4.h461 unsigned short a_wnd[NCCTRL_WIN];
462 unsigned short b_wnd[NCCTRL_WIN];
1941 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]);
Dt4_hw.c5778 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl() argument
5783 for (w = 0; w < NCCTRL_WIN; ++w) { in t4_read_cong_tbl()
5870 static const unsigned int avg_pkts[NCCTRL_WIN] = { in t4_load_mtus()
5887 for (w = 0; w < NCCTRL_WIN; ++w) { in t4_load_mtus()
Dcudbg_lib.c367 len = sizeof(u16) * NMTUS * NCCTRL_WIN; in cudbg_get_entity_length()
2956 size = sizeof(u16) * NMTUS * NCCTRL_WIN; in cudbg_collect_cctrl()
Dcxgb4_debugfs.c860 u16 (*incr)[NCCTRL_WIN]; in cctrl_tbl_show()
869 for (i = 0; i < NCCTRL_WIN; ++i) { in cctrl_tbl_show()