Lines Matching defs:credits
1914 unsigned int credits = type == SGE_CNTXT_OFLD ? 0 : FW_WR_NUM;
1923 V_EC_CREDITS(credits) | V_EC_GTS(gts_enable));
2023 * @credits: completion queue credits
2032 unsigned int credits, unsigned int credit_thres)
2047 t3_write_reg(adapter, A_SG_CONTEXT_DATA3, V_CQ_CREDITS(credits) |
2154 * @credits: credits to return to the CQ
2164 unsigned int credits)
2171 t3_write_reg(adapter, A_SG_CONTEXT_DATA0, credits << 16);