Searched refs:PORT_RX_CRITICAL_WM (Results 1 – 3 of 3) sorted by relevance
1502 #ifndef PORT_RX_CRITICAL_WM1503 #define PORT_RX_CRITICAL_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_CRITICAL_WM) macro
186 p_port->rx_buf_critical = (PORT_RX_CRITICAL_WM / p_port->mtu); in port_select_mtu()
866 if ((p_port->rx.queue_size + p_buf->len > PORT_RX_CRITICAL_WM) in PORT_DataInd()