Home
last modified time | relevance | path

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

/net/nfc/hci/
Dhcp.c51 INIT_LIST_HEAD(&cmd->msg_l); in nfc_hci_hcp_message_tx()
115 list_add_tail(&cmd->msg_l, &hdev->msg_tx_queue); in nfc_hci_hcp_message_tx()
Dhci.h48 struct list_head msg_l; member
Dcore.c82 msg = list_first_entry(&hdev->msg_tx_queue, struct hci_msg, msg_l); in nfc_hci_msg_tx_work()
83 list_del(&msg->msg_l); in nfc_hci_msg_tx_work()
908 list_for_each_entry_safe(msg, n, &hdev->msg_tx_queue, msg_l) { in nfc_hci_unregister_device()
909 list_del(&msg->msg_l); in nfc_hci_unregister_device()