Searched refs:tx_win (Results 1 – 8 of 8) sorted by relevance
/linux/arch/powerpc/platforms/powernv/ |
H A D | vas-window.c | 569 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 …]
|
H A D | vas.h | 355 bool tx_win; /* True if send window */ member 446 win->tx_win ? "Tx" : "Rx", win->vas_win.winid, in vas_log_write()
|
H A D | vas-debug.c | 41 window->tx_win ? "Send" : "Receive"); in info_show()
|
/linux/net/rxrpc/ |
H A D | sendmsg.c | 134 rxrpc_seq_t tx_start, tx_win; in rxrpc_wait_for_tx_window_waitall() local 148 if (rxrpc_check_tx_space(call, &tx_win)) in rxrpc_wait_for_tx_window_waitall() 155 tx_win == tx_start && signal_pending(current)) in rxrpc_wait_for_tx_window_waitall() 158 if (tx_win != tx_start) { in rxrpc_wait_for_tx_window_waitall() 160 tx_start = tx_win; in rxrpc_wait_for_tx_window_waitall()
|
/linux/drivers/bluetooth/ |
H A D | hci_h5.c | 84 u8 tx_win; /* Sliding window size */ member 145 return h5->tx_win & 0x07; in h5_cfg_field() 239 h5->tx_win = H5_TX_WIN_MAX; in h5_open() 364 h5->tx_win = (data[2] & 0x07); in h5_handle_internal_rx() 365 BT_DBG("Three-wire init complete. tx_win %u", h5->tx_win); in h5_handle_internal_rx() 774 if (h5->unack.qlen >= h5->tx_win) in h5_dequeue()
|
/linux/net/bluetooth/ |
H A D | l2cap_sock.c | 486 opts.txwin_size = chan->tx_win; in l2cap_sock_getsockopt_old() 756 opts.txwin_size = chan->tx_win; in l2cap_sock_setsockopt_old() 799 chan->tx_win = opts.txwin_size; in l2cap_sock_setsockopt_old() 1817 chan->tx_win = pchan->tx_win; in l2cap_sock_init()
|
H A D | l2cap_core.c | 523 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults() 526 chan->remote_tx_win = chan->tx_win; in l2cap_chan_set_defaults() 3145 err = l2cap_seq_list_init(&chan->srej_list, chan->tx_win); in l2cap_ertm_init() 3188 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && in l2cap_txwin_setup() 3194 chan->tx_win = min_t(u16, chan->tx_win, in l2cap_txwin_setup() 3198 chan->ack_win = chan->tx_win; in l2cap_txwin_setup() 3313 rfc.txwin_size = min_t(u16, chan->tx_win, in l2cap_build_conf_req() 3324 chan->tx_win, endptr - ptr); in l2cap_build_conf_req() 3646 chan->tx_win, endptr - ptr); in l2cap_parse_conf_rsp() 5828 chan->tx_win) { in l2cap_classify_txseq() [all …]
|
/linux/include/net/bluetooth/ |
H A D | l2cap.h | 546 __u16 tx_win; member
|