Searched refs:lvcc (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/atm/ |
| H A D | lanai.c | 1170 lvcc->tx.buf.start, lvcc->tx.buf.ptr, lvcc->tx.buf.end); in vcc_tx_add_aal5_descriptor() 1175 lvcc->tx.buf.start, lvcc->tx.buf.ptr, lvcc->tx.buf.end); in vcc_tx_add_aal5_descriptor() 1180 if (lvcc->tx.buf.ptr >= lvcc->tx.buf.end) in vcc_tx_add_aal5_descriptor() 1181 lvcc->tx.buf.ptr = lvcc->tx.buf.start; in vcc_tx_add_aal5_descriptor() 1192 if (lvcc->tx.buf.ptr >= lvcc->tx.buf.end) in vcc_tx_add_aal5_trailer() 1193 lvcc->tx.buf.ptr = lvcc->tx.buf.start; in vcc_tx_add_aal5_trailer() 1239 ptr, lvcc->vci, lvcc->tx.buf.start, lvcc->tx.buf.ptr, in lanai_endtx() 1538 lanai->vccs[lvcc->vci = vci] = lvcc; in host_vcc_bind() 1702 lvcc->tx.unqueue(lanai, lvcc, lvcc->tx.endptr); in iter_transmit() 1755 lvcc->tx.unqueue(lanai, lvcc, endptr); in iter_dequeue() [all …]
|