Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
H A Drswitch.c512 gwca->linkfix_table_size = sizeof(struct rswitch_desc) * num_queues; in rswitch_gwca_linkfix_alloc()
513 gwca->linkfix_table = dma_alloc_coherent(dev, gwca->linkfix_table_size, in rswitch_gwca_linkfix_alloc()
528 dma_free_coherent(&priv->pdev->dev, gwca->linkfix_table_size, in rswitch_gwca_linkfix_free()
H A Drswitch.h988 u32 linkfix_table_size; member