Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dcore.h294 struct ath6kl_cookie { struct
298 struct ath6kl_cookie *arc_list_next; argument
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);
Dtxrx.c286 struct ath6kl_cookie *cookie = NULL; in ath6kl_control_tx()
342 struct ath6kl_cookie *cookie = NULL; in ath6kl_data_tx()
675 struct ath6kl_cookie *ath6kl_cookie; in ath6kl_tx_complete() local
696 ath6kl_cookie = (struct ath6kl_cookie *)packet->pkt_cntxt; in ath6kl_tx_complete()
697 if (!ath6kl_cookie) in ath6kl_tx_complete()
701 skb = ath6kl_cookie->skb; in ath6kl_tx_complete()
703 map_no = ath6kl_cookie->map_no; in ath6kl_tx_complete()
736 ath6kl_free_cookie(ar, ath6kl_cookie); in ath6kl_tx_complete()
767 ath6kl_free_cookie(ar, ath6kl_cookie); in ath6kl_tx_complete()
Dmain.c150 struct ath6kl_cookie *ath6kl_alloc_cookie(struct ath6kl *ar) in ath6kl_alloc_cookie()
152 struct ath6kl_cookie *cookie; in ath6kl_alloc_cookie()
182 void ath6kl_free_cookie(struct ath6kl *ar, struct ath6kl_cookie *cookie) in ath6kl_free_cookie()