Searched refs:HOST_RX_OWNED (Results 1 – 2 of 2) sorted by relevance
301 #define HOST_RX_OWNED 0x80000000 /* Host owns descriptor */ macro
104 m->data ? (status & HOST_RX_OWNED ? 'H' : 'M') : '-', in musycc_dump_rxbuffer_ring()116 if (m->data && (status & HOST_RX_OWNED)) in musycc_dump_rxbuffer_ring()1105 if (!(status & HOST_RX_OWNED)) in musycc_bh_rx_eom()