Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/platforms/powernv/
Dvas-window.c569 WARN_ON_ONCE(rxwin->tx_win); in put_rx_win()
595 if (!rxwin || rxwin->tx_win || rxwin->vas_win.cop != VAS_COP_TYPE_FTW) in get_user_rxwin()
653 if (!window->user_win && !window->tx_win) { in set_vinst_win()
675 if (!window->user_win && !window->tx_win) { in clear_vinst_win()
878 rxwin->tx_win = false; in vas_rx_win_open()
1036 txwin->tx_win = 1; in vas_tx_win_open()
1162 if (window->tx_win) in poll_window_credits()
1170 if (window->tx_win) { in poll_window_credits()
1292 if (!window->tx_win && atomic_read(&window->num_txwins) != 0) { in vas_win_close()
1311 if (window->tx_win) { in vas_win_close()
[all …]
Dvas.h355 bool tx_win; /* True if send window */ member
446 win->tx_win ? "Tx" : "Rx", win->vas_win.winid, in vas_log_write()
Dvas-debug.c41 window->tx_win ? "Send" : "Receive"); in info_show()
/linux-6.6.21/net/rxrpc/
Dsendmsg.c131 rxrpc_seq_t tx_start, tx_win; in rxrpc_wait_for_tx_window_waitall() local
145 if (rxrpc_check_tx_space(call, &tx_win)) in rxrpc_wait_for_tx_window_waitall()
152 tx_win == tx_start && signal_pending(current)) in rxrpc_wait_for_tx_window_waitall()
155 if (tx_win != tx_start) { in rxrpc_wait_for_tx_window_waitall()
157 tx_start = tx_win; in rxrpc_wait_for_tx_window_waitall()
/linux-6.6.21/drivers/bluetooth/
Dhci_h5.c84 u8 tx_win; /* Sliding window size */ member
144 return h5->tx_win & 0x07; in h5_cfg_field()
238 h5->tx_win = H5_TX_WIN_MAX; in h5_open()
363 h5->tx_win = (data[2] & 0x07); in h5_handle_internal_rx()
364 BT_DBG("Three-wire init complete. tx_win %u", h5->tx_win); in h5_handle_internal_rx()
773 if (h5->unack.qlen >= h5->tx_win) in h5_dequeue()
/linux-6.6.21/net/bluetooth/
Dl2cap_sock.c484 opts.txwin_size = chan->tx_win; in l2cap_sock_getsockopt_old()
754 opts.txwin_size = chan->tx_win; in l2cap_sock_setsockopt_old()
798 chan->tx_win = opts.txwin_size; in l2cap_sock_setsockopt_old()
1783 chan->tx_win = pchan->tx_win; in l2cap_sock_init()
Dl2cap_core.c541 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
544 chan->remote_tx_win = chan->tx_win; in l2cap_chan_set_defaults()
3303 err = l2cap_seq_list_init(&chan->srej_list, chan->tx_win); in l2cap_ertm_init()
3379 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && in l2cap_txwin_setup()
3385 chan->tx_win = min_t(u16, chan->tx_win, in l2cap_txwin_setup()
3389 chan->ack_win = chan->tx_win; in l2cap_txwin_setup()
3504 rfc.txwin_size = min_t(u16, chan->tx_win, in l2cap_build_conf_req()
3515 chan->tx_win, endptr - ptr); in l2cap_build_conf_req()
3843 chan->tx_win, endptr - ptr); in l2cap_parse_conf_rsp()
6871 chan->tx_win) { in l2cap_classify_txseq()
[all …]
Da2mp.c788 chan->remote_tx_win = chan->tx_win; in a2mp_chan_open()
/linux-6.6.21/include/net/bluetooth/
Dl2cap.h576 __u16 tx_win; member