Searched refs:D11_TXH_LEN (Results 1 – 4 of 4) sorted by relevance
45 #define TXOFF (D11_TXH_LEN + D11_PHY_HDR_LEN)
973 skb_pull(p, D11_TXH_LEN); in brcms_c_ampdu_dotxstatus_complete()1001 skb_pull(p, D11_TXH_LEN); in brcms_c_ampdu_dotxstatus_complete()
788 #define D11_TXH_LEN 112 /* bytes */ macro
989 skb_pull(p, D11_TXH_LEN); in brcms_c_dotxstatus()6212 txh = (struct d11txh *) skb_push(p, D11_TXH_LEN); in brcms_c_d11hdrs_mac80211()6213 memset(txh, 0, D11_TXH_LEN); in brcms_c_d11hdrs_mac80211()