Lines Matching full:dlc
261 BT_DBG("dlc %p state %ld", d, d->state); in rfcomm_dlc_timeout()
270 BT_DBG("dlc %p state %ld timeout %ld", d, d->state, timeout); in rfcomm_dlc_set_timer()
278 BT_DBG("dlc %p state %ld", d, d->state); in rfcomm_dlc_clear_timer()
329 BT_DBG("dlc %p session %p", d, s); in rfcomm_dlc_link()
341 BT_DBG("dlc %p refcnt %d session %p", d, refcount_read(&d->refcnt), s); in rfcomm_dlc_unlink()
373 BT_DBG("dlc %p state %ld %pMR -> %pMR channel %d", in __rfcomm_dlc_open()
453 BT_DBG("dlc %p state %ld dlci %d err %d session %p", in __rfcomm_dlc_close()
479 /* if closing a dlc in a session that hasn't been started, in __rfcomm_dlc_close()
480 * just close and unlink the dlc in __rfcomm_dlc_close()
505 BT_DBG("dlc %p state %ld dlci %d err %d", d, d->state, d->dlci, err); in rfcomm_dlc_close()
514 * then check the dlc still exists in rfcomm_dlc_close()
536 struct rfcomm_dlc *dlc = NULL; in rfcomm_dlc_exists() local
546 dlc = rfcomm_dlc_get(s, dlci); in rfcomm_dlc_exists()
549 return dlc; in rfcomm_dlc_exists()
559 BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); in rfcomm_dlc_send()
576 BT_DBG("dlc %p mtu %d len %d", d, d->mtu, len); in rfcomm_dlc_send_noerror()
588 BT_DBG("dlc %p state %ld", d, d->state); in __rfcomm_dlc_throttle()
599 BT_DBG("dlc %p state %ld", d, d->state); in __rfcomm_dlc_unthrottle()
611 Remote status is provided by dlc->modem_status() callback.
615 BT_DBG("dlc %p state %ld v24_sig 0x%x", in rfcomm_dlc_set_modem_status()
633 BT_DBG("dlc %p state %ld v24_sig 0x%x", in rfcomm_dlc_get_modem_status()
858 BT_DBG("dlc %p dlci %d", d, d->dlci); in rfcomm_queue_disc()
1223 /* Data DLC */ in rfcomm_recv_dm()
1285 BT_DBG("dlc %p", d); in rfcomm_dlc_accept()
1338 /* Check if DLC exists */ in rfcomm_recv_sabm()
1342 /* DLC was previously opened by PN request */ in rfcomm_recv_sabm()
1367 BT_DBG("dlc %p state %ld dlci %d mtu %d fc 0x%x credits %d", in rfcomm_apply_pn()
1426 /* PN request for non existing DLC. in rfcomm_recv_pn()
1785 /* Send data queued for the DLC.
1793 BT_DBG("dlc %p state %ld cfc %d rx_credits %d tx_credits %d", in rfcomm_process_tx()