Symbol: aggr_info
drivers/net/wireless/ath/ath6kl/core.h
365
struct aggr_info *aggr_info;
drivers/net/wireless/ath/ath6kl/core.h
625
struct aggr_info *aggr_cntxt;
drivers/net/wireless/ath/ath6kl/core.h
919
struct aggr_info *aggr_init(struct ath6kl_vif *vif);
drivers/net/wireless/ath/ath6kl/core.h
920
void aggr_conn_init(struct ath6kl_vif *vif, struct aggr_info *aggr_info,
drivers/net/wireless/ath/ath6kl/core.h
928
void aggr_module_destroy(struct aggr_info *aggr_info);
drivers/net/wireless/ath/ath6kl/txrx.c
1084
aggr_slice_amsdu(agg_conn->aggr_info, rxtid,
drivers/net/wireless/ath/ath6kl/txrx.c
1124
aggr_slice_amsdu(agg_conn->aggr_info, rxtid, frame);
drivers/net/wireless/ath/ath6kl/txrx.c
1747
void aggr_conn_init(struct ath6kl_vif *vif, struct aggr_info *aggr_info,
drivers/net/wireless/ath/ath6kl/txrx.c
1756
aggr_conn->aggr_info = aggr_info;
drivers/net/wireless/ath/ath6kl/txrx.c
1769
struct aggr_info *aggr_init(struct ath6kl_vif *vif)
drivers/net/wireless/ath/ath6kl/txrx.c
1771
struct aggr_info *p_aggr = NULL;
drivers/net/wireless/ath/ath6kl/txrx.c
1773
p_aggr = kzalloc_obj(struct aggr_info);
drivers/net/wireless/ath/ath6kl/txrx.c
1861
void aggr_module_destroy(struct aggr_info *aggr_info)
drivers/net/wireless/ath/ath6kl/txrx.c
1863
if (!aggr_info)
drivers/net/wireless/ath/ath6kl/txrx.c
1866
aggr_reset_state(aggr_info->aggr_conn);
drivers/net/wireless/ath/ath6kl/txrx.c
1867
skb_queue_purge(&aggr_info->rx_amsdu_freeq);
drivers/net/wireless/ath/ath6kl/txrx.c
1868
kfree(aggr_info->aggr_conn);
drivers/net/wireless/ath/ath6kl/txrx.c
1869
kfree(aggr_info);
drivers/net/wireless/ath/ath6kl/txrx.c
860
static struct sk_buff *aggr_get_free_skb(struct aggr_info *p_aggr)
drivers/net/wireless/ath/ath6kl/txrx.c
990
static void aggr_slice_amsdu(struct aggr_info *p_aggr,