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

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_pipe.c131 netmap_pipe_find(struct netmap_adapter *parent, const char *pipe_id) argument
143 if (!strcmp(na_pipe_id, pipe_id)) {
658 const char *pipe_id = NULL; local
676 pipe_id = cbra + 1;
677 if (*pipe_id == '\0' || cbra == hdr->nr_name) {
730 mna = netmap_pipe_find(pna, pipe_id);
733 nm_prdis("found %s directly at %d", pipe_id, mna->parent_slot);
736 nm_prdis("found %s indirectly at %d", pipe_id, mna->parent_slot);
745 nm_prdis("pipe %s not found, create %d", pipe_id, create);
759 snprintf(mna->up.name, sizeof(mna->up.name), "%s{%s", pna->name, pipe_id);
[all...]

Completed in 111 milliseconds