Home
last modified time | relevance | path

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

/Linux-v4.19/include/net/bluetooth/
Dbluetooth.h307 #define HCI_REQ_SKB BIT(1) macro
/Linux-v4.19/net/bluetooth/
Dhci_core.c4285 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
4303 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete()
Dhci_request.c75 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in req_run()