Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/renesas/
H A Drswitch.c404 linkfix = &priv->gwca.linkfix_table[gq->index]; in rswitch_gwca_queue_format()
505 linkfix = &priv->gwca.linkfix_table[gq->index]; in rswitch_gwca_queue_ext_ts_format()
523 gwca->linkfix_table = dma_alloc_coherent(dev, gwca->linkfix_table_size, in rswitch_gwca_linkfix_alloc()
525 if (!gwca->linkfix_table) in rswitch_gwca_linkfix_alloc()
528 gwca->linkfix_table[i].die_dt = DT_EOS; in rswitch_gwca_linkfix_alloc()
537 if (gwca->linkfix_table) in rswitch_gwca_linkfix_free()
539 gwca->linkfix_table, gwca->linkfix_table_dma); in rswitch_gwca_linkfix_free()
540 gwca->linkfix_table = NULL; in rswitch_gwca_linkfix_free()
H A Drswitch.h973 struct rswitch_desc *linkfix_table; member