Lines Matching refs:bt_cb
3523 bt_cb(skb)->pkt_type = HCI_EVENT_PKT; in hci_reset_dev()
3540 if (bt_cb(skb)->pkt_type != HCI_EVENT_PKT && in hci_recv_frame()
3541 bt_cb(skb)->pkt_type != HCI_ACLDATA_PKT && in hci_recv_frame()
3542 bt_cb(skb)->pkt_type != HCI_SCODATA_PKT) { in hci_recv_frame()
3548 bt_cb(skb)->incoming = 1; in hci_recv_frame()
3564 bt_cb(skb)->pkt_type = HCI_DIAG_PKT; in hci_recv_diag()
3606 BT_DBG("%s type %d len %d", hdev->name, bt_cb(skb)->pkt_type, skb->len); in hci_send_frame()
3651 bt_cb(skb)->hci.req_start = true; in hci_send_cmd()
3719 bt_cb(skb)->pkt_type = HCI_ACLDATA_PKT; in hci_queue_acl()
3759 bt_cb(skb)->pkt_type = HCI_ACLDATA_PKT; in hci_queue_acl()
3797 bt_cb(skb)->pkt_type = HCI_SCODATA_PKT; in hci_send_sco()
4059 bt_cb(skb)->force_active); in hci_sched_acl_pkt()
4111 bt_cb(skb)->force_active); in hci_sched_acl_blk()
4348 return bt_cb(skb)->hci.req_start; in hci_req_is_complete()
4408 if (bt_cb(hdev->sent_cmd)->hci.req_complete) { in hci_req_cmd_complete()
4409 *req_complete = bt_cb(hdev->sent_cmd)->hci.req_complete; in hci_req_cmd_complete()
4413 if (bt_cb(hdev->sent_cmd)->hci.req_complete_skb) { in hci_req_cmd_complete()
4414 *req_complete_skb = bt_cb(hdev->sent_cmd)->hci.req_complete_skb; in hci_req_cmd_complete()
4421 if (bt_cb(skb)->hci.req_start) { in hci_req_cmd_complete()
4426 *req_complete = bt_cb(skb)->hci.req_complete; in hci_req_cmd_complete()
4427 *req_complete_skb = bt_cb(skb)->hci.req_complete_skb; in hci_req_cmd_complete()
4456 switch (bt_cb(skb)->pkt_type) { in hci_rx_work()
4465 switch (bt_cb(skb)->pkt_type) { in hci_rx_work()