Searched refs:nextTxSeq (Results 1 – 2 of 2) sorted by relevance
438 return L2capGetSeqWindow(erfc->nextTxSeq, erfc->expectedAckSeq); in L2capGetTxWindow()537 if (erfc->nextTxSeq == reqSeq) { in L2capProcessRxReqSeq()549 if (ctrl->txSeq == erfc->nextTxSeq) { in L2capProcessRxReqSeq()605 if (ctrl->txSeq == erfc->nextTxSeq) { in L2capErfcTxOneFrame()794 erfc->nextTxSeq = L2capGetNextSeq(erfc->nextTxSeq); in L2capErfcDoTx()838 if (ctrl->txSeq == erfc->nextTxSeq) { in L2capErfcTx()997 chan->erfc.nextTxSeq = reqSeq; in L2capErfcProcessFBit()1032 erfc->nextTxSeq = sCtrl->reqSeq; in L2capErfcProcessSFrame()1121 if (erfc->nextTxSeq == erfc->txSeq) { // no pending packet in list in L2capErfcProcessIFrame()
78 uint16_t nextTxSeq; member