Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/s390/cio/
Dqdio_main.c700 unsigned long phys_aob = 0; in qdio_aob_for_buffer() local
714 phys_aob = virt_to_phys(q->aobs[bufnr]); in qdio_aob_for_buffer()
715 BUG_ON(phys_aob & 0xFF); in qdio_aob_for_buffer()
719 return phys_aob; in qdio_aob_for_buffer()
1640 unsigned long phys_aob = 0; in handle_outbound() local
1645 phys_aob = qdio_aob_for_buffer(&q->u.out, bufnr); in handle_outbound()
1647 rc = qdio_kick_outbound_q(q, phys_aob); in handle_outbound()