Searched refs:txh (Results 1 – 4 of 4) 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 …]
831 struct d11txh *txh = NULL; in brcms_c_dotxstatus() local872 txh = (struct d11txh *) (p->data); in brcms_c_dotxstatus()876 txs->phyerr, txh->MainRates); in brcms_c_dotxstatus()878 if (txs->frameid != le16_to_cpu(txh->TxFrameID)) { in brcms_c_dotxstatus()883 h = (struct ieee80211_hdr *)((u8 *) (txh + 1) + D11_PHY_HDR_LEN); in brcms_c_dotxstatus()898 trace_brcms_txdesc(&wlc->hw->d11core->dev, txh, sizeof(*txh)); in brcms_c_dotxstatus()902 unsigned xfts = le16_to_cpu(txh->XtraFrameTypes); in brcms_c_dotxstatus()993 if (txh) in brcms_c_dotxstatus()994 trace_brcms_txdesc(&wlc->hw->d11core->dev, txh, in brcms_c_dotxstatus()995 sizeof(*txh)); in brcms_c_dotxstatus()[all …]
385 union ks8851_tx_hdr txh ____cacheline_aligned;
1811 #define CALL_TXH(txh) \ in invoke_tx_handlers_early() argument1813 res = txh(tx); \ in invoke_tx_handlers_early()