Searched refs:tx_seqt (Results 1 – 2 of 2) sorted by relevance
63 hc->tx_seqh = hc->tx_seqt = seqp; in ccid2_hc_tx_alloc_seq()69 hc->tx_seqt->ccid2s_prev = &seqp[CCID2_SEQBUF_LEN - 1]; in ccid2_hc_tx_alloc_seq()70 seqp[CCID2_SEQBUF_LEN - 1].ccid2s_next = hc->tx_seqt; in ccid2_hc_tx_alloc_seq()170 hc->tx_seqt = hc->tx_seqh; in ccid2_hc_tx_rto_expire()284 if (next == hc->tx_seqt) { in ccid2_hc_tx_packet_sent()291 BUG_ON(next == hc->tx_seqt); in ccid2_hc_tx_packet_sent()350 struct ccid2_seq *seqp = hc->tx_seqt; in ccid2_hc_tx_packet_sent()572 if (hc->tx_seqh == hc->tx_seqt) in ccid2_hc_tx_packet_recv()579 seqp = hc->tx_seqt; in ccid2_hc_tx_packet_recv()612 if (seqp == hc->tx_seqt) { in ccid2_hc_tx_packet_recv()[all …]
78 struct ccid2_seq *tx_seqt; member