Home | History | Annotate | Download | only in cxgb

Lines Matching refs:t3_write_reg

244     t3_write_reg(adap, A_SG_CONTROL, ctrl);
245 t3_write_reg(adap, A_SG_EGR_RCQ_DRB_THRSH, V_HIRCQDRBTHRSH(512) |
247 t3_write_reg(adap, A_SG_TIMER_TICK, core_ticks_per_usec(adap) / 10);
248 t3_write_reg(adap, A_SG_CMDQ_CREDIT_TH, V_THRESHOLD(32) |
250 t3_write_reg(adap, A_SG_HI_DRB_HI_THRSH, 1000);
251 t3_write_reg(adap, A_SG_HI_DRB_LO_THRSH, 256);
252 t3_write_reg(adap, A_SG_LO_DRB_HI_THRSH, 1000);
253 t3_write_reg(adap, A_SG_LO_DRB_LO_THRSH, 256);
254 t3_write_reg(adap, A_SG_OCO_BASE, V_BASE1(0xfff));
255 t3_write_reg(adap, A_SG_DRB_PRI_THRESH, 63 * 1024);
379 t3_write_reg(adapter, A_SG_INT_CAUSE, status);
516 t3_write_reg(sc, A_SG_KDOORBELL, V_EGRCNTX(q->cntxt_id));
583 t3_write_reg(adap, A_SG_KDOORBELL, V_EGRCNTX(q->cntxt_id));
707 t3_write_reg(sc, A_SG_KDOORBELL,
764 t3_write_reg(sc, A_SG_RSPQ_CREDIT_RETURN,
842 t3_write_reg(sc, A_SG_RSPQ_FL_STATUS,
1043 t3_write_reg(adap, A_SG_KDOORBELL,
1048 t3_write_reg(adap, A_SG_KDOORBELL,
1451 t3_write_reg(adap, A_SG_KDOORBELL,
1495 t3_write_reg(adap, A_SG_KDOORBELL,
1895 t3_write_reg(adap, A_SG_KDOORBELL,
2140 t3_write_reg(sc, A_SG_GTS, V_RSPQ(q->rspq.cntxt_id) |
2546 t3_write_reg(adap, A_SG_GTS, V_RSPQ(rq->cntxt_id) |
2566 t3_write_reg(adap, A_PL_CLI, 0);