Searched refs:gwca (Results 1 – 2 of 2) sorted by relevance
135 FIELD_PREP(FWPBFC_PBDV, BIT(priv->gwca.index))); in rswitch_fwd_init()142 rswitch_modify(priv->addr, FWPC1(priv->gwca.index), FWPC1_DDE, FWPC1_DDE); in rswitch_fwd_init()151 if (!rswitch_agent_clock_is_enabled(priv->addr, priv->gwca.index)) in rswitch_gwca_change_mode()152 rswitch_agent_clock_ctrl(priv->addr, priv->gwca.index, 1); in rswitch_gwca_change_mode()159 rswitch_agent_clock_ctrl(priv->addr, priv->gwca.index, 0); in rswitch_gwca_change_mode()180 u32 *mask = tx ? priv->gwca.tx_irq_bits : priv->gwca.rx_irq_bits; in rswitch_is_any_data_irq()304 struct rswitch_gwca_queue *gq = &priv->gwca.ts_queue; in rswitch_gwca_ts_queue_free()351 priv->gwca.tx_irq_bits[i] |= bit; in rswitch_gwca_queue_alloc()353 priv->gwca.rx_irq_bits[i] |= bit; in rswitch_gwca_queue_alloc()404 linkfix = &priv->gwca.linkfix_table[gq->index]; in rswitch_gwca_queue_format()[all …]
1021 struct rswitch_gwca gwca; member