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

/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_pipe.c133 netmap_pipe_find(struct netmap_adapter *parent, const char *pipe_id) argument
145 if (!strcmp(na_pipe_id, pipe_id)) {
660 const char *pipe_id = NULL; local
678 pipe_id = cbra + 1;
679 if (*pipe_id == '\0' || cbra == hdr->nr_name) {
732 mna = netmap_pipe_find(pna, pipe_id);
735 nm_prdis("found %s directly at %d", pipe_id, mna->parent_slot);
738 nm_prdis("found %s indirectly at %d", pipe_id, mna->parent_slot);
747 nm_prdis("pipe %s not found, create %d", pipe_id, create);
761 snprintf(mna->up.name, sizeof(mna->up.name), "%s{%s", pna->name, pipe_id);
[all...]

Completed in 37 milliseconds