Home
last modified time | relevance | path

Searched refs:L2CAP_DEFAULT_TX_WINDOW (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dl2cap.h38 #define L2CAP_DEFAULT_TX_WINDOW 63 macro
/kernel/linux/linux-5.10/net/bluetooth/
H A Dl2cap_core.c544 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
545 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
548 chan->ack_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
3379 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && in l2cap_txwin_setup()
3386 L2CAP_DEFAULT_TX_WINDOW); in l2cap_txwin_setup()
3387 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_txwin_setup()
3505 L2CAP_DEFAULT_TX_WINDOW); in l2cap_build_conf_req()
3722 rfc.txwin_size = L2CAP_DEFAULT_TX_WINDOW; in l2cap_parse_conf_req()
4061 .txwin_size = min_t(u16, chan->ack_win, L2CAP_DEFAULT_TX_WINDOW), in l2cap_conf_rfc_get()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dl2cap_core.c521 chan->tx_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
522 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
525 chan->ack_win = L2CAP_DEFAULT_TX_WINDOW; in l2cap_chan_set_defaults()
3165 if (chan->tx_win > L2CAP_DEFAULT_TX_WINDOW && in l2cap_txwin_setup()
3172 L2CAP_DEFAULT_TX_WINDOW); in l2cap_txwin_setup()
3173 chan->tx_win_max = L2CAP_DEFAULT_TX_WINDOW; in l2cap_txwin_setup()
3291 L2CAP_DEFAULT_TX_WINDOW); in l2cap_build_conf_req()
3502 rfc.txwin_size = L2CAP_DEFAULT_TX_WINDOW; in l2cap_parse_conf_req()
3837 .txwin_size = min_t(u16, chan->ack_win, L2CAP_DEFAULT_TX_WINDOW), in l2cap_conf_rfc_get()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dl2cap.h38 #define L2CAP_DEFAULT_TX_WINDOW 63 macro

Completed in 21 milliseconds