tx_wait_q          78 drivers/bluetooth/hci_ll.c 	struct sk_buff_head tx_wait_q;	/* HCILL wait queue	*/
tx_wait_q         122 drivers/bluetooth/hci_ll.c 	skb_queue_head_init(&ll->tx_wait_q);
tx_wait_q         146 drivers/bluetooth/hci_ll.c 	skb_queue_purge(&ll->tx_wait_q);
tx_wait_q         159 drivers/bluetooth/hci_ll.c 	skb_queue_purge(&ll->tx_wait_q);
tx_wait_q         190 drivers/bluetooth/hci_ll.c 	while ((skb = skb_dequeue(&ll->tx_wait_q)))
tx_wait_q         332 drivers/bluetooth/hci_ll.c 		skb_queue_tail(&ll->tx_wait_q, skb);
tx_wait_q         343 drivers/bluetooth/hci_ll.c 		skb_queue_tail(&ll->tx_wait_q, skb);
tx_wait_q          86 drivers/bluetooth/hci_qca.c 	struct sk_buff_head tx_wait_q;	/* HCI_IBS wait queue	*/
tx_wait_q         486 drivers/bluetooth/hci_qca.c 	skb_queue_head_init(&qca->tx_wait_q);
tx_wait_q         597 drivers/bluetooth/hci_qca.c 	skb_queue_purge(&qca->tx_wait_q);
tx_wait_q         613 drivers/bluetooth/hci_qca.c 	skb_queue_purge(&qca->tx_wait_q);
tx_wait_q         741 drivers/bluetooth/hci_qca.c 		while ((skb = skb_dequeue(&qca->tx_wait_q)))
tx_wait_q         803 drivers/bluetooth/hci_qca.c 		skb_queue_tail(&qca->tx_wait_q, skb);
tx_wait_q         813 drivers/bluetooth/hci_qca.c 		skb_queue_tail(&qca->tx_wait_q, skb);