Home
last modified time | relevance | path

Searched refs:tx_win_max (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/net/bluetooth/
H A Dl2cap.h541 __u16 tx_win_max; member
870 return chan->tx_win_max + 1 - seq2 + seq1; in __seq_offset()
875 return (seq + 1) % (chan->tx_win_max + 1); in __next_seq()
/openbmc/linux/net/bluetooth/
H A Dl2cap_sock.c1816 chan->tx_win_max = pchan->tx_win_max; in l2cap_sock_init()
H A Dl2cap_core.c528 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
3197 chan->tx_win_max = L2CAP_DEFAULT_EXT_WINDOW; in l2cap_txwin_setup()
3201 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_txwin_setup()
5877 if (chan->tx_win <= ((chan->tx_win_max + 1) >> 1)) { in l2cap_classify_txseq()
5937 if (chan->tx_win <= ((chan->tx_win_max + 1) >> 1)) { in l2cap_classify_txseq()