Searched defs:ath6kl_cookie (Results 1 - 2 of 2) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c286 struct ath6kl_cookie *cookie = NULL;
342 struct ath6kl_cookie *cookie = NULL;
675 struct ath6kl_cookie *ath6kl_cookie; local
696 ath6kl_cookie = (struct ath6kl_cookie *)packet->pkt_cntxt;
697 if (!ath6kl_cookie)
701 skb = ath6kl_cookie->skb;
703 map_no = ath6kl_cookie->map_no;
736 ath6kl_free_cookie(ar, ath6kl_cookie);
[all...]
H A Dcore.h294 struct ath6kl_cookie { struct
298 struct ath6kl_cookie *arc_list_next;
601 struct ath6kl_cookie *cookie_list;
670 struct ath6kl_cookie cookie_mem[MAX_COOKIE_NUM];
762 struct ath6kl_cookie *ath6kl_alloc_cookie(struct ath6kl *ar);
763 void ath6kl_free_cookie(struct ath6kl *ar, struct ath6kl_cookie *cookie);

Completed in 59 milliseconds