Searched refs:txh (Results 1 – 3 of 3) sorted by relevance
494 struct d11txh *txh = (struct d11txh *)p->data; in brcms_c_ampdu_add_frame() local503 ndelim = txh->RTSPLCPFallback[AMPDU_FBR_NULL_DELIM]; in brcms_c_ampdu_add_frame()504 plcp = (u8 *)(txh + 1); in brcms_c_ampdu_add_frame()505 fbr_iscck = !(le16_to_cpu(txh->XtraFrameTypes) & 0x03); in brcms_c_ampdu_add_frame()506 len = fbr_iscck ? BRCMS_GET_CCK_PLCP_LEN(txh->FragPLCPFallback) : in brcms_c_ampdu_add_frame()507 BRCMS_GET_MIMO_PLCP_LEN(txh->FragPLCPFallback); in brcms_c_ampdu_add_frame()551 uint fifo = le16_to_cpu(txh->TxFrameID) & TXFID_QUEUE_MASK; in brcms_c_ampdu_add_frame()558 plcp0 = txh->FragPLCPFallback[0]; in brcms_c_ampdu_add_frame()559 plcp3 = txh->FragPLCPFallback[3]; in brcms_c_ampdu_add_frame()582 mcl = le16_to_cpu(txh->MacTxControlLow); in brcms_c_ampdu_add_frame()[all …]
803 struct d11txh *txh = NULL; in brcms_c_setband_inact() 844 txh = (struct d11txh *) (p->data); in brcms_c_dotxstatus() 848 txs->phyerr, txh->MainRates); in brcms_c_dotxstatus() 850 if (txs->frameid != le16_to_cpu(txh->TxFrameID)) { in brcms_c_dotxstatus() 851 brcms_err(wlc->hw->d11core, "frameid != txh->TxFrameID\n"); in brcms_c_dotxstatus() 855 h = (struct ieee80211_hdr *)((u8 *) (txh + 1) + D11_PHY_HDR_LEN); in brcms_c_dotxstatus() 870 trace_brcms_txdesc(&wlc->hw->d11core->dev, txh, sizeof(*txh)); in brcms_c_dotxstatus() 874 unsigned xfts = le16_to_cpu(txh->XtraFrameTypes); in brcms_c_dotxstatus() 965 if (txh) in brcms_c_dotxstatus() 831 struct d11txh *txh = NULL; brcms_c_dotxstatus() local 5657 bcmc_fid_generate(struct brcms_c_info * wlc,struct brcms_bss_cfg * bsscfg,struct d11txh * txh) bcmc_fid_generate() argument 6157 struct d11txh *txh; brcms_c_d11hdrs_mac80211() local 6793 struct d11txh *txh; brcms_c_tx() local [all...]
1820 #define CALL_TXH(txh) \ in invoke_tx_handlers_early() argument 1822 res = txh(tx); \ in invoke_tx_handlers_early()