Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/octeontx/
H A Dssovf_probe.c43 uint8_t total_ssovfs; member
61 if (sdev.total_ssovfs == 0 || sdev.total_ssowvfs == 0) in ssovf_info()
65 for (i = 0; i < sdev.total_ssovfs; i++) { in ssovf_info()
92 info->total_ssovfs = sdev.total_ssovfs; in ssovf_info()
105 if (id >= sdev.total_ssovfs) in ssovf_bar()
257 sdev.total_ssovfs++; in ssovf_probe()
269 res->vfid, sdev.total_ssovfs); in ssovf_probe()
H A Dssovf_evdev.h128 uint8_t total_ssovfs; /* Total sso groups available in domain */ member
H A Dssovf_evdev.c837 edev->max_event_queues = oinfo.total_ssovfs; in ssovf_vdev_probe()