Home
last modified time | relevance | path

Searched refs:SERVICE_GET_END (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/atm/
Dlanai.c1611 #define SERVICE_GET_END(x) ((x)&0x1FFF) macro
1641 lvcc->tx.endptr = SERVICE_GET_END(s); in handle_service()
1661 vcc_rx_aal5(lvcc, SERVICE_GET_END(s)); in handle_service()
1671 bytes = (SERVICE_GET_END(s) * 16) - in handle_service()
1691 lvcc->rx.buf.ptr = &lvcc->rx.buf.start[SERVICE_GET_END(s) * 4]; in handle_service()
1692 cardvcc_write(lvcc, SERVICE_GET_END(s), vcc_rxreadptr); in handle_service()