efx_tx_queue_get_insert_index 1609 drivers/net/ethernet/sfc/net_driver.h 	return &tx_queue->buffer[efx_tx_queue_get_insert_index(tx_queue)];
efx_tx_queue_get_insert_index   36 drivers/net/ethernet/sfc/tx.c 	unsigned int index = efx_tx_queue_get_insert_index(tx_queue);
efx_tx_queue_get_insert_index   81 drivers/net/ethernet/sfc/tx_tso.c 	unsigned int insert_ptr = efx_tx_queue_get_insert_index(tx_queue);