Searched refs:gts_enable (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h734 int t3_sge_init_ecntxt(struct adapter *adapter, unsigned int id, int gts_enable,
739 int gts_enable, u64 base_addr, unsigned int size,
H A Dt3_hw.c2163 * @gts_enable: whether to enable GTS for the context
2176 int t3_sge_init_ecntxt(struct adapter *adapter, unsigned int id, int gts_enable, argument
2190 V_EC_CREDITS(credits) | V_EC_GTS(gts_enable));
2207 * @gts_enable: whether to enable GTS for the context
2220 int gts_enable, u64 base_addr, unsigned int size,
2240 V_FL_CONG_THRES(cong_thres) | V_FL_GTS(gts_enable));
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) argument

Completed in 143 milliseconds