Searched refs:next_tx_seq (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Drds.h154 __u64 next_tx_seq; member in struct:rds_info_connection
164 __u64 next_tx_seq; member in struct:rds6_info_connection
/linux-master/net/rds/
H A Dconnection.c715 * API. For example, there is only one next_tx_seq,
716 * which path's next_tx_seq should we report? It is
747 cinfo->next_tx_seq = cp->cp_next_tx_seq;
774 cinfo6->next_tx_seq = cp->cp_next_tx_seq;
/linux-master/net/bluetooth/
H A Dl2cap_core.c1914 control->txseq = chan->next_tx_seq;
1927 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq);
1960 control->txseq = chan->next_tx_seq;
1979 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq);
3101 chan->next_tx_seq = 0;
5768 if (control->reqseq == chan->next_tx_seq) {
5826 if (control->reqseq == chan->next_tx_seq) {
6266 /* Rewind next_tx_seq t
[all...]
/linux-master/include/net/bluetooth/
H A Dl2cap.h558 __u16 next_tx_seq; member in struct:l2cap_chan

Completed in 105 milliseconds