Searched refs:efx_tx_cb_page_count (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/sfc/siena/
H A Dtx_common.c17 static unsigned int efx_tx_cb_page_count(struct efx_tx_queue *tx_queue) function
44 tx_queue->cb_page = kcalloc(efx_tx_cb_page_count(tx_queue),
110 for (i = 0; i < efx_tx_cb_page_count(tx_queue); i++)
/linux-master/drivers/net/ethernet/sfc/
H A Dtx_common.c17 static unsigned int efx_tx_cb_page_count(struct efx_tx_queue *tx_queue) function
44 tx_queue->cb_page = kcalloc(efx_tx_cb_page_count(tx_queue),
137 for (i = 0; i < efx_tx_cb_page_count(tx_queue); i++)

Completed in 141 milliseconds