Searched refs:phys_aob (Results 1 – 1 of 1) sorted by relevance
638 unsigned long phys_aob = 0; in qdio_aob_for_buffer() local651 phys_aob = virt_to_phys(q->aobs[bufnr]); in qdio_aob_for_buffer()652 WARN_ON_ONCE(phys_aob & 0xFF); in qdio_aob_for_buffer()656 return phys_aob; in qdio_aob_for_buffer()1567 unsigned long phys_aob = 0; in handle_outbound() local1572 phys_aob = qdio_aob_for_buffer(&q->u.out, bufnr); in handle_outbound()1574 rc = qdio_kick_outbound_q(q, phys_aob); in handle_outbound()