Searched refs:bcm4377_enqueue (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/bluetooth/ |
H A D | hci_bcm4377.c | 859 static int bcm4377_enqueue(struct bcm4377_data *bcm4377, in bcm4377_enqueue() function 996 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_create_completion_ring() 1014 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_destroy_completion_ring() 1055 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_create_transfer_ring() 1104 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_destroy_transfer_ring() 1478 ret = bcm4377_enqueue(bcm4377, ring, skb->data, skb->len, false); in bcm4377_hci_send_frame()
|