Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_ioctl.h111 int32_t cong_thres; member
H A Dcxgb_main.c2671 t->cong_thres = q->cong_thres; in cxgb_extension_ioctl()
H A Dcxgb_sge.c599 q->cong_thres = 0; in t3_sge_prep()
2551 q->fl[i].buf_size, p->cong_thres, 1, in t3_sge_alloc_qset()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_common.h317 unsigned int cong_thres; /* FL congestion threshold */ member
808 unsigned int cong_thres, int gen, unsigned int cidx);
H A Dcxgb_t3_hw.c2606 unsigned int cong_thres, int gen, unsigned int cidx) in t3_sge_init_flcntxt() argument
2624 V_FL_CONG_THRES(cong_thres) | V_FL_GTS(gts_enable)); in t3_sge_init_flcntxt()
/freebsd/tools/tools/cxgbtool/
H A Dcxgbtool.c1113 qp.cong_thres, qp.intr_lat, qp.vector); in dump_qset_params()