Home
last modified time | relevance | path

Searched refs:tx_win (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/powernv/
Dvas-window.c567 WARN_ON_ONCE(rxwin->tx_win); in put_rx_win()
592 if (!rxwin || rxwin->tx_win || rxwin->cop != VAS_COP_TYPE_FTW) in get_user_rxwin()
650 if (!window->user_win && !window->tx_win) { in set_vinst_win()
672 if (!window->user_win && !window->tx_win) { in clear_vinst_win()
872 rxwin->tx_win = false; in vas_rx_win_open()
1016 txwin->tx_win = 1; in vas_tx_win_open()
1133 if (window->tx_win) in poll_window_credits()
1141 if (window->tx_win) { in poll_window_credits()
1230 if (!window->tx_win && atomic_read(&window->num_txwins) != 0) { in vas_win_close()
1249 if (window->tx_win) in vas_win_close()
Dvas.h331 bool tx_win; /* True if send window */ member
415 win->tx_win ? "Tx" : "Rx", win->winid, name, in vas_log_write()
Dvas-debug.c40 window->tx_win ? "Send" : "Receive"); in info_show()
/Linux-v5.4/net/rxrpc/
Dsendmsg.c55 rxrpc_seq_t tx_start, tx_win; in rxrpc_wait_for_tx_window_nonintr() local
70 tx_win = READ_ONCE(call->tx_hard_ack); in rxrpc_wait_for_tx_window_nonintr()
71 if (call->tx_top - tx_win < in rxrpc_wait_for_tx_window_nonintr()
81 tx_win == tx_start && signal_pending(current)) in rxrpc_wait_for_tx_window_nonintr()
84 if (tx_win != tx_start) { in rxrpc_wait_for_tx_window_nonintr()
86 tx_start = tx_win; in rxrpc_wait_for_tx_window_nonintr()
/Linux-v5.4/drivers/bluetooth/
Dhci_h5.c78 u8 tx_win; /* Sliding window size */ member
129 return h5->tx_win & 0x07; in h5_cfg_field()
223 h5->tx_win = H5_TX_WIN_MAX; in h5_open()
345 h5->tx_win = (data[2] & 0x07); in h5_handle_internal_rx()
346 BT_DBG("Three-wire init complete. tx_win %u", h5->tx_win); in h5_handle_internal_rx()
738 if (h5->unack.qlen >= h5->tx_win) in h5_dequeue()
/Linux-v5.4/net/bluetooth/
Dl2cap_sock.c428 opts.txwin_size = chan->tx_win; in l2cap_sock_getsockopt_old()
662 opts.txwin_size = chan->tx_win; in l2cap_sock_setsockopt_old()
701 chan->tx_win = opts.txwin_size; in l2cap_sock_setsockopt_old()
1534 chan->tx_win = pchan->tx_win; in l2cap_sock_init()
Dl2cap_core.c506 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
509 chan->remote_tx_win = chan->tx_win; in l2cap_chan_set_defaults()
3140 err = l2cap_seq_list_init(&chan->srej_list, chan->tx_win); in l2cap_ertm_init()
3216 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && in l2cap_txwin_setup()
3222 chan->tx_win = min_t(u16, chan->tx_win, in l2cap_txwin_setup()
3226 chan->ack_win = chan->tx_win; in l2cap_txwin_setup()
3294 rfc.txwin_size = min_t(u16, chan->tx_win, in l2cap_build_conf_req()
3305 chan->tx_win, endptr - ptr); in l2cap_build_conf_req()
3632 chan->tx_win, endptr - ptr); in l2cap_parse_conf_rsp()
6146 chan->tx_win) { in l2cap_classify_txseq()
[all …]
Da2mp.c773 chan->remote_tx_win = chan->tx_win; in a2mp_chan_open()
/Linux-v5.4/include/net/bluetooth/
Dl2cap.h533 __u16 tx_win; member