Searched refs:NCCTRL_WIN (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 76 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);
|
H A D | t3_hw.c | 2898 unsigned short alpha[NCCTRL_WIN], in t3_load_mtus() 2899 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) in t3_load_mtus() 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | common.h | 76 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator 391 unsigned short a_wnd[NCCTRL_WIN]; 392 unsigned short b_wnd[NCCTRL_WIN]; 725 unsigned short alpha[NCCTRL_WIN], 726 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap);
|
H A D | t3_hw.c | 2833 unsigned short alpha[NCCTRL_WIN], in t3_load_mtus() 2834 unsigned short beta[NCCTRL_WIN], unsigned short mtu_cap) in t3_load_mtus() 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.h | 50 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator
|
H A D | cxgb4.h | 461 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]);
|
H A D | t4_hw.c | 5791 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl() 5796 for (w = 0; w < NCCTRL_WIN; ++w) { in t4_read_cong_tbl() 5883 static const unsigned int avg_pkts[NCCTRL_WIN] = { in t4_load_mtus() 5900 for (w = 0; w < NCCTRL_WIN; ++w) { in t4_load_mtus()
|
H A D | cudbg_lib.c | 368 len = sizeof(u16) * NMTUS * NCCTRL_WIN; in cudbg_get_entity_length() 2972 size = sizeof(u16) * NMTUS * NCCTRL_WIN; in cudbg_collect_cctrl()
|
H A D | cxgb4_debugfs.c | 860 u16 (*incr)[NCCTRL_WIN]; in cctrl_tbl_show() 869 for (i = 0; i < NCCTRL_WIN; ++i) { in cctrl_tbl_show()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.h | 50 NCCTRL_WIN = 32, /* # of congestion control windows */ enumerator
|
H A D | cxgb4.h | 459 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 D | t4_hw.c | 5761 void t4_read_cong_tbl(struct adapter *adap, u16 incr[NMTUS][NCCTRL_WIN]) in t4_read_cong_tbl() 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 D | cudbg_lib.c | 368 len = sizeof(u16) * NMTUS * NCCTRL_WIN; in cudbg_get_entity_length() 2954 size = sizeof(u16) * NMTUS * NCCTRL_WIN; in cudbg_collect_cctrl()
|
H A D | cxgb4_debugfs.c | 860 u16 (*incr)[NCCTRL_WIN]; in cctrl_tbl_show() 869 for (i = 0; i < NCCTRL_WIN; ++i) { in cctrl_tbl_show()
|
Completed in 79 milliseconds