Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dhci_h5.c84 u8 tx_win; /* Sliding window size */ member
122 field |= (h5->tx_win & 7); in h5_cfg_field()
215 h5->tx_win = H5_TX_WIN_MAX; in h5_open()
320 h5->tx_win = (data[2] & 7); in h5_handle_internal_rx()
321 BT_DBG("Three-wire init complete. tx_win %u", h5->tx_win); in h5_handle_internal_rx()
713 if (h5->unack.qlen >= h5->tx_win) in h5_dequeue()
/linux-4.1.27/net/bluetooth/
Dl2cap_sock.c427 opts.txwin_size = chan->tx_win; in l2cap_sock_getsockopt_old()
661 opts.txwin_size = chan->tx_win; in l2cap_sock_setsockopt_old()
700 chan->tx_win = opts.txwin_size; in l2cap_sock_setsockopt_old()
1472 chan->tx_win = pchan->tx_win; in l2cap_sock_init()
Dl2cap_core.c490 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
493 chan->remote_tx_win = chan->tx_win; in l2cap_chan_set_defaults()
3088 err = l2cap_seq_list_init(&chan->srej_list, chan->tx_win); in l2cap_ertm_init()
3164 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && in l2cap_txwin_setup()
3170 chan->tx_win = min_t(u16, chan->tx_win, in l2cap_txwin_setup()
3174 chan->ack_win = chan->tx_win; in l2cap_txwin_setup()
3241 rfc.txwin_size = min_t(u16, chan->tx_win, in l2cap_build_conf_req()
3252 chan->tx_win); in l2cap_build_conf_req()
3560 chan->tx_win); in l2cap_parse_conf_rsp()
6038 chan->tx_win) { in l2cap_classify_txseq()
[all …]
Da2mp.c765 chan->remote_tx_win = chan->tx_win; in a2mp_chan_open()
/linux-4.1.27/include/net/bluetooth/
Dl2cap.h519 __u16 tx_win; member