Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.c167 u32 *mask = tx ? priv->gwca.tx_irq_bits : priv->gwca.rx_irq_bits; in rswitch_is_any_data_irq()
490 struct rswitch_gwca *gwca = &priv->gwca; in rswitch_gwca_linkfix_alloc() local
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()
506 struct rswitch_gwca *gwca = &priv->gwca; in rswitch_gwca_linkfix_free() local
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()
541 index = find_first_zero_bit(priv->gwca.used, priv->gwca.num_queues); in rswitch_gwca_get()
1944 priv->gwca.queues = devm_kcalloc(&pdev->dev, priv->gwca.num_queues, in renesas_eth_sw_probe()
[all …]
H A Drswitch.h1011 struct rswitch_gwca gwca; member