Home
last modified time | relevance | path

Searched refs:ampdu_skb (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dampdu.c83 struct sk_buff *ampdu_skb, bool retry);
86 static void _add_ampdu_txinfo (struct ssv_softc *sc, struct sk_buff *ampdu_skb);
94 struct sk_buff *ampdu_skb);
97 unsigned int cal_duration_of_ampdu(struct sk_buff *ampdu_skb, int stage) in cal_duration_of_ampdu() argument
105 ampdu_hdr = (struct ampdu_hdr_st *) ampdu_skb->head; in cal_duration_of_ampdu()
349 static void _add_ampdu_txinfo (struct ssv_softc *sc, struct sk_buff *ampdu_skb) in _add_ampdu_txinfo() argument
352 ssv6xxx_add_txinfo(sc, ampdu_skb); in _add_ampdu_txinfo()
353 tx_desc = (struct ssv6200_tx_desc *) ampdu_skb->data; in _add_ampdu_txinfo()
356 tx_desc->len = ampdu_skb->len; in _add_ampdu_txinfo()
392 if(ampdu_skb != 0) in _add_ampdu_txinfo()
[all …]
H A Ddev.c76 extern unsigned int cal_duration_of_ampdu(struct sk_buff *ampdu_skb, int stage);