tx_win             40 arch/powerpc/platforms/powernv/vas-debug.c 					window->tx_win ? "Send" : "Receive");
tx_win            567 arch/powerpc/platforms/powernv/vas-window.c 	WARN_ON_ONCE(rxwin->tx_win);
tx_win            592 arch/powerpc/platforms/powernv/vas-window.c 	if (!rxwin || rxwin->tx_win || rxwin->cop != VAS_COP_TYPE_FTW)
tx_win            650 arch/powerpc/platforms/powernv/vas-window.c 	if (!window->user_win && !window->tx_win) {
tx_win            672 arch/powerpc/platforms/powernv/vas-window.c 	if (!window->user_win && !window->tx_win) {
tx_win            872 arch/powerpc/platforms/powernv/vas-window.c 	rxwin->tx_win = false;
tx_win           1016 arch/powerpc/platforms/powernv/vas-window.c 	txwin->tx_win = 1;
tx_win           1133 arch/powerpc/platforms/powernv/vas-window.c 	if (window->tx_win)
tx_win           1141 arch/powerpc/platforms/powernv/vas-window.c 	if (window->tx_win) {
tx_win           1230 arch/powerpc/platforms/powernv/vas-window.c 	if (!window->tx_win && atomic_read(&window->num_txwins) != 0) {
tx_win           1249 arch/powerpc/platforms/powernv/vas-window.c 	if (window->tx_win)
tx_win            331 arch/powerpc/platforms/powernv/vas.h 	bool tx_win;		/* True if send window */
tx_win            415 arch/powerpc/platforms/powernv/vas.h 				win->tx_win ? "Tx" : "Rx", win->winid, name,
tx_win             78 drivers/bluetooth/hci_h5.c 	u8			tx_win;		/* Sliding window size */
tx_win            129 drivers/bluetooth/hci_h5.c 	return h5->tx_win & 0x07;
tx_win            223 drivers/bluetooth/hci_h5.c 	h5->tx_win = H5_TX_WIN_MAX;
tx_win            345 drivers/bluetooth/hci_h5.c 			h5->tx_win = (data[2] & 0x07);
tx_win            346 drivers/bluetooth/hci_h5.c 		BT_DBG("Three-wire init complete. tx_win %u", h5->tx_win);
tx_win            738 drivers/bluetooth/hci_h5.c 	if (h5->unack.qlen >= h5->tx_win)
tx_win            533 include/net/bluetooth/l2cap.h 	__u16		tx_win;
tx_win            773 net/bluetooth/a2mp.c 	chan->remote_tx_win = chan->tx_win;
tx_win            506 net/bluetooth/l2cap_core.c 	chan->tx_win = L2CAP_DEFAULT_TX_WINDOW;
tx_win            509 net/bluetooth/l2cap_core.c 	chan->remote_tx_win = chan->tx_win;
tx_win           3140 net/bluetooth/l2cap_core.c 	err = l2cap_seq_list_init(&chan->srej_list, chan->tx_win);
tx_win           3216 net/bluetooth/l2cap_core.c 	if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW &&
tx_win           3222 net/bluetooth/l2cap_core.c 		chan->tx_win = min_t(u16, chan->tx_win,
tx_win           3226 net/bluetooth/l2cap_core.c 	chan->ack_win = chan->tx_win;
tx_win           3294 net/bluetooth/l2cap_core.c 		rfc.txwin_size = min_t(u16, chan->tx_win,
tx_win           3305 net/bluetooth/l2cap_core.c 					   chan->tx_win, endptr - ptr);
tx_win           3632 net/bluetooth/l2cap_core.c 					   chan->tx_win, endptr - ptr);
tx_win           6144 net/bluetooth/l2cap_core.c 		    chan->tx_win) {
tx_win           6148 net/bluetooth/l2cap_core.c 			if (chan->tx_win <= ((chan->tx_win_max + 1) >> 1)) {
tx_win           6175 net/bluetooth/l2cap_core.c 		    chan->tx_win) {
tx_win           6190 net/bluetooth/l2cap_core.c 	if (__seq_offset(chan, txseq, chan->last_acked_seq) >= chan->tx_win) {
tx_win           6208 net/bluetooth/l2cap_core.c 		if (chan->tx_win <= ((chan->tx_win_max + 1) >> 1)) {
tx_win            428 net/bluetooth/l2cap_sock.c 		opts.txwin_size = chan->tx_win;
tx_win            662 net/bluetooth/l2cap_sock.c 		opts.txwin_size = chan->tx_win;
tx_win            701 net/bluetooth/l2cap_sock.c 		chan->tx_win = opts.txwin_size;
tx_win           1534 net/bluetooth/l2cap_sock.c 		chan->tx_win = pchan->tx_win;
tx_win             28 net/rxrpc/sendmsg.c 	rxrpc_seq_t tx_win = READ_ONCE(call->tx_hard_ack);
tx_win             31 net/rxrpc/sendmsg.c 		*_tx_win = tx_win;
tx_win             32 net/rxrpc/sendmsg.c 	return call->tx_top - tx_win < win_size;
tx_win             68 net/rxrpc/sendmsg.c 	rxrpc_seq_t tx_start, tx_win;
tx_win             82 net/rxrpc/sendmsg.c 		tx_win = READ_ONCE(call->tx_hard_ack);
tx_win             83 net/rxrpc/sendmsg.c 		if (rxrpc_check_tx_space(call, &tx_win))
tx_win             90 net/rxrpc/sendmsg.c 		    tx_win == tx_start && signal_pending(current))
tx_win             93 net/rxrpc/sendmsg.c 		if (tx_win != tx_start) {
tx_win             95 net/rxrpc/sendmsg.c 			tx_start = tx_win;