Home
last modified time | relevance | path

Searched refs:rd_pending (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netbt/
H A Drfcomm_dlc.c357 if (dlc->rd_pending > RFCOMM_CREDITS_DEFAULT) in rfcomm_dlc_start()
404 dlc->rd_pending++; in rfcomm_dlc_start()
H A Drfcomm.h337 int rd_pending; /* packets sent but not complete */ member
H A Dhci_ioctl.c113 dlc->rd_txcred, dlc->rd_pending, in hci_dump()
H A Drfcomm_session.c456 dlc->rd_pending--; in rfcomm_session_complete()
474 && dlc->rd_txbuf == NULL && dlc->rd_pending == 0) { in rfcomm_session_complete()