Lines Matching refs:bt_cb
3371 bt_cb(skb)->incoming = 1; in hci_recv_frame()
3497 bt_cb(skb)->hci.req_flags |= HCI_REQ_START; in hci_send_cmd()
3936 bt_cb(skb)->force_active); in hci_sched_acl_pkt()
3988 bt_cb(skb)->force_active); in hci_sched_acl_blk()
4225 return (bt_cb(skb)->hci.req_flags & HCI_REQ_START); in hci_req_is_complete()
4285 if (bt_cb(hdev->sent_cmd)->hci.req_flags & HCI_REQ_SKB) { in hci_req_cmd_complete()
4286 *req_complete_skb = bt_cb(hdev->sent_cmd)->hci.req_complete_skb; in hci_req_cmd_complete()
4290 if (bt_cb(hdev->sent_cmd)->hci.req_complete) { in hci_req_cmd_complete()
4291 *req_complete = bt_cb(hdev->sent_cmd)->hci.req_complete; in hci_req_cmd_complete()
4298 if (bt_cb(skb)->hci.req_flags & HCI_REQ_START) { in hci_req_cmd_complete()
4303 if (bt_cb(skb)->hci.req_flags & HCI_REQ_SKB) in hci_req_cmd_complete()
4304 *req_complete_skb = bt_cb(skb)->hci.req_complete_skb; in hci_req_cmd_complete()
4306 *req_complete = bt_cb(skb)->hci.req_complete; in hci_req_cmd_complete()