Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sfc/siena/
H A Dtx.c29 unsigned int index = efx_tx_queue_get_insert_index(tx_queue); in efx_tx_get_copy_buffer()
H A Dnet_driver.h1669 efx_tx_queue_get_insert_index(const struct efx_tx_queue *tx_queue) in efx_tx_queue_get_insert_index() function
1678 return &tx_queue->buffer[efx_tx_queue_get_insert_index(tx_queue)]; in __efx_tx_queue_get_insert_buffer()
/linux/drivers/net/ethernet/sfc/
H A Dtx_tso.c81 unsigned int insert_ptr = efx_tx_queue_get_insert_index(tx_queue); in prefetch_ptr()
H A Dnet_driver.h1736 efx_tx_queue_get_insert_index(const struct efx_tx_queue *tx_queue) in efx_tx_queue_get_insert_index() function
1745 return &tx_queue->buffer[efx_tx_queue_get_insert_index(tx_queue)]; in __efx_tx_queue_get_insert_buffer()
H A Dtx.c37 unsigned int index = efx_tx_queue_get_insert_index(tx_queue); in efx_tx_get_copy_buffer()