Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev_xstats.c28 for (i = 0; i < device->max_port_nb; i++) { in opdl_xstats_init()
79 if (queue_port_id >= device->max_port_nb) in opdl_xstats_get_names()
114 if (queue_port_id >= device->max_port_nb) in opdl_xstats_get()
143 uint32_t max_index = device->max_port_nb * max_num_port_xstat; in opdl_xstats_get_by_name()
H A Dopdl_evdev.c349 opdl->max_port_nb = conf->nb_event_ports; in opdl_dev_configure()
404 for (i = 0; i < device->max_port_nb; i++) { in opdl_dump()
536 for (i = 0; i < device->max_port_nb; i++) { in opdl_close()
557 device->max_port_nb = 0; in opdl_close()
H A Dopdl_evdev_init.c357 for (i = 0; i < device->max_port_nb; i++) { in opdl_add_event_handlers()
561 device->max_port_nb * 2, in create_opdl()
622 if (device->nb_ports != device->max_port_nb) { in create_queues_and_rings()
626 device->max_port_nb); in create_queues_and_rings()
H A Dopdl_evdev.h221 uint32_t max_port_nb; member