Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/powernv/
Dvas-window.c581 WARN_ON_ONCE(rxwin->tx_win); in put_rx_win()
606 if (!rxwin || rxwin->tx_win || rxwin->cop != VAS_COP_TYPE_FTW) in get_user_rxwin()
664 if (!window->user_win && !window->tx_win) { in set_vinst_win()
686 if (!window->user_win && !window->tx_win) { in clear_vinst_win()
886 rxwin->tx_win = false; in vas_rx_win_open()
1030 txwin->tx_win = 1; in vas_tx_win_open()
1147 if (window->tx_win) in poll_window_credits()
1155 if (window->tx_win) { in poll_window_credits()
1244 if (!window->tx_win && atomic_read(&window->num_txwins) != 0) { in vas_win_close()
1263 if (window->tx_win) in vas_win_close()
Dvas.h335 bool tx_win; /* True if send window */ member
419 win->tx_win ? "Tx" : "Rx", win->winid, name, in vas_log_write()
Dvas-debug.c44 window->tx_win ? "Send" : "Receive"); in info_dbg_show()
/Linux-v4.19/drivers/bluetooth/
Dhci_h5.c93 u8 tx_win; /* Sliding window size */ member
142 return h5->tx_win & 0x07; in h5_cfg_field()
236 h5->tx_win = H5_TX_WIN_MAX; in h5_open()
358 h5->tx_win = (data[2] & 0x07); in h5_handle_internal_rx()
359 BT_DBG("Three-wire init complete. tx_win %u", h5->tx_win); in h5_handle_internal_rx()
751 if (h5->unack.qlen >= h5->tx_win) in h5_dequeue()
/Linux-v4.19/net/rxrpc/
Dsendmsg.c59 rxrpc_seq_t tx_start, tx_win; in rxrpc_wait_for_tx_window_nonintr() local
74 tx_win = READ_ONCE(call->tx_hard_ack); in rxrpc_wait_for_tx_window_nonintr()
75 if (call->tx_top - tx_win < in rxrpc_wait_for_tx_window_nonintr()
84 tx_win == tx_start && signal_pending(current)) in rxrpc_wait_for_tx_window_nonintr()
87 if (tx_win != tx_start) { in rxrpc_wait_for_tx_window_nonintr()
89 tx_start = tx_win; in rxrpc_wait_for_tx_window_nonintr()
/Linux-v4.19/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()
1531 chan->tx_win = pchan->tx_win; in l2cap_sock_init()
Dl2cap_core.c501 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
504 chan->remote_tx_win = chan->tx_win; in l2cap_chan_set_defaults()
3108 err = l2cap_seq_list_init(&chan->srej_list, chan->tx_win); in l2cap_ertm_init()
3184 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && in l2cap_txwin_setup()
3190 chan->tx_win = min_t(u16, chan->tx_win, in l2cap_txwin_setup()
3194 chan->ack_win = chan->tx_win; in l2cap_txwin_setup()
3262 rfc.txwin_size = min_t(u16, chan->tx_win, in l2cap_build_conf_req()
3273 chan->tx_win, endptr - ptr); in l2cap_build_conf_req()
3584 chan->tx_win, endptr - ptr); in l2cap_parse_conf_rsp()
6078 chan->tx_win) { in l2cap_classify_txseq()
[all …]
Da2mp.c780 chan->remote_tx_win = chan->tx_win; in a2mp_chan_open()
/Linux-v4.19/include/net/bluetooth/
Dl2cap.h529 __u16 tx_win; member