Searched refs:PORT_RX_BUF_HIGH_WM (Results 1 – 3 of 3) sorted by relevance
185 if( p_port->credit_rx_max > PORT_RX_BUF_HIGH_WM ) in port_select_mtu()186 p_port->credit_rx_max = PORT_RX_BUF_HIGH_WM; in port_select_mtu()576 || (p_port->rx.queue.count > PORT_RX_BUF_HIGH_WM)) in port_flow_control_peer()
1612 #define PORT_RX_HIGH_WM (BTA_RFC_MTU_SIZE * PORT_RX_BUF_HIGH_WM)1626 #ifndef PORT_RX_BUF_HIGH_WM1627 #define PORT_RX_BUF_HIGH_WM 10 macro
1548 #ifndef PORT_RX_BUF_HIGH_WM1549 #define PORT_RX_BUF_HIGH_WM 16 macro