Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drds.h154 __u64 next_tx_seq; member
164 __u64 next_tx_seq; member
/openbmc/linux/net/rds/
H A Dconnection.c747 cinfo->next_tx_seq = cp->cp_next_tx_seq; in rds_conn_info_visitor()
774 cinfo6->next_tx_seq = cp->cp_next_tx_seq; in rds6_conn_info_visitor()
/openbmc/linux/net/bluetooth/
H A Dl2cap_core.c1941 control->txseq = chan->next_tx_seq; in l2cap_streaming_send()
1954 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_streaming_send()
1987 control->txseq = chan->next_tx_seq; in l2cap_ertm_send()
2006 chan->next_tx_seq = __next_seq(chan, chan->next_tx_seq); in l2cap_ertm_send()
3128 chan->next_tx_seq = 0; in l2cap_ertm_init()
5779 if (control->reqseq == chan->next_tx_seq) { in l2cap_handle_srej()
5837 if (control->reqseq == chan->next_tx_seq) { in l2cap_handle_rej()
6280 chan->next_tx_seq = control->reqseq; in l2cap_rx_state_wait_p()
6318 chan->next_tx_seq = control->reqseq; in l2cap_rx_state_wait_f()
6336 return __seq_offset(chan, chan->next_tx_seq, reqseq) <= unacked; in __valid_reqseq()
[all …]
/openbmc/linux/include/net/bluetooth/
H A Dl2cap.h561 __u16 next_tx_seq; member