Home
last modified time | relevance | path

Searched refs:new_write_count (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/sfc/
H A Def100_tx.c270 unsigned int new_write_count = old_write_count; in ef100_tx_make_descriptors() local
287 write_ptr = new_write_count & tx_queue->ptr_mask; in ef100_tx_make_descriptors()
289 ++new_write_count; in ef100_tx_make_descriptors()
291 tx_queue->packet_write_count = new_write_count; in ef100_tx_make_descriptors()
304 write_ptr = new_write_count & tx_queue->ptr_mask; in ef100_tx_make_descriptors()
307 ++new_write_count; in ef100_tx_make_descriptors()
310 tx_queue->packet_write_count = new_write_count; in ef100_tx_make_descriptors()
337 } while (new_write_count != tx_queue->insert_count); in ef100_tx_make_descriptors()
341 tx_queue->write_count = new_write_count; in ef100_tx_make_descriptors()