Home
last modified time | relevance | path

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

/drivers/net/ethernet/sfc/
Dtx.c706 tx_queue->tsoh_page = in efx_probe_tx_queue()
708 sizeof(tx_queue->tsoh_page[0]), GFP_KERNEL); in efx_probe_tx_queue()
709 if (!tx_queue->tsoh_page) { in efx_probe_tx_queue()
723 kfree(tx_queue->tsoh_page); in efx_probe_tx_queue()
724 tx_queue->tsoh_page = NULL; in efx_probe_tx_queue()
783 if (tx_queue->tsoh_page) { in efx_remove_tx_queue()
786 &tx_queue->tsoh_page[i]); in efx_remove_tx_queue()
787 kfree(tx_queue->tsoh_page); in efx_remove_tx_queue()
788 tx_queue->tsoh_page = NULL; in efx_remove_tx_queue()
894 &tx_queue->tsoh_page[index / TSOH_PER_PAGE]; in efx_tsoh_get_buffer()
Dnet_driver.h239 struct efx_buffer *tsoh_page; member