Searched refs:bcm4377_enqueue (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/bluetooth/ |
H A D | hci_bcm4377.c | 869 static int bcm4377_enqueue(struct bcm4377_data *bcm4377, in bcm4377_enqueue() function 1006 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_create_completion_ring() 1024 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_destroy_completion_ring() 1065 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_create_transfer_ring() 1114 ret = bcm4377_enqueue(bcm4377, &bcm4377->control_h2d_ring, &msg, in bcm4377_destroy_transfer_ring() 1496 ret = bcm4377_enqueue(bcm4377, ring, skb->data, skb->len, false); in bcm4377_hci_send_frame()
|