Searched refs:max_rx_mtu (Results 1 – 4 of 4) sorted by relevance
1337 if (p_fcrb->rx_sdu_len > p_ccb->max_rx_mtu) { in do_sar_reassembly()1790 if ( (p_cfg->mtu_present) && (p_cfg->mtu > p_ccb->max_rx_mtu) ) { in l2c_fcr_adj_our_req_options()1791 … L2CAP_TRACE_WARNING ("L2CAP - MTU: %u larger than buf size: %u", p_cfg->mtu, p_ccb->max_rx_mtu); in l2c_fcr_adj_our_req_options()1800 else if (p_fcr->mps > p_ccb->max_rx_mtu) { in l2c_fcr_adj_our_req_options()1801 … L2CAP_TRACE_WARNING ("L2CAP - MPS %u invalid MTU: %u", p_fcr->mps, p_ccb->max_rx_mtu); in l2c_fcr_adj_our_req_options()
288 p_ccb->max_rx_mtu = p_ertm_info->user_rx_buf_size - in L2CA_ErtmConnectReq()437 p_ccb->max_rx_mtu = p_ertm_info->user_rx_buf_size - in L2CA_ErtmConnectRsp()
1567 p_ccb->max_rx_mtu = L2CAP_MTU_SIZE; in l2cu_allocate_ccb()
325 UINT16 max_rx_mtu; member