Home
last modified time | relevance | path

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

/openbmc/linux/include/net/mana/
H A Dgdma.h847 int mana_gd_alloc_res_map(u32 res_avail, struct gdma_resource *r);
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dgdma_main.c1227 int mana_gd_alloc_res_map(u32 res_avail, struct gdma_resource *r) in mana_gd_alloc_res_map() function
1298 err = mana_gd_alloc_res_map(nvec, &gc->msix_resource); in mana_gd_setup_irqs()
H A Dhw_channel.c579 err = mana_gd_alloc_res_map(num_msg, &hwc->inflight_msg_res); in mana_hwc_init_inflight_msg()