Home
last modified time | relevance | path

Searched refs:db_fc_threshold (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/cxgbe/iw_cxgbe/
HDcm.c850 int db_fc_threshold = 2000; variable
851 TUNABLE_INT("hw.iw_cxgbe.db_fc_threshold", &db_fc_threshold);
852 SYSCTL_INT(_hw_iw_cxgbe, OID_AUTO, db_fc_threshold, CTLFLAG_RW, &db_fc_threshold, 0,
HDqp.c67 extern int db_fc_threshold;
1422 if (rhp->qpcnt <= db_fc_threshold && rhp->db_state == FLOW_CONTROL) { in c4iw_destroy_qp()
1540 if (++rhp->qpcnt > db_fc_threshold && rhp->db_state == NORMAL) { in c4iw_create_qp()