Home
last modified time | relevance | path

Searched refs:rd_txcred (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/netbt/
H A Drfcomm_dlc.c348 if (dlc->rd_txcred == 0) in rfcomm_dlc_start()
408 dlc->rd_txcred--; in rfcomm_dlc_start()
H A Drfcomm.h336 int rd_txcred; /* transmit credits (unused) */ member
H A Dhci_ioctl.c113 dlc->rd_txcred, dlc->rd_pending, in hci_dump()
H A Drfcomm_session.c962 dlc->rd_txcred += credits; in rfcomm_session_recv_uih()
1344 dlc->rd_txcred = pn.credits & 0x07; in rfcomm_session_recv_mcc_pn()
1394 dlc->rd_txcred = (pn.credits & 0x07); in rfcomm_session_recv_mcc_pn()
H A Drfcomm_upper.c550 fc->tx_cred = max(dlc->rd_txcred, 0xff); in rfcomm_getopt()