Searched refs:new_write_count (Results 1 – 1 of 1) sorted by relevance
261 unsigned int new_write_count = old_write_count; in ef100_tx_make_descriptors() local278 write_ptr = new_write_count & tx_queue->ptr_mask; in ef100_tx_make_descriptors()280 ++new_write_count; in ef100_tx_make_descriptors()282 tx_queue->packet_write_count = new_write_count; in ef100_tx_make_descriptors()295 write_ptr = new_write_count & tx_queue->ptr_mask; in ef100_tx_make_descriptors()298 ++new_write_count; in ef100_tx_make_descriptors()301 tx_queue->packet_write_count = new_write_count; in ef100_tx_make_descriptors()328 } while (new_write_count != tx_queue->insert_count); in ef100_tx_make_descriptors()332 tx_queue->write_count = new_write_count; in ef100_tx_make_descriptors()