tx_win_max        534 include/net/bluetooth/l2cap.h 	__u16		tx_win_max;
tx_win_max        856 include/net/bluetooth/l2cap.h 		return chan->tx_win_max + 1 - seq2 + seq1;
tx_win_max        861 include/net/bluetooth/l2cap.h 	return (seq + 1) % (chan->tx_win_max + 1);
tx_win_max        507 net/bluetooth/l2cap_core.c 	chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW;
tx_win_max       3220 net/bluetooth/l2cap_core.c 		chan->tx_win_max = L2CAP_DEFAULT_EXT_WINDOW;
tx_win_max       3224 net/bluetooth/l2cap_core.c 		chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW;
tx_win_max       3420 net/bluetooth/l2cap_core.c 			chan->tx_win_max = L2CAP_DEFAULT_EXT_WINDOW;
tx_win_max       6148 net/bluetooth/l2cap_core.c 			if (chan->tx_win <= ((chan->tx_win_max + 1) >> 1)) {
tx_win_max       6208 net/bluetooth/l2cap_core.c 		if (chan->tx_win <= ((chan->tx_win_max + 1) >> 1)) {
tx_win_max       1535 net/bluetooth/l2cap_sock.c 		chan->tx_win_max = pchan->tx_win_max;