Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/renesas/
A Drswitch.c179 u32 *mask = tx ? priv->gwca.tx_irq_bits : priv->gwca.rx_irq_bits; in rswitch_is_any_data_irq()
512 struct rswitch_gwca *gwca = &priv->gwca; in rswitch_gwca_linkfix_alloc() local
516 gwca->linkfix_table = dma_alloc_coherent(dev, gwca->linkfix_table_size, in rswitch_gwca_linkfix_alloc()
518 if (!gwca->linkfix_table) in rswitch_gwca_linkfix_alloc()
528 struct rswitch_gwca *gwca = &priv->gwca; in rswitch_gwca_linkfix_free() local
530 if (gwca->linkfix_table) in rswitch_gwca_linkfix_free()
532 gwca->linkfix_table, gwca->linkfix_table_dma); in rswitch_gwca_linkfix_free()
533 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()
1888 priv->gwca.queues = devm_kcalloc(&pdev->dev, priv->gwca.num_queues, in renesas_eth_sw_probe()
[all …]
A Drswitch.h1002 struct rswitch_gwca gwca; member

Completed in 14 milliseconds