Home
last modified time | relevance | path

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

/freebsd/sys/dev/mana/
H A Dgdma_main.c155 uint32_t i, max_num_devs; in mana_gd_detect_devices() local
170 max_num_devs = min_t(uint32_t, MAX_NUM_GDMA_DEVICES, resp.num_of_devs); in mana_gd_detect_devices()
172 for (i = 0; i < max_num_devs; i++) { in mana_gd_detect_devices()