Searched refs:cong_thres (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_ioctl.h | 94 int32_t cong_thres; member
|
D | common.h | 323 unsigned int cong_thres; /* FL congestion threshold */ member 742 unsigned int esize, unsigned int cong_thres, int gen,
|
D | cxgb3_main.c | 2165 !in_range(t.cong_thres, 0, 255) || in cxgb_extension_ioctl() 2184 t.polling >= 0 || t.cong_thres >= 0)) in cxgb_extension_ioctl() 2215 if (t.cong_thres >= 0) in cxgb_extension_ioctl() 2216 q->cong_thres = t.cong_thres; in cxgb_extension_ioctl() 2287 t.cong_thres = q->cong_thres; in cxgb_extension_ioctl()
|
D | sge.c | 3136 p->cong_thres, 1, 0); in t3_sge_alloc_qset() 3378 q->cong_thres = 0; in t3_sge_prep()
|
D | t3_hw.c | 2286 unsigned int bsize, unsigned int cong_thres, int gen, in t3_sge_init_flcntxt() argument 2305 V_FL_CONG_THRES(cong_thres) | V_FL_GTS(gts_enable)); in t3_sge_init_flcntxt()
|