Home
last modified time | relevance | path

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

/openbmc/linux/include/net/bluetooth/
H A Dbluetooth.h445 #define HCI_REQ_SKB BIT(1) macro
/openbmc/linux/net/bluetooth/
H A Dhci_request.c78 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in req_run()
H A Dhci_core.c3950 if (skb && bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
3968 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete()
H A Dhci_sync.c139 bt_cb(skb)->hci.req_flags |= HCI_REQ_SKB; in hci_cmd_sync_run()