Home
last modified time | relevance | path

Searched refs:rx_skb_q (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/bluetooth/
H A Dbtintel_pcie.h454 * @rx_skb_q: SKB queue for RX packet
455 * @rx_work: RX work struct to process the RX packet in @rx_skb_q
499 struct sk_buff_head rx_skb_q; member
H A Dbtintel_pcie.c1399 while ((skb = skb_dequeue(&data->rx_skb_q))) { in btintel_pcie_rx_work()
1428 skb_queue_tail(&data->rx_skb_q, skb); in btintel_pcie_submit_rx_work()
2481 skb_queue_head_init(&data->rx_skb_q); in btintel_pcie_probe()