Home
last modified time | relevance | path

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

/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h414 uint8_t udma_id; /**< the id of the UDMA used by this adapter */ member
447 uint8_t udma_id; /**< the id of the UDMA used by this adapter */ member
1359 int al_eth_switching_config_set(struct al_hal_eth_adapter *adapter, uint8_t udma_id, uint8_t forwar…
1364 int al_eth_switching_default_bitmap_set(struct al_hal_eth_adapter *adapter, uint8_t udma_id, uint8_…
1394 int al_eth_vlan_mod_config(struct al_hal_eth_adapter *adapter, uint8_t udma_id, uint16_t udma_etype…
H A Dal_hal_eth_main.c565 al_dbg("eth [%s]: initialize controller's UDMA. id = %d\n", params->name, params->udma_id); in al_eth_adapter_init()
573 adapter->udma_id = params->udma_id; in al_eth_adapter_init()
645 al_reg_write32(&adapter->ec_regs_base->tso.cache_table_addr, i + (adapter->udma_id * 4)); in al_eth_adapter_init()
653 if (adapter->udma_id != 0) { in al_eth_adapter_init()
724 if (adapter->udma_id != 0) in al_eth_ec_mac_ints_config()
771 if (adapter->udma_id != 0) in al_eth_ec_mac_isr()
3166 int al_eth_switching_config_set(struct al_hal_eth_adapter *adapter, uint8_t udma_id, uint8_t forwar… in al_eth_switching_config_set() argument
3174 if (udma_id == 0) { in al_eth_switching_config_set()
3188 al_reg_write32(&adapter->ec_regs_base->tfw_udma[udma_id].fwd_dec, reg); in al_eth_switching_config_set()
3270 int al_eth_switching_default_bitmap_set(struct al_hal_eth_adapter *adapter, uint8_t udma_id, uint8_… in al_eth_switching_default_bitmap_set() argument
[all …]
/freebsd/sys/dev/al_eth/
H A Dal_eth.c746 params->udma_id = 0; in al_eth_hw_init_adapter()