Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/atm/
H A Dhe.c2124 unsigned cid, rsr0, rsr1, rsr4, tsr0, tsr0_aal, tsr4, period, reg, clock; in he_open() local
2288 rsr0 = he_readl_rsr0(he_dev, cid); in he_open()
2289 if (rsr0 & RSR0_OPEN_CONN) { in he_open()
2292 hprintk("cid 0x%x not idle (rsr0 = 0x%x)\n", cid, rsr0); in he_open()
2299 rsr0 = vcc->qos.rxtp.traffic_class == ATM_UBR ? in he_open()
2304 rsr0 |= RSR0_TCP_CKSUM; in he_open()
2310 the open/closed indication in rsr0 */ in he_open()
2312 rsr0 | RSR0_START_PDU | RSR0_OPEN_CONN | aal, cid); in he_open()
/kernel/linux/linux-6.6/drivers/atm/
H A Dhe.c2121 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()
2307 the open/closed indication in rsr0 */ in he_open()
2309 rsr0 | RSR0_START_PDU | RSR0_OPEN_CONN | aal, cid); in he_open()

Completed in 6 milliseconds