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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dhe.c2137 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; local
2301 rsr0 = he_readl_rsr0(he_dev, cid);
2302 if (rsr0 & RSR0_OPEN_CONN) {
2305 hprintk("cid 0x%x not idle (rsr0 = 0x%x)\n", cid, rsr0);
2312 rsr0 = vcc->qos.rxtp.traffic_class == ATM_UBR ?
2317 rsr0 |= RSR0_TCP_CKSUM;
2323 the open/closed indication in rsr0 */
2325 rsr0 | RSR0_START_PDU | RSR0_OPEN_CONN | aal, cid);

Completed in 85 milliseconds