Searched refs:gts_enable (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_common.h | 802 int t3_sge_init_ecntxt(adapter_t *adapter, unsigned int id, int gts_enable, 806 int t3_sge_init_flcntxt(adapter_t *adapter, unsigned int id, int gts_enable,
|
H A D | cxgb_t3_hw.c | 2561 int t3_sge_init_ecntxt(adapter_t *adapter, unsigned int id, int gts_enable, in t3_sge_init_ecntxt() argument 2575 V_EC_CREDITS(credits) | V_EC_GTS(gts_enable)); in t3_sge_init_ecntxt() 2604 int t3_sge_init_flcntxt(adapter_t *adapter, unsigned int id, int gts_enable, in t3_sge_init_flcntxt() argument 2624 V_FL_CONG_THRES(cong_thres) | V_FL_GTS(gts_enable)); in t3_sge_init_flcntxt()
|