Searched refs:udma_id (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/alpine-hal/eth/ |
| H A D | al_hal_eth.h | 414 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 D | al_hal_eth_main.c | 565 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() 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() 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() 3273 al_reg_write32(&adapter->ec_regs_base->tfw_udma[udma_id].uc_udma, udma_uc_bitmask); in al_eth_switching_default_bitmap_set() 3274 al_reg_write32(&adapter->ec_regs_base->tfw_udma[udma_id].mc_udma, udma_mc_bitmask); in al_eth_switching_default_bitmap_set() 3275 al_reg_write32(&adapter->ec_regs_base->tfw_udma[udma_id].bc_udma, udma_bc_bitmask); in al_eth_switching_default_bitmap_set() [all …]
|