Lines Matching defs:sco_event_ring
592 struct bcm4377_completion_ring sco_event_ring;
854 bcm4377_poll_completion_ring(bcm4377, &bcm4377->sco_event_ring);
1307 ret = bcm4377_create_completion_ring(bcm4377, &bcm4377->sco_event_ring);
1347 bcm4377_destroy_completion_ring(bcm4377, &bcm4377->sco_event_ring);
1372 bcm4377_destroy_completion_ring(bcm4377, &bcm4377->sco_event_ring);
1700 bcm4377->sco_event_ring.ring_id = BCM4377_EVENT_RING_SCO;
1701 bcm4377->sco_event_ring.payload_size = MAX_SCO_PAYLOAD_SIZE;
1702 bcm4377->sco_event_ring.n_entries = BCM4377_RING_N_ENTRIES;
1703 bcm4377->sco_event_ring.transfer_rings = BIT(BCM4377_XFER_RING_SCO_D2H);
1800 ret = bcm4377_alloc_completion_ring(bcm4377, &bcm4377->sco_event_ring);