[go: nahoru, domu]

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

/drivers/staging/ozwpan/
H A 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);
156 struct oz_tx_frame *f = list_entry(e, struct oz_tx_frame, link);
316 static struct oz_tx_frame *oz_tx_frame_alloc(struct oz_pd *pd)
318 struct oz_tx_frame *f;
332 static void oz_tx_isoc_free(struct oz_pd *pd, struct oz_tx_frame *
[all...]
H A Dozpd.h34 struct oz_tx_frame { struct
H A Dozproto.c775 oz_tx_frame_cache = KMEM_CACHE(oz_tx_frame, 0);

Completed in 92 milliseconds