Home
last modified time | relevance | path

Searched refs:cong_thres (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/dev/cxgb/
HDcxgb_ioctl.h112 int32_t cong_thres; member
HDcxgb_main.c2666 t->cong_thres = q->cong_thres; in cxgb_extension_ioctl()
HDcxgb_sge.c594 q->cong_thres = 0; in t3_sge_prep()
2553 q->fl[i].buf_size, p->cong_thres, 1, in t3_sge_alloc_qset()
/freebsd-11-stable/sys/dev/cxgb/common/
HDcxgb_common.h318 unsigned int cong_thres; /* FL congestion threshold */ member
809 unsigned int cong_thres, int gen, unsigned int cidx);
HDcxgb_t3_hw.c2608 unsigned int cong_thres, int gen, unsigned int cidx) in t3_sge_init_flcntxt() argument
2626 V_FL_CONG_THRES(cong_thres) | V_FL_GTS(gts_enable)); in t3_sge_init_flcntxt()
/freebsd-11-stable/tools/tools/cxgbtool/
HDcxgbtool.c1114 qp.cong_thres, qp.intr_lat, qp.vector); in dump_qset_params()