Searched refs:gwca (Results 1 – 2 of 2) sorted by relevance
180 u32 *mask = tx ? priv->gwca.tx_irq_bits : priv->gwca.rx_irq_bits; in rswitch_is_any_data_irq()519 struct rswitch_gwca *gwca = &priv->gwca; in rswitch_gwca_linkfix_alloc() local523 gwca->linkfix_table = dma_alloc_coherent(dev, gwca->linkfix_table_size, in rswitch_gwca_linkfix_alloc()525 if (!gwca->linkfix_table) in rswitch_gwca_linkfix_alloc()535 struct rswitch_gwca *gwca = &priv->gwca; in rswitch_gwca_linkfix_free() local537 if (gwca->linkfix_table) in rswitch_gwca_linkfix_free()539 gwca->linkfix_table, gwca->linkfix_table_dma); in rswitch_gwca_linkfix_free()540 gwca->linkfix_table = NULL; in rswitch_gwca_linkfix_free()569 index = find_first_zero_bit(priv->gwca.used, priv->gwca.num_queues); in rswitch_gwca_get()2142 priv->gwca.queues = devm_kcalloc(&pdev->dev, priv->gwca.num_queues, in renesas_eth_sw_probe()[all …]
1021 struct rswitch_gwca gwca; member