Home
last modified time | relevance | path

Searched refs:cong_drop (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/cxgbe/
H A Dt4_netmap.c286 const int cong_drop = nm_cong_drop; in alloc_nm_rxq_hwq() local
322 if (cong_drop != -1) { in alloc_nm_rxq_hwq()
380 if (chip_id(sc) >= CHELSIO_T5 && cong_drop != -1) { in alloc_nm_rxq_hwq()
381 t4_sge_set_conm_context(sc, nm_rxq->iq_cntxt_id, cong_drop, in alloc_nm_rxq_hwq()
H A Dt4_sge.c117 static int cong_drop = 0; variable
118 SYSCTL_INT(_hw_cxgbe, OID_AUTO, cong_drop, CTLFLAG_RDTUN, &cong_drop, 0,
579 if (cong_drop < -1 || cong_drop > 2) { in t4_sge_modload()
581 " using 0 instead.\n", cong_drop); in t4_sge_modload()
582 cong_drop = 0; in t4_sge_modload()
1052 NULL, cong_drop, "congestion drop setting"); in t4_sge_sysctls()
3424 iq->cong_drop = cong; in init_iq()
3634 if (iq->cong_drop != -1) { in alloc_iq_fl_hwq()
3653 if (iq->cong_drop != -1) { in alloc_iq_fl_hwq()
3731 iq->cong_drop != -1) { in alloc_iq_fl_hwq()
[all …]
H A Dadapter.h461 int8_t cong_drop; /* congestion drop settings for the queue */ member