Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dlb.c356 struct port_des *rxport = &ports[glob_arg.output_rings]; in free_buffers() local
370 *b = rxport->nmd->nifp->ni_bufs_head; in free_buffers()
371 rxport->nmd->nifp->ni_bufs_head = s.buf_idx; in free_buffers()
715 struct port_des *rxport = &ports[npipes]; in main() local
717 rxport->nmd = nmport_prepare(glob_arg.ifname); in main()
718 if (rxport->nmd == NULL) { in main()
723 strncpy(glob_arg.base_name, rxport->nmd->hdr.nr_name, MAX_IFNAMELEN); in main()
734 rxport->nmd->reg.nr_extra_bufs = glob_arg.extra_bufs; in main()
736 if (nmport_open_desc(rxport->nmd) < 0) { in main()
742 uint32_t extra_bufs = rxport->nmd->reg.nr_extra_bufs; in main()
[all …]