Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dtx.c503 tx_queue->tsoh_page = in efx_probe_tx_queue()
505 sizeof(tx_queue->tsoh_page[0]), GFP_KERNEL); in efx_probe_tx_queue()
506 if (!tx_queue->tsoh_page) { in efx_probe_tx_queue()
520 kfree(tx_queue->tsoh_page); in efx_probe_tx_queue()
521 tx_queue->tsoh_page = NULL; in efx_probe_tx_queue()
591 if (tx_queue->tsoh_page) { in efx_remove_tx_queue()
594 &tx_queue->tsoh_page[i]); in efx_remove_tx_queue()
595 kfree(tx_queue->tsoh_page); in efx_remove_tx_queue()
596 tx_queue->tsoh_page = NULL; in efx_remove_tx_queue()
706 &tx_queue->tsoh_page[index / TSOH_PER_PAGE]; in efx_tsoh_get_buffer()
Dnet_driver.h200 struct efx_buffer *tsoh_page; member