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

/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c356 struct port_des *rxport = &ports[glob_arg.output_rings]; local
370 *b = rxport->nmd->nifp->ni_bufs_head;
371 rxport->nmd->nifp->ni_bufs_head = s.buf_idx;
678 struct port_des *rxport = &ports[npipes]; local
695 rxport->nmd = nm_open(glob_arg.ifname, &base_req, 0, NULL);
697 if (rxport->nmd == NULL) {
702 rxport->nmd->req.nr_tx_slots);
705 uint32_t extra_bufs = rxport->nmd->req.nr_arg3;
708 rxport->ring = NETMAP_RXRING(rxport
[all...]

Completed in 103 milliseconds