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_main.c429 linkfix = &priv->gwca.linkfix_table[gq->index]; in rswitch_gwca_queue_format()
530 linkfix = &priv->gwca.linkfix_table[gq->index]; in rswitch_gwca_queue_ext_ts_format()
548 gwca->linkfix_table = dma_alloc_coherent(dev, gwca->linkfix_table_size, in rswitch_gwca_linkfix_alloc()
550 if (!gwca->linkfix_table) in rswitch_gwca_linkfix_alloc()
553 gwca->linkfix_table[i].die_dt = DT_EOS; in rswitch_gwca_linkfix_alloc()
562 if (gwca->linkfix_table) in rswitch_gwca_linkfix_free()
564 gwca->linkfix_table, gwca->linkfix_table_dma); in rswitch_gwca_linkfix_free()
565 gwca->linkfix_table = NULL; in rswitch_gwca_linkfix_free()
H A Drswitch.h998 struct rswitch_desc *linkfix_table; member