Searched refs:ofld_cong_drop (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/cxgbe/ |
H A D | t4_sge.c | 122 static int ofld_cong_drop = 0; variable 123 SYSCTL_INT(_hw_cxgbe, OID_AUTO, ofld_cong_drop, CTLFLAG_RDTUN, &ofld_cong_drop, 0, 559 if (ofld_cong_drop < -1 || ofld_cong_drop > 2) { in t4_sge_modload() 561 " using 0 instead.\n", ofld_cong_drop); in t4_sge_modload() 562 ofld_cong_drop = 0; in t4_sge_modload() 1011 NULL, ofld_cong_drop, "congestion drop setting"); in t4_sge_sysctls() 4103 vi->qsize_rxq, intr_idx, ofld_cong_drop, IQ_OFLD); in alloc_ofld_rxq()
|