Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath6kl/
H A Dcore.h395 struct ath6kl_cookie { struct
399 struct ath6kl_cookie *arc_list_next; argument
734 struct ath6kl_cookie *cookie_list;
811 struct ath6kl_cookie cookie_mem[MAX_COOKIE_NUM];
915 struct ath6kl_cookie *ath6kl_alloc_cookie(struct ath6kl *ar);
916 void ath6kl_free_cookie(struct ath6kl *ar, struct ath6kl_cookie *cookie);
H A Dtxrx.c291 struct ath6kl_cookie *cookie = NULL; in ath6kl_control_tx()
359 struct ath6kl_cookie *cookie = NULL; in ath6kl_data_tx()
687 struct ath6kl_cookie *ath6kl_cookie; in ath6kl_tx_complete() local
711 ath6kl_cookie = packet->pkt_cntxt; in ath6kl_tx_complete()
712 if (WARN_ON_ONCE(!ath6kl_cookie)) in ath6kl_tx_complete()
716 skb = ath6kl_cookie->skb; in ath6kl_tx_complete()
718 map_no = ath6kl_cookie->map_no; in ath6kl_tx_complete()
722 ath6kl_free_cookie(ar, ath6kl_cookie); in ath6kl_tx_complete()
729 ath6kl_free_cookie(ar, ath6kl_cookie); in ath6kl_tx_complete()
756 ath6kl_free_cookie(ar, ath6kl_cookie); in ath6kl_tx_complete()
[all …]
H A Dmain.c155 struct ath6kl_cookie *ath6kl_alloc_cookie(struct ath6kl *ar) in ath6kl_alloc_cookie()
157 struct ath6kl_cookie *cookie; in ath6kl_alloc_cookie()
187 void ath6kl_free_cookie(struct ath6kl *ar, struct ath6kl_cookie *cookie) in ath6kl_free_cookie()