Home
last modified time | relevance | path

Searched refs:__set_txseq (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/net/bluetooth/
Dl2cap.h714 static inline __u32 __set_txseq(struct l2cap_chan *chan, __u32 txseq) in __set_txseq() function
/linux-3.4.99/net/bluetooth/
Dl2cap_core.c1372 control |= __set_txseq(chan, chan->next_tx_seq); in l2cap_streaming_send()
1421 control |= __set_txseq(chan, tx_seq); in l2cap_retransmit_one_frame()
1464 control |= __set_txseq(chan, chan->next_tx_seq); in l2cap_ertm_send()