Lines Matching refs:sco_event_ring
602 struct bcm4377_completion_ring sco_event_ring;
864 bcm4377_poll_completion_ring(bcm4377, &bcm4377->sco_event_ring);
1325 ret = bcm4377_create_completion_ring(bcm4377, &bcm4377->sco_event_ring);
1365 bcm4377_destroy_completion_ring(bcm4377, &bcm4377->sco_event_ring);
1390 bcm4377_destroy_completion_ring(bcm4377, &bcm4377->sco_event_ring);
1718 bcm4377->sco_event_ring.ring_id = BCM4377_EVENT_RING_SCO;
1719 bcm4377->sco_event_ring.payload_size = MAX_SCO_PAYLOAD_SIZE;
1720 bcm4377->sco_event_ring.n_entries = BCM4377_RING_N_ENTRIES;
1721 bcm4377->sco_event_ring.transfer_rings = BIT(BCM4377_XFER_RING_SCO_D2H);
1818 ret = bcm4377_alloc_completion_ring(bcm4377, &bcm4377->sco_event_ring);