Searched refs:cntxt_id (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dsge.c188 V_RSPQ(q->cntxt_id) | V_CREDITS(credits));
284 q->cntxt_id >= FW_TUNNEL_SGEEC_START;
467 t3_write_reg(adap, A_SG_KDOORBELL, V_EGRCNTX(q->cntxt_id));
502 t3_write_reg(adap, A_SG_KDOORBELL, V_EGRCNTX(q->cntxt_id));
565 t3_sge_disable_fl(adapter, q->fl[i].cntxt_id);
578 t3_sge_enable_ecntxt(adapter, q->txq[i].cntxt_id, 0);
594 t3_sge_disable_rspcntxt(adapter, q->rspq.cntxt_id);
616 qs->rspq.cntxt_id = id;
617 qs->fl[0].cntxt_id = 2 * id;
618 qs->fl[1].cntxt_id
[all...]
H A Dadapter.h89 unsigned int cntxt_id; /* SGE context id for the free list */ member in struct:sge_fl
116 unsigned int cntxt_id; /* SGE context id for the response q */ member in struct:sge_rspq
156 unsigned int cntxt_id; /* SGE context id for the Tx q */ member in struct:sge_txq
H A Dcxgb3_ioctl.h61 uint32_t cntxt_id; member in struct:ch_cntxt

Completed in 91 milliseconds