Searched refs:lan_next_queue_char (Results 1 – 1 of 1) sorted by relevance
409 static UCHAR lan_next_queue_char( T_RS232_QUEUE *p_queue );659 while ( (*P_LAN_ISR & M_UART_ISR_TxRDY) && (c = lan_next_queue_char( &lan_output_queue )) ) in lan_isr()775 c = lan_next_queue_char( &lan_output_queue ); in lan_put_char()1046 c = lan_next_queue_char( &lan_input_queue ); in lan_util()1140 c = lan_next_queue_char( &lan_output_queue ); in lan_util()1530 static UCHAR lan_next_queue_char( T_RS232_QUEUE *p_queue ) in lan_next_queue_char() function1869 while ((c = lan_next_queue_char ( &lan_input_queue )) != '$') in getpacket()1878 for (c = lan_next_queue_char ( &lan_input_queue ); /* skip the '$' */ in getpacket()1880 c = lan_next_queue_char ( &lan_input_queue )) in getpacket()1893 their_checksum = hex( lan_next_queue_char ( &lan_input_queue ) ) << 4; in getpacket()[all …]