get_tx_holding_index  237 drivers/tty/synclink.c 	int get_tx_holding_index;  	/* next tx holding buffer for adapter to load */
get_tx_holding_index 3940 drivers/tty/synclink.c 	info->get_tx_holding_index = 0;
get_tx_holding_index 3970 drivers/tty/synclink.c 			&info->tx_holding_buffers[info->get_tx_holding_index];
get_tx_holding_index 3981 drivers/tty/synclink.c 			if ( ++info->get_tx_holding_index >= info->num_tx_holding_buffers)
get_tx_holding_index 3982 drivers/tty/synclink.c 				info->get_tx_holding_index=0;
get_tx_holding_index 6327 drivers/tty/synclink.c 	info->get_tx_holding_index = 0;