Home
last modified time | relevance | path

Searched refs:msg_frags (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/nfc/hci/
H A Dhcp.c38 skb_queue_head_init(&cmd->msg_frags); in nfc_hci_hcp_message_tx()
88 skb_queue_tail(&cmd->msg_frags, skb); in nfc_hci_hcp_message_tx()
107 skb_queue_purge(&cmd->msg_frags); in nfc_hci_hcp_message_tx()
H A Dhci.h35 struct sk_buff_head msg_frags; member
H A Dcore.c98 while ((skb = skb_dequeue(&msg->msg_frags)) != NULL) { in nfc_hci_msg_tx_work()
102 skb_queue_purge(&msg->msg_frags); in nfc_hci_msg_tx_work()
1061 skb_queue_purge(&msg->msg_frags); in nfc_hci_unregister_device()