Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.c378 linkfix = &priv->gwca.linkfix_table[gq->index]; in rswitch_gwca_queue_format()
476 linkfix = &priv->gwca.linkfix_table[gq->index]; in rswitch_gwca_queue_ext_ts_format()
494 gwca->linkfix_table = dma_alloc_coherent(dev, gwca->linkfix_table_size, in rswitch_gwca_linkfix_alloc()
496 if (!gwca->linkfix_table) in rswitch_gwca_linkfix_alloc()
499 gwca->linkfix_table[i].die_dt = DT_EOS; in rswitch_gwca_linkfix_alloc()
508 if (gwca->linkfix_table) in rswitch_gwca_linkfix_free()
510 gwca->linkfix_table, gwca->linkfix_table_dma); in rswitch_gwca_linkfix_free()
511 gwca->linkfix_table = NULL; in rswitch_gwca_linkfix_free()
H A Drswitch.h963 struct rswitch_desc *linkfix_table; member