Lines Matching defs:acl_h2d_ring
599 struct bcm4377_transfer_ring acl_h2d_ring;
771 bcm4377_handle_ack(bcm4377, &bcm4377->acl_h2d_ring, msg_id);
1325 ret = bcm4377_create_transfer_ring(bcm4377, &bcm4377->acl_h2d_ring);
1337 bcm4377_destroy_transfer_ring(bcm4377, &bcm4377->acl_h2d_ring);
1366 bcm4377_destroy_transfer_ring(bcm4377, &bcm4377->acl_h2d_ring);
1466 ring = &bcm4377->acl_h2d_ring;
1742 bcm4377->acl_h2d_ring.ring_id = BCM4377_XFER_RING_ACL_H2D;
1743 bcm4377->acl_h2d_ring.doorbell = BCM4377_DOORBELL_ACL_H2D;
1744 bcm4377->acl_h2d_ring.mapped_payload_size = MAX_ACL_PAYLOAD_SIZE;
1745 bcm4377->acl_h2d_ring.completion_ring = BCM4377_ACK_RING_HCI_ACL;
1746 bcm4377->acl_h2d_ring.n_entries = BCM4377_RING_N_ENTRIES;
1778 ret = bcm4377_alloc_transfer_ring(bcm4377, &bcm4377->acl_h2d_ring);