Lines Matching refs:max_tx
511 chan->max_tx = L2CAP_DEFAULT_MAX_TX; in l2cap_chan_set_defaults()
514 chan->remote_max_tx = chan->max_tx; in l2cap_chan_set_defaults()
2171 if (chan->max_tx != 0 && in l2cap_ertm_resend()
2172 bt_cb(skb)->l2cap.retries > chan->max_tx) { in l2cap_ertm_resend()
2173 BT_DBG("Retry limit exceeded (%d)", chan->max_tx); in l2cap_ertm_resend()
3010 if (chan->max_tx == 0 || chan->retry_count < chan->max_tx) { in l2cap_tx_state_wait_f()
3493 rfc.max_transmit = chan->max_tx; in l2cap_build_conf_req()
6681 if (chan->max_tx != 0 && bt_cb(skb)->l2cap.retries >= chan->max_tx) { in l2cap_handle_srej()
6682 BT_DBG("Retry limit exceeded (%d)", chan->max_tx); in l2cap_handle_srej()
6733 if (chan->max_tx && skb && in l2cap_handle_rej()
6734 bt_cb(skb)->l2cap.retries >= chan->max_tx) { in l2cap_handle_rej()
6735 BT_DBG("Retry limit exceeded (%d)", chan->max_tx); in l2cap_handle_rej()