Searched refs:phys_aob (Results 1 – 1 of 1) sorted by relevance
620 unsigned long phys_aob = 0; in qdio_aob_for_buffer() local628 phys_aob = virt_to_phys(q->aobs[bufnr]); in qdio_aob_for_buffer()629 WARN_ON_ONCE(phys_aob & 0xFF); in qdio_aob_for_buffer()633 return phys_aob; in qdio_aob_for_buffer()1550 unsigned long phys_aob = 0; in handle_outbound() local1556 phys_aob = qdio_aob_for_buffer(&q->u.out, bufnr); in handle_outbound()1558 rc = qdio_kick_outbound_q(q, phys_aob); in handle_outbound()