Searched refs:max_rx_mtu (Results 1 – 4 of 4) sorted by relevance
1471 if (p_fcrb->rx_sdu_len > p_ccb->max_rx_mtu) in do_sar_reassembly()2057 if ( (p_cfg->mtu_present) && (p_cfg->mtu > p_ccb->max_rx_mtu) ) in l2c_fcr_adj_our_req_options()2059 … 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()2069 else if (p_fcr->mps > p_ccb->max_rx_mtu) in l2c_fcr_adj_our_req_options()2071 … L2CAP_TRACE_WARNING ("L2CAP - MPS %u invalid MTU: %u", p_fcr->mps, p_ccb->max_rx_mtu); in l2c_fcr_adj_our_req_options()
305 p_ccb->max_rx_mtu = p_ertm_info->user_rx_buf_size - in L2CA_ErtmConnectReq()750 p_ccb->max_rx_mtu = p_ertm_info->user_rx_buf_size - in L2CA_ErtmConnectRsp()
323 UINT16 max_rx_mtu; member
1579 p_ccb->max_rx_mtu = L2CAP_MTU_SIZE; in l2cu_allocate_ccb()