HomeSort by: relevance | last modified time | path
    Searched refs:rd_pending (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netbt/
rfcomm_dlc.c 366 if (dlc->rd_pending > RFCOMM_CREDITS_DEFAULT)
413 dlc->rd_pending++;
hci_ioctl.c 115 dlc->rd_txcred, dlc->rd_pending,
rfcomm.h 335 int rd_pending; /* packets sent but not complete */ member in struct:rfcomm_dlc
rfcomm_session.c 466 dlc->rd_pending--;
484 && dlc->rd_txbuf == NULL && dlc->rd_pending == 0) {

Completed in 12 milliseconds