Searched refs:phys_aob (Results 1 – 1 of 1) sorted by relevance
640 unsigned long phys_aob = 0; in qdio_aob_for_buffer() local652 phys_aob = virt_to_phys(q->aobs[bufnr]); in qdio_aob_for_buffer()653 WARN_ON_ONCE(phys_aob & 0xFF); in qdio_aob_for_buffer()657 return phys_aob; in qdio_aob_for_buffer()1569 unsigned long phys_aob = 0; in handle_outbound() local1574 phys_aob = qdio_aob_for_buffer(&q->u.out, bufnr); in handle_outbound()1576 rc = qdio_kick_outbound_q(q, phys_aob); in handle_outbound()