Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/s390/cio/
Dqdio_main.c1266 unsigned long phys_aob = aob ? virt_to_phys(aob) : 0; in handle_outbound() local
1268 WARN_ON_ONCE(!IS_ALIGNED(phys_aob, 256)); in handle_outbound()
1269 rc = qdio_kick_outbound_q(q, count, phys_aob); in handle_outbound()