Lines Matching refs:bt_cb
2937 bt_cb(skb)->incoming = 1; in hci_recv_frame()
3066 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_send_cmd()
3649 bt_cb(skb)->force_active); in hci_sched_acl_pkt()
3705 bt_cb(skb)->force_active); in hci_sched_acl_blk()
3962 return (bt_cb(skb)->hci.req_flags & HCI_REQ_START); in hci_req_is_complete()
4025 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
4026 *req_complete_skb = bt_cb(hdev->sent_cmd)->hci.req_complete_skb; in hci_req_cmd_complete()
4030 if (bt_cb(hdev->sent_cmd)->hci.req_complete) { in hci_req_cmd_complete()
4031 *req_complete = bt_cb(hdev->sent_cmd)->hci.req_complete; in hci_req_cmd_complete()
4038 if (bt_cb(skb)->hci.req_flags & HCI_REQ_START) { in hci_req_cmd_complete()
4043 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete()
4044 *req_complete_skb = bt_cb(skb)->hci.req_complete_skb; in hci_req_cmd_complete()
4046 *req_complete = bt_cb(skb)->hci.req_complete; in hci_req_cmd_complete()