Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Daf-xdp.c57 uint32_t map_start_index; member
283 idx = nc->queue_index + s->map_start_index; in af_xdp_cleanup()
419 idx = s->nc.queue_index + s->map_start_index; in af_xdp_update_xsk_map()
483 int32_t map_start_index; in net_init_af_xdp() local
524 map_start_index = opts->has_map_start_index ? opts->map_start_index : 0; in net_init_af_xdp()
525 if (map_start_index < 0) { in net_init_af_xdp()
527 map_start_index); in net_init_af_xdp()
554 s->map_start_index = map_start_index; in net_init_af_xdp()