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