Lines Matching full:dlc
265 BT_DBG("dlc %p state %ld", d, d->state); in rfcomm_dlc_timeout()
274 BT_DBG("dlc %p state %ld timeout %ld", d, d->state, timeout); in rfcomm_dlc_set_timer()
282 BT_DBG("dlc %p state %ld", d, d->state); in rfcomm_dlc_clear_timer()
333 BT_DBG("dlc %p session %p", d, s); in rfcomm_dlc_link()
345 BT_DBG("dlc %p refcnt %d session %p", d, refcount_read(&d->refcnt), s); in rfcomm_dlc_unlink()
377 BT_DBG("dlc %p state %ld %pMR -> %pMR channel %d", in __rfcomm_dlc_open()
457 BT_DBG("dlc %p state %ld dlci %d err %d session %p", in __rfcomm_dlc_close()
483 /* if closing a dlc in a session that hasn't been started, in __rfcomm_dlc_close()
484 * just close and unlink the dlc in __rfcomm_dlc_close()
509 BT_DBG("dlc %p state %ld dlci %d err %d", d, d->state, d->dlci, err); in rfcomm_dlc_close()
518 * then check the dlc still exists in rfcomm_dlc_close()
540 struct rfcomm_dlc *dlc = NULL; in rfcomm_dlc_exists() local
550 dlc = rfcomm_dlc_get(s, dlci); in rfcomm_dlc_exists()
553 return dlc; in rfcomm_dlc_exists()
560 BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); in rfcomm_dlc_send_frag()
616 BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); in rfcomm_dlc_send_noerror()
628 BT_DBG("dlc %p state %ld", d, d->state); in __rfcomm_dlc_throttle()
639 BT_DBG("dlc %p state %ld", d, d->state); in __rfcomm_dlc_unthrottle()
651 Remote status is provided by dlc->modem_status() callback.
655 BT_DBG("dlc %p state %ld v24_sig 0x%x", in rfcomm_dlc_set_modem_status()
673 BT_DBG("dlc %p state %ld v24_sig 0x%x", in rfcomm_dlc_get_modem_status()
898 BT_DBG("dlc %p dlci %d", d, d->dlci); in rfcomm_queue_disc()
1263 /* Data DLC */ in rfcomm_recv_dm()
1325 BT_DBG("dlc %p", d); in rfcomm_dlc_accept()
1378 /* Check if DLC exists */ in rfcomm_recv_sabm()
1382 /* DLC was previously opened by PN request */ in rfcomm_recv_sabm()
1407 BT_DBG("dlc %p state %ld dlci %d mtu %d fc 0x%x credits %d", in rfcomm_apply_pn()
1466 /* PN request for non existing DLC. in rfcomm_recv_pn()
1825 /* Send data queued for the DLC.
1833 BT_DBG("dlc %p state %ld cfc %d rx_credits %d tx_credits %d", in rfcomm_process_tx()