Searched refs:cong_drop (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_netmap.c | 286 const int cong_drop = nm_cong_drop; in alloc_nm_rxq_hwq() local 323 if (cong_drop != -1) { in alloc_nm_rxq_hwq() 377 if (chip_id(sc) >= CHELSIO_T5 && cong_drop != -1) { in alloc_nm_rxq_hwq() 378 t4_sge_set_conm_context(sc, nm_rxq->iq_cntxt_id, cong_drop, in alloc_nm_rxq_hwq()
|
H A D | t4_sge.c | 118 static int cong_drop = 0; variable 119 SYSCTL_INT(_hw_cxgbe, OID_AUTO, cong_drop, CTLFLAG_RDTUN, &cong_drop, 0, 553 if (cong_drop < -1 || cong_drop > 2) { in t4_sge_modload() 555 " using 0 instead.\n", cong_drop); in t4_sge_modload() 556 cong_drop = 0; in t4_sge_modload() 1008 NULL, cong_drop, "congestion drop setting"); in t4_sge_sysctls() 3370 iq->cong_drop = cong; in init_iq() 3579 if (iq->cong_drop != -1) { in alloc_iq_fl_hwq() 3592 if (iq->cong_drop != -1) { in alloc_iq_fl_hwq() 3670 iq->cong_drop != -1) { in alloc_iq_fl_hwq() [all …]
|
H A D | adapter.h | 431 int8_t cong_drop; /* congestion drop settings for the queue */ member
|