Lines Matching refs:BT_DBG
263 BT_DBG("chan %p %s -> %s", chan, state_to_string(chan->state), in l2cap_state_change()
414 BT_DBG("chan %p state %s", chan, state_to_string(chan->state)); in l2cap_chan_timeout()
463 BT_DBG("chan %p", chan); in l2cap_chan_create()
473 BT_DBG("chan %p", chan); in l2cap_chan_destroy()
484 BT_DBG("chan %p orig refcnt %d", c, kref_read(&c->kref)); in l2cap_chan_hold()
491 BT_DBG("chan %p orig refcnt %d", c, kref_read(&c->kref)); in l2cap_chan_put()
530 BT_DBG("conn %p, psm 0x%2.2x, dcid 0x%4.4x", conn, in __l2cap_chan_add()
593 BT_DBG("chan %p, conn %p, err %d, state %s", chan, conn, err, in l2cap_chan_del()
622 BT_DBG("chan %p disconnect hs_hchan %p", chan, hs_hchan); in l2cap_chan_del()
725 BT_DBG("chan %p state %s", chan, state_to_string(chan->state)); in l2cap_chan_close()
858 BT_DBG("code 0x%2.2x", code); in l2cap_send_cmd()
888 BT_DBG("chan %p, skb %p len %d priority %u", chan, skb, skb->len, in l2cap_do_send()
1075 BT_DBG("chan %p, control %p", chan, control); in l2cap_send_sframe()
1097 BT_DBG("reqseq %d, final %d, poll %d, super %d", control->reqseq, in l2cap_send_sframe()
1114 BT_DBG("chan %p, poll %d", chan, poll); in l2cap_send_rr_or_rnr()
1203 BT_DBG("chan %p", chan); in l2cap_move_setup()
1237 BT_DBG("chan %p", chan); in l2cap_move_done()
1316 BT_DBG("chan %p AMP capable: discover AMPs", chan); in l2cap_start_connection()
1413 BT_DBG("conn %p", conn); in l2cap_conn_start()
1491 BT_DBG("%s conn %p", hdev->name, conn); in l2cap_le_conn_ready()
1524 BT_DBG("conn %p", conn); in l2cap_conn_ready()
1565 BT_DBG("conn %p", conn); in l2cap_conn_unreliable()
1675 BT_DBG("hcon %p conn %p, err %d", hcon, conn, err); in l2cap_conn_del()
1803 BT_DBG("chan %p", chan); in l2cap_monitor_timeout()
1824 BT_DBG("chan %p", chan); in l2cap_retrans_timeout()
1845 BT_DBG("chan %p, skbs %p", chan, skbs); in l2cap_streaming_send()
1871 BT_DBG("Sent txseq %u", control->txseq); in l2cap_streaming_send()
1884 BT_DBG("chan %p", chan); in l2cap_ertm_send()
1939 BT_DBG("Sent txseq %u", control->txseq); in l2cap_ertm_send()
1942 BT_DBG("Sent %d, %u unacked, %u in ERTM queue", sent, in l2cap_ertm_send()
1955 BT_DBG("chan %p", chan); in l2cap_ertm_resend()
1968 BT_DBG("Error: Can't retransmit seq %d, frame missing", in l2cap_ertm_resend()
1978 BT_DBG("Retry limit exceeded (%d)", chan->max_tx); in l2cap_ertm_resend()
2023 BT_DBG("Resent txseq %d", control.txseq); in l2cap_ertm_resend()
2032 BT_DBG("chan %p, control %p", chan, control); in l2cap_retransmit()
2043 BT_DBG("chan %p, control %p", chan, control); in l2cap_retransmit_all()
2079 BT_DBG("chan %p last_acked_seq %d buffer_seq %d", in l2cap_send_ack()
2106 BT_DBG("frames_to_ack %u, threshold %d", frames_to_ack, in l2cap_send_ack()
2174 BT_DBG("chan %p psm 0x%2.2x len %zu", chan, in l2cap_create_connless_pdu()
2206 BT_DBG("chan %p len %zu", chan, len); in l2cap_create_basic_pdu()
2237 BT_DBG("chan %p len %zu", chan, len); in l2cap_create_iframe_pdu()
2291 BT_DBG("chan %p, msg %p, len %zu", chan, msg, len); in l2cap_segment_sdu()
2358 BT_DBG("chan %p len %zu", chan, len); in l2cap_create_le_flowctl_pdu()
2400 BT_DBG("chan %p, msg %p, len %zu", chan, msg, len); in l2cap_segment_le_sdu()
2432 BT_DBG("chan %p", chan); in l2cap_le_flowctl_send()
2440 BT_DBG("Sent %d credits %u queued %u", sent, chan->tx_credits, in l2cap_le_flowctl_send()
2563 BT_DBG("bad state %1.1x", chan->mode); in l2cap_chan_send()
2576 BT_DBG("chan %p, txseq %u", chan, txseq); in l2cap_send_srej()
2598 BT_DBG("chan %p", chan); in l2cap_send_srej_tail()
2616 BT_DBG("chan %p, txseq %u", chan, txseq); in l2cap_send_srej_list()
2641 BT_DBG("chan %p, reqseq %u", chan, reqseq); in l2cap_process_reqseq()
2646 BT_DBG("expected_ack_seq %u, unacked_frames %u", in l2cap_process_reqseq()
2665 BT_DBG("unacked_frames %u", chan->unacked_frames); in l2cap_process_reqseq()
2670 BT_DBG("chan %p", chan); in l2cap_abort_rx_srej_sent()
2682 BT_DBG("chan %p, control %p, skbs %p, event %d", chan, control, skbs, in l2cap_tx_state_xmit()
2694 BT_DBG("Enter LOCAL_BUSY"); in l2cap_tx_state_xmit()
2708 BT_DBG("Exit LOCAL_BUSY"); in l2cap_tx_state_xmit()
2754 BT_DBG("chan %p, control %p, skbs %p, event %d", chan, control, skbs, in l2cap_tx_state_wait_f()
2765 BT_DBG("Enter LOCAL_BUSY"); in l2cap_tx_state_wait_f()
2779 BT_DBG("Exit LOCAL_BUSY"); in l2cap_tx_state_wait_f()
2808 BT_DBG("recv fbit tx_state 0x2.2%x", chan->tx_state); in l2cap_tx_state_wait_f()
2831 BT_DBG("chan %p, control %p, skbs %p, event %d, state %d", in l2cap_tx()
2850 BT_DBG("chan %p, control %p", chan, control); in l2cap_pass_to_tx()
2857 BT_DBG("chan %p, control %p", chan, control); in l2cap_pass_to_tx_fbit()
2867 BT_DBG("conn %p", conn); in l2cap_raw_recv()
2898 BT_DBG("conn %p, code 0x%2.2x, ident 0x%2.2x, len %u", in l2cap_build_cmd()
2986 BT_DBG("type 0x%2.2x len %u val 0x%lx", *type, opt->len, *val); in l2cap_get_conf_opt()
2994 BT_DBG("type 0x%2.2x len %u val 0x%lx", type, len, val); in l2cap_add_conf_opt()
3060 BT_DBG("chan %p", chan); in l2cap_ack_timeout()
3205 BT_DBG("chan %p", chan); in l2cap_build_conf_req()
3335 BT_DBG("chan %p", chan); in l2cap_parse_conf_req()
3546 BT_DBG("chan %p, rsp %p, len %d, req %p", chan, rsp, len, data); in l2cap_parse_conf_rsp()
3652 BT_DBG("chan %p", chan); in l2cap_build_conf_rsp()
3666 BT_DBG("chan %p", chan); in __l2cap_le_connect_rsp_defer()
3695 BT_DBG("chan %p rsp_code %u", chan, rsp_code); in __l2cap_connect_rsp_defer()
3723 BT_DBG("chan %p, rsp %p, len %d", chan, rsp, len); in l2cap_conf_rfc_get()
3795 BT_DBG("psm 0x%2.2x scid 0x%4.4x", __le16_to_cpu(psm), scid); in l2cap_connect()
3955 BT_DBG("dcid 0x%4.4x scid 0x%4.4x result 0x%2.2x status 0x%2.2x", in l2cap_connect_create_rsp()
4026 BT_DBG("conn %p chan %p ident %d flags 0x%4.4x", conn, chan, ident, in l2cap_send_efs_conf_rsp()
4065 BT_DBG("dcid 0x%4.4x flags 0x%2.2x", dcid, flags); in l2cap_config_req()
4175 BT_DBG("scid 0x%4.4x flags 0x%2.2x result 0x%2.2x len %d", scid, flags, in l2cap_config_rsp()
4285 BT_DBG("scid 0x%4.4x dcid 0x%4.4x", scid, dcid); in l2cap_disconnect_req()
4331 BT_DBG("dcid 0x%4.4x scid 0x%4.4x", dcid, scid); in l2cap_disconnect_rsp()
4368 BT_DBG("type 0x%4.4x", type); in l2cap_information_req()
4420 BT_DBG("type 0x%4.4x result 0x%2.2x", type, result); in l2cap_information_rsp()
4489 BT_DBG("psm 0x%2.2x, scid 0x%4.4x, amp_id %d", psm, scid, req->amp_id); in l2cap_create_channel_req()
4523 BT_DBG("mgr %p bredr_chan %p hs_hcon %p", mgr, chan, hs_hcon); in l2cap_create_channel_req()
4552 BT_DBG("chan %p, dest_amp_id %d", chan, dest_amp_id); in l2cap_send_move_chan_req()
4570 BT_DBG("chan %p, result 0x%4.4x", chan, result); in l2cap_send_move_chan_rsp()
4583 BT_DBG("chan %p, result 0x%4.4x", chan, result); in l2cap_send_move_chan_cfm()
4600 BT_DBG("conn %p, icid 0x%4.4x", conn, icid); in l2cap_send_move_chan_cfm_icid()
4614 BT_DBG("icid 0x%4.4x", icid); in l2cap_send_move_chan_cfm_rsp()
4688 BT_DBG("move_state %d", chan->move_state); in l2cap_logical_finish_move()
4720 BT_DBG("chan %p, hchan %p, status %d", chan, hchan, status); in l2cap_logical_cfm()
4739 BT_DBG("chan %p", chan); in l2cap_move_start()
4759 BT_DBG("chan %p state %s %u -> %u", chan, state_to_string(chan->state), in l2cap_do_create()
4868 BT_DBG("chan %p, result %d, local_amp_id %d, remote_amp_id %d", in __l2cap_physical_cfm()
4911 BT_DBG("icid 0x%4.4x, dest_amp_id %d", icid, req->dest_amp_id); in l2cap_move_channel_req()
5126 BT_DBG("icid 0x%4.4x, result 0x%4.4x", icid, result); in l2cap_move_channel_rsp()
5150 BT_DBG("icid 0x%4.4x, result 0x%4.4x", icid, result); in l2cap_move_channel_confirm()
5191 BT_DBG("icid 0x%4.4x", icid); in l2cap_move_channel_confirm_rsp()
5235 BT_DBG("min 0x%4.4x max 0x%4.4x latency: 0x%4.4x Timeout: 0x%4.4x", in l2cap_conn_param_update_req()
5287 BT_DBG("dcid 0x%4.4x mtu %u mps %u credits %u result 0x%2.2x", in l2cap_le_connect_rsp()
5454 BT_DBG("psm 0x%2.2x scid 0x%4.4x mtu %u mps %u", __le16_to_cpu(psm), in l2cap_le_connect_req()
5571 BT_DBG("cid 0x%4.4x credits 0x%4.4x", cid, credits); in l2cap_le_credits()
5693 BT_DBG("code 0x%2.2x len %d id 0x%2.2x", cmd->code, len, cmd->ident); in l2cap_le_sig_channel()
5696 BT_DBG("corrupted command"); in l2cap_le_sig_channel()
5737 BT_DBG("code 0x%2.2x len %d id 0x%2.2x", cmd.code, cmd_len, in l2cap_sig_channel()
5741 BT_DBG("corrupted command"); in l2cap_sig_channel()
5789 BT_DBG("chan %p", chan); in l2cap_send_i_or_rr_or_rnr()
5947 BT_DBG("chan %p", chan); in l2cap_rx_queued_iframes()
5951 BT_DBG("Searching for skb with txseq %d (queue len %d)", in l2cap_rx_queued_iframes()
5979 BT_DBG("chan %p, control %p", chan, control); in l2cap_handle_srej()
5982 BT_DBG("Invalid reqseq %d, disconnecting", control->reqseq); in l2cap_handle_srej()
5990 BT_DBG("Seq %d not available for retransmission", in l2cap_handle_srej()
5996 BT_DBG("Retry limit exceeded (%d)", chan->max_tx); in l2cap_handle_srej()
6037 BT_DBG("chan %p, control %p", chan, control); in l2cap_handle_rej()
6040 BT_DBG("Invalid reqseq %d, disconnecting", control->reqseq); in l2cap_handle_rej()
6049 BT_DBG("Retry limit exceeded (%d)", chan->max_tx); in l2cap_handle_rej()
6071 BT_DBG("chan %p, txseq %d", chan, txseq); in l2cap_classify_txseq()
6073 BT_DBG("last_acked_seq %d, expected_tx_seq %d", chan->last_acked_seq, in l2cap_classify_txseq()
6083 BT_DBG("Invalid/Ignore - after SREJ"); in l2cap_classify_txseq()
6086 BT_DBG("Invalid - in window after SREJ sent"); in l2cap_classify_txseq()
6092 BT_DBG("Expected SREJ"); in l2cap_classify_txseq()
6097 BT_DBG("Duplicate SREJ - txseq already stored"); in l2cap_classify_txseq()
6102 BT_DBG("Unexpected SREJ - not requested"); in l2cap_classify_txseq()
6110 BT_DBG("Invalid - txseq outside tx window"); in l2cap_classify_txseq()
6113 BT_DBG("Expected"); in l2cap_classify_txseq()
6120 BT_DBG("Duplicate - expected_tx_seq later than txseq"); in l2cap_classify_txseq()
6143 BT_DBG("Invalid/Ignore - txseq outside tx window"); in l2cap_classify_txseq()
6146 BT_DBG("Invalid - txseq outside tx window"); in l2cap_classify_txseq()
6150 BT_DBG("Unexpected - txseq indicates missing frames"); in l2cap_classify_txseq()
6162 BT_DBG("chan %p, control %p, skb %p, event %d", chan, control, skb, in l2cap_rx_state_recv()
6172 BT_DBG("Busy, discarding expected seq %d", in l2cap_rx_state_recv()
6207 BT_DBG("Busy, discarding unexpected seq %d", in l2cap_rx_state_recv()
6218 BT_DBG("Queued %p (queue len %d)", skb, in l2cap_rx_state_recv()
6282 BT_DBG("Freeing %p", skb); in l2cap_rx_state_recv()
6297 BT_DBG("chan %p, control %p, skb %p, event %d", chan, control, skb, in l2cap_rx_state_srej_sent()
6308 BT_DBG("Queued %p (queue len %d)", skb, in l2cap_rx_state_srej_sent()
6319 BT_DBG("Queued %p (queue len %d)", skb, in l2cap_rx_state_srej_sent()
6334 BT_DBG("Queued %p (queue len %d)", skb, in l2cap_rx_state_srej_sent()
6348 BT_DBG("Queued %p (queue len %d)", skb, in l2cap_rx_state_srej_sent()
6425 BT_DBG("Freeing %p", skb); in l2cap_rx_state_srej_sent()
6434 BT_DBG("chan %p", chan); in l2cap_finish_move()
6452 BT_DBG("chan %p, control %p, skb %p, event %d", chan, control, skb, in l2cap_rx_state_wait_p()
6536 BT_DBG("chan %p, control %p, skb %p, event %d, state %d", chan, in l2cap_rx()
6559 BT_DBG("Invalid reqseq %d (next_tx_seq %d, expected_ack_seq %d", in l2cap_rx()
6571 BT_DBG("chan %p, control %p, skb %p, state %d", chan, control, skb, in l2cap_stream_rx()
6578 BT_DBG("buffer_seq %d->%d", chan->buffer_seq, in l2cap_stream_rx()
6593 BT_DBG("Freeing %p", skb); in l2cap_stream_rx()
6640 BT_DBG("iframe sar %d, reqseq %d, final %d, txseq %d", in l2cap_data_rcv()
6669 BT_DBG("sframe reqseq %d, final %d, poll %d, super %d", in l2cap_data_rcv()
6710 BT_DBG("chan %p returning %u credits to sender", chan, return_credits); in l2cap_chan_le_send_credits()
6738 BT_DBG("rx_credits %u -> %u", chan->rx_credits + 1, chan->rx_credits); in l2cap_le_data_rcv()
6750 BT_DBG("Start of new SDU. sdu_len %u skb->len %u imtu %u", in l2cap_le_data_rcv()
6775 BT_DBG("SDU fragment. chan->sdu->len %u skb->len %u chan->sdu_len %u", in l2cap_le_data_rcv()
6828 BT_DBG("unknown cid 0x%4.4x", cid); in l2cap_data_channel()
6835 BT_DBG("chan %p, len %d", chan, skb->len); in l2cap_data_channel()
6875 BT_DBG("chan %p: bad mode 0x%2.2x", chan, chan->mode); in l2cap_data_channel()
6900 BT_DBG("chan %p, len %d", chan, skb->len); in l2cap_conless_channel()
6931 BT_DBG("queueing pending rx skb"); in l2cap_recv_frame()
6955 BT_DBG("len %d, cid 0x%4.4x", len, cid); in l2cap_recv_frame()
6984 BT_DBG(""); in process_pending_rx()
7013 BT_DBG("hcon %p conn %p hchan %p", hcon, conn, hchan); in l2cap_conn_add()
7076 BT_DBG("%pMR -> %pMR (type %u) psm 0x%2.2x", &chan->src, dst, in l2cap_chan_connect()
7238 BT_DBG("hdev %s, bdaddr %pMR", hdev->name, bdaddr); in l2cap_connect_ind()
7308 BT_DBG("hcon %p bdaddr %pMR status %d", hcon, &hcon->dst, status); in l2cap_connect_cfm()
7363 BT_DBG("hcon %p", hcon); in l2cap_disconn_ind()
7375 BT_DBG("hcon %p reason %d", hcon, reason); in l2cap_disconn_cfm()
7405 BT_DBG("conn %p status 0x%2.2x encrypt %u", conn, status, encrypt); in l2cap_security_cfm()
7412 BT_DBG("chan %p scid 0x%4.4x state %s", chan, chan->scid, in l2cap_security_cfm()
7504 BT_DBG("conn %p len %d flags 0x%x", conn, skb->len, flags); in l2cap_recv_acldata()
7534 BT_DBG("Start: total len %d, frag len %d", len, skb->len); in l2cap_recv_acldata()
7554 BT_DBG("Cont: frag len %d (expecting %d)", skb->len, conn->rx_len); in l2cap_recv_acldata()