Searched refs:tx_win (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/rxrpc/ |
D | sendmsg.c | 28 rxrpc_seq_t tx_win = READ_ONCE(call->tx_hard_ack); in rxrpc_check_tx_space() local 31 *_tx_win = tx_win; in rxrpc_check_tx_space() 32 return call->tx_top - tx_win < win_size; in rxrpc_check_tx_space() 68 rxrpc_seq_t tx_start, tx_win; in rxrpc_wait_for_tx_window_waitall() local 82 tx_win = READ_ONCE(call->tx_hard_ack); in rxrpc_wait_for_tx_window_waitall() 83 if (rxrpc_check_tx_space(call, &tx_win)) in rxrpc_wait_for_tx_window_waitall() 90 tx_win == tx_start && signal_pending(current)) in rxrpc_wait_for_tx_window_waitall() 93 if (tx_win != tx_start) { in rxrpc_wait_for_tx_window_waitall() 95 tx_start = tx_win; in rxrpc_wait_for_tx_window_waitall()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
D | vas-window.c | 568 WARN_ON_ONCE(rxwin->tx_win); in put_rx_win() 593 if (!rxwin || rxwin->tx_win || rxwin->cop != VAS_COP_TYPE_FTW) in get_user_rxwin() 651 if (!window->user_win && !window->tx_win) { in set_vinst_win() 673 if (!window->user_win && !window->tx_win) { in clear_vinst_win() 876 rxwin->tx_win = false; in vas_rx_win_open() 1033 txwin->tx_win = 1; in vas_tx_win_open() 1197 if (window->tx_win) in poll_window_credits() 1205 if (window->tx_win) { in poll_window_credits() 1321 if (!window->tx_win && atomic_read(&window->num_txwins) != 0) { in vas_win_close() 1340 if (window->tx_win) { in vas_win_close() [all …]
|
D | vas.h | 354 bool tx_win; /* True if send window */ member 453 win->tx_win ? "Tx" : "Rx", win->winid, name, in vas_log_write()
|
D | vas-debug.c | 40 window->tx_win ? "Send" : "Receive"); in info_show()
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
D | hci_h5.c | 79 u8 tx_win; /* Sliding window size */ member 130 return h5->tx_win & 0x07; in h5_cfg_field() 224 h5->tx_win = H5_TX_WIN_MAX; in h5_open() 349 h5->tx_win = (data[2] & 0x07); in h5_handle_internal_rx() 350 BT_DBG("Three-wire init complete. tx_win %u", h5->tx_win); in h5_handle_internal_rx() 745 if (h5->unack.qlen >= h5->tx_win) in h5_dequeue()
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | l2cap_sock.c | 501 opts.txwin_size = chan->tx_win; in l2cap_sock_getsockopt_old() 771 opts.txwin_size = chan->tx_win; in l2cap_sock_setsockopt_old() 815 chan->tx_win = opts.txwin_size; in l2cap_sock_setsockopt_old() 1791 chan->tx_win = pchan->tx_win; in l2cap_sock_init()
|
D | l2cap_core.c | 512 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults() 515 chan->remote_tx_win = chan->tx_win; in l2cap_chan_set_defaults() 3299 err = l2cap_seq_list_init(&chan->srej_list, chan->tx_win); in l2cap_ertm_init() 3375 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && in l2cap_txwin_setup() 3381 chan->tx_win = min_t(u16, chan->tx_win, in l2cap_txwin_setup() 3385 chan->ack_win = chan->tx_win; in l2cap_txwin_setup() 3500 rfc.txwin_size = min_t(u16, chan->tx_win, in l2cap_build_conf_req() 3511 chan->tx_win, endptr - ptr); in l2cap_build_conf_req() 3839 chan->tx_win, endptr - ptr); in l2cap_parse_conf_rsp() 6780 chan->tx_win) { in l2cap_classify_txseq() [all …]
|
D | a2mp.c | 788 chan->remote_tx_win = chan->tx_win; in a2mp_chan_open()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | l2cap.h | 574 __u16 tx_win; member
|