Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/renesas/
Drswitch.c394 linkfix = &priv->gwca.linkfix_table[gq->index]; in rswitch_gwca_queue_format()
495 linkfix = &priv->gwca.linkfix_table[gq->index]; in rswitch_gwca_queue_ext_ts_format()
513 gwca->linkfix_table = dma_alloc_coherent(dev, gwca->linkfix_table_size, in rswitch_gwca_linkfix_alloc()
515 if (!gwca->linkfix_table) in rswitch_gwca_linkfix_alloc()
518 gwca->linkfix_table[i].die_dt = DT_EOS; in rswitch_gwca_linkfix_alloc()
527 if (gwca->linkfix_table) in rswitch_gwca_linkfix_free()
529 gwca->linkfix_table, gwca->linkfix_table_dma); in rswitch_gwca_linkfix_free()
530 gwca->linkfix_table = NULL; in rswitch_gwca_linkfix_free()
Drswitch.h986 struct rswitch_desc *linkfix_table; member