Lines Matching refs:netmap_pipe_adapter
94 struct netmap_pipe_adapter **npa; in nm_pipe_alloc()
103 old_len = sizeof(struct netmap_pipe_adapter *)*na->na_max_pipes; in nm_pipe_alloc()
104 len = sizeof(struct netmap_pipe_adapter *) * npipes; in nm_pipe_alloc()
132 static struct netmap_pipe_adapter *
136 struct netmap_pipe_adapter *na; in netmap_pipe_find()
154 netmap_pipe_add(struct netmap_adapter *parent, struct netmap_pipe_adapter *na) in netmap_pipe_add()
171 netmap_pipe_remove(struct netmap_adapter *parent, struct netmap_pipe_adapter *na) in netmap_pipe_remove()
176 struct netmap_pipe_adapter **p = in netmap_pipe_remove()
377 struct netmap_pipe_adapter *pna = in netmap_pipe_krings_create()
378 (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()