Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/sfc/
H A Def100_tx.c261 unsigned int new_write_count = old_write_count; in ef100_tx_make_descriptors() local
278 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()