Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/falcon/
H A Dnet_driver.h1310 ef4_tx_queue_get_insert_index(const struct ef4_tx_queue *tx_queue) in ef4_tx_queue_get_insert_index() function
1319 return &tx_queue->buffer[ef4_tx_queue_get_insert_index(tx_queue)]; in __ef4_tx_queue_get_insert_buffer()
H A Dtx.c28 unsigned int index = ef4_tx_queue_get_insert_index(tx_queue); in ef4_tx_get_copy_buffer()