Home
last modified time | relevance | path

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

/linux/net/nfc/hci/
A Dhcp.c101 list_add_tail(&cmd->msg_l, &hdev->msg_tx_queue); in nfc_hci_hcp_message_tx()
A Dcore.c91 if (list_empty(&hdev->msg_tx_queue)) in nfc_hci_msg_tx_work()
94 msg = list_first_entry(&hdev->msg_tx_queue, struct hci_msg, msg_l); in nfc_hci_msg_tx_work()
1014 INIT_LIST_HEAD(&hdev->msg_tx_queue); in nfc_hci_register_device()
1059 list_for_each_entry_safe(msg, n, &hdev->msg_tx_queue, msg_l) { in nfc_hci_unregister_device()
/linux/include/net/nfc/
A Dhci.h108 struct list_head msg_tx_queue; member

Completed in 6 milliseconds