Home
last modified time | relevance | path

Searched refs:airoha_fe_rr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/airoha/
H A Dairoha_eth.c222 val = airoha_fe_rr(eth, REG_FE_PSE_QUEUE_CFG_VAL); in airoha_fe_get_pse_queue_rsv_pages()
242 u32 val = airoha_fe_rr(eth, REG_FE_PSE_BUF_SET); in airoha_fe_get_pse_all_rsv()
262 tmp = airoha_fe_rr(eth, PSE_FQ_CFG); in airoha_fe_set_pse_oq_rsv()
376 err = read_poll_timeout(airoha_fe_rr, val, in airoha_fe_mc_vlan_clear()
390 err = read_poll_timeout(airoha_fe_rr, val, in airoha_fe_mc_vlan_clear()
1489 val = airoha_fe_rr(eth, REG_FE_GDM_TX_OK_PKT_CNT_H(port->id)); in airoha_update_hw_stats()
1491 val = airoha_fe_rr(eth, REG_FE_GDM_TX_OK_PKT_CNT_L(port->id)); in airoha_update_hw_stats()
1494 val = airoha_fe_rr(eth, REG_FE_GDM_TX_OK_BYTE_CNT_H(port->id)); in airoha_update_hw_stats()
1496 val = airoha_fe_rr(eth, REG_FE_GDM_TX_OK_BYTE_CNT_L(port->id)); in airoha_update_hw_stats()
1499 val = airoha_fe_rr(eth, REG_FE_GDM_TX_ETH_DROP_CNT(port->id)); in airoha_update_hw_stats()
[all …]
H A Dairoha_ppe.c78 return airoha_fe_rr(eth, REG_PPE_GLO_CFG(index)) & PPE_GLO_CFG_EN_MASK; in airoha_ppe_is_enabled()
83 u16 timestamp = airoha_fe_rr(ppe->eth, REG_FE_FOE_TS); in airoha_ppe_get_timestamp()
621 if (read_poll_timeout_atomic(airoha_fe_rr, val, in airoha_ppe_foe_get_entry_locked()
629 hwe[i] = airoha_fe_rr(eth, in airoha_ppe_foe_get_entry_locked()
680 return read_poll_timeout_atomic(airoha_fe_rr, val, in airoha_ppe_foe_commit_sram_entry()
H A Dairoha_eth.h608 #define airoha_fe_rr(eth, offset) \ macro