Searched refs:TCPC_RECEIVE_BUFFER_LEN (Results 1 – 1 of 1) sorted by relevance
36 #define TCPC_RECEIVE_BUFFER_LEN 32 macro130 u8 count, frame_type, rx_buf[TCPC_RECEIVE_BUFFER_LEN]; in process_rx()169 if (count > sizeof(struct pd_message) || count + 1 > TCPC_RECEIVE_BUFFER_LEN) { in process_rx()