Searched refs:rsr0 (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/drivers/atm/ |
D | he.c | 2121 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; in he_open() local 2285 rsr0 = he_readl_rsr0(he_dev, cid); in he_open() 2286 if (rsr0 & RSR0_OPEN_CONN) { in he_open() 2289 hprintk("cid 0x%x not idle (rsr0 = 0x%x)\n", cid, rsr0); in he_open() 2296 rsr0 = vcc->qos.rxtp.traffic_class == ATM_UBR ? in he_open() 2301 rsr0 |= RSR0_TCP_CKSUM; in he_open() 2309 rsr0 | RSR0_START_PDU | RSR0_OPEN_CONN | aal, cid); in he_open()
|