Searched refs:db_fc_threshold (Results 1 – 2 of 2) sorted by relevance
850 int db_fc_threshold = 2000; variable851 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,
67 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()