Searched refs:cong_thres (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_ioctl.h | 94 int32_t cong_thres; member
|
H A D | common.h | 323 unsigned int cong_thres; /* FL congestion threshold */ member 742 unsigned int esize, unsigned int cong_thres, int gen,
|
H A D | cxgb3_main.c | 2166 !in_range(t.cong_thres, 0, 255) || in cxgb_extension_ioctl() 2185 t.polling >= 0 || t.cong_thres >= 0)) in cxgb_extension_ioctl() 2216 if (t.cong_thres >= 0) in cxgb_extension_ioctl() 2217 q->cong_thres = t.cong_thres; in cxgb_extension_ioctl() 2288 t.cong_thres = q->cong_thres; in cxgb_extension_ioctl()
|
H A D | t3_hw.c | 2276 * @cong_thres: threshold to signal congestion to upstream producers 2286 unsigned int bsize, unsigned int cong_thres, int gen, in t3_sge_init_flcntxt() 2305 V_FL_CONG_THRES(cong_thres) | V_FL_GTS(gts_enable)); in t3_sge_init_flcntxt() 2284 t3_sge_init_flcntxt(struct adapter *adapter, unsigned int id, int gts_enable, u64 base_addr, unsigned int size, unsigned int bsize, unsigned int cong_thres, int gen, unsigned int cidx) t3_sge_init_flcntxt() argument
|
H A D | sge.c | 3136 p->cong_thres, 1, 0); in t3_sge_alloc_qset() 3378 q->cong_thres = 0; in t3_sge_prep()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | cxgb3_ioctl.h | 94 int32_t cong_thres; member
|
H A D | common.h | 323 unsigned int cong_thres; /* FL congestion threshold */ member 740 unsigned int esize, unsigned int cong_thres, int gen,
|
H A D | cxgb3_main.c | 2166 !cxgb_in_range(t.cong_thres, 0, 255) || in cxgb_siocdevprivate() 2185 t.polling >= 0 || t.cong_thres >= 0)) in cxgb_siocdevprivate() 2216 if (t.cong_thres >= 0) in cxgb_siocdevprivate() 2217 q->cong_thres = t.cong_thres; in cxgb_siocdevprivate() 2288 t.cong_thres = q->cong_thres; in cxgb_siocdevprivate()
|
H A D | t3_hw.c | 2211 * @cong_thres: threshold to signal congestion to upstream producers 2221 unsigned int bsize, unsigned int cong_thres, int gen, in t3_sge_init_flcntxt() 2240 V_FL_CONG_THRES(cong_thres) | V_FL_GTS(gts_enable)); in t3_sge_init_flcntxt() 2219 t3_sge_init_flcntxt(struct adapter *adapter, unsigned int id, int gts_enable, u64 base_addr, unsigned int size, unsigned int bsize, unsigned int cong_thres, int gen, unsigned int cidx) t3_sge_init_flcntxt() argument
|
H A D | sge.c | 3134 p->cong_thres, 1, 0); in t3_sge_alloc_qset() 3379 q->cong_thres = 0; in t3_sge_prep()
|
Completed in 38 milliseconds