Searched refs:control_h2d_ring (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/bluetooth/ |
D | hci_bcm4377.c | 593 struct bcm4377_transfer_ring control_h2d_ring; member 761 bcm4377_handle_ack(bcm4377, &bcm4377->control_h2d_ring, msg_id); in bcm4377_handle_completion() 995 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_create_completion_ring() 1013 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_destroy_completion_ring() 1054 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_create_transfer_ring() 1103 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_destroy_transfer_ring() 1642 cpu_to_le64(bcm4377->control_h2d_ring.ring_dma); in bcm4377_init_context() 1644 cpu_to_le16(bcm4377->control_h2d_ring.n_entries); in bcm4377_init_context() 1646 cpu_to_le16(bcm4377->control_h2d_ring.doorbell); in bcm4377_init_context() 1650 bcm4377->control_h2d_ring.payload_size / 4; in bcm4377_init_context() [all …]
|