Lines Matching refs:netmap_pipe_adapter
93 struct netmap_pipe_adapter **npa; in nm_pipe_alloc()
102 old_len = sizeof(struct netmap_pipe_adapter *)*na->na_max_pipes; in nm_pipe_alloc()
103 len = sizeof(struct netmap_pipe_adapter *) * npipes; in nm_pipe_alloc()
131 static struct netmap_pipe_adapter *
135 struct netmap_pipe_adapter *na; in netmap_pipe_find()
153 netmap_pipe_add(struct netmap_adapter *parent, struct netmap_pipe_adapter *na) in netmap_pipe_add()
170 netmap_pipe_remove(struct netmap_adapter *parent, struct netmap_pipe_adapter *na) in netmap_pipe_remove()
175 struct netmap_pipe_adapter **p = in netmap_pipe_remove()
380 struct netmap_pipe_adapter *pna = in netmap_pipe_krings_create()
381 (struct netmap_pipe_adapter *)na; in netmap_pipe_krings_create()
495 struct netmap_pipe_adapter *pna = in netmap_pipe_reg()
496 (struct netmap_pipe_adapter *)na; in netmap_pipe_reg()
620 struct netmap_pipe_adapter *pna = in netmap_pipe_krings_delete()
621 (struct netmap_pipe_adapter *)na; in netmap_pipe_krings_delete()
636 struct netmap_pipe_adapter *pna = in netmap_pipe_dtor()
637 (struct netmap_pipe_adapter *)na; in netmap_pipe_dtor()
658 struct netmap_pipe_adapter *mna, *sna, *reqna; in netmap_get_pipe_na()