Home
last modified time | relevance | path

Searched refs:oz_tx_frame (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/ozwpan/
Dozpd.c24 static struct oz_tx_frame *oz_tx_frame_alloc(struct oz_pd *pd);
25 static void oz_tx_frame_free(struct oz_pd *pd, struct oz_tx_frame *f);
26 static void oz_tx_isoc_free(struct oz_pd *pd, struct oz_tx_frame *f);
27 static struct sk_buff *oz_build_frame(struct oz_pd *pd, struct oz_tx_frame *f);
29 static void oz_retire_frame(struct oz_pd *pd, struct oz_tx_frame *f);
158 struct oz_tx_frame *f = list_entry(e, struct oz_tx_frame, link); in oz_pd_free()
318 static struct oz_tx_frame *oz_tx_frame_alloc(struct oz_pd *pd) in oz_tx_frame_alloc()
320 struct oz_tx_frame *f; in oz_tx_frame_alloc()
334 static void oz_tx_isoc_free(struct oz_pd *pd, struct oz_tx_frame *f) in oz_tx_isoc_free()
348 static void oz_tx_frame_free(struct oz_pd *pd, struct oz_tx_frame *f) in oz_tx_frame_free()
[all …]
Dozpd.h34 struct oz_tx_frame { struct
Dozproto.c775 oz_tx_frame_cache = KMEM_CACHE(oz_tx_frame, 0); in oz_protocol_init()