Home
last modified time | relevance | path

Searched refs:txh (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
A Dampdu.c504 plcp = (u8 *)(txh + 1); in brcms_c_ampdu_add_frame()
599 struct d11txh *txh; in brcms_c_ampdu_finalize() local
654 plcp = (u8 *)(txh + 1); in brcms_c_ampdu_finalize()
721 if (txh->MModeLen) { in brcms_c_ampdu_finalize()
727 if (txh->MModeFbrLen) { in brcms_c_ampdu_finalize()
739 txh->PreloadSize = 0; in brcms_c_ampdu_finalize()
770 txh->TxFesTimeFallback = txh->RTSDurFallback; in brcms_c_ampdu_finalize()
810 struct d11txh *txh; in brcms_c_ampdu_dotxstatus_complete() local
903 trace_brcms_txdesc(&wlc->hw->d11core->dev, txh, sizeof(*txh)); in brcms_c_ampdu_dotxstatus_complete()
1023 struct d11txh *txh; in brcms_c_ampdu_dotxstatus() local
[all …]
A Dbrcms_trace_brcmsmac_tx.h27 void *txh, size_t txh_len),
28 TP_ARGS(dev, txh, txh_len),
31 __dynamic_array(u8, txh, txh_len)
35 memcpy(__get_dynamic_array(txh), txh, txh_len);
A Dmain.c832 struct d11txh *txh = NULL; in brcms_c_dotxstatus() local
899 trace_brcms_txdesc(&wlc->hw->d11core->dev, txh, sizeof(*txh)); in brcms_c_dotxstatus()
994 if (txh) in brcms_c_dotxstatus()
996 sizeof(*txh)); in brcms_c_dotxstatus()
5658 struct d11txh *txh) in bcmc_fid_generate() argument
6158 struct d11txh *txh; in brcms_c_d11hdrs_mac80211() local
6465 txh->FragDurFallback = 0; in brcms_c_d11hdrs_mac80211()
6616 memset(txh->RTSPLCPFallback, 0, sizeof(txh->RTSPLCPFallback)); in brcms_c_d11hdrs_mac80211()
6617 txh->RTSDurFallback = 0; in brcms_c_d11hdrs_mac80211()
6742 txh->TxFesTimeFallback = in brcms_c_d11hdrs_mac80211()
[all …]
/linux/drivers/net/ethernet/micrel/
A Dks8851_spi.c271 ks->txh.txb[1] = KS_SPIOP_TXFIFO; in ks8851_wrfifo_spi()
272 ks->txh.txw[1] = cpu_to_le16(fid); in ks8851_wrfifo_spi()
273 ks->txh.txw[2] = cpu_to_le16(txp->len); in ks8851_wrfifo_spi()
275 xfer->tx_buf = &ks->txh.txb[1]; in ks8851_wrfifo_spi()
A Dks8851.h385 union ks8851_tx_hdr txh ____cacheline_aligned;
/linux/net/mac80211/
A Dtx.c1809 #define CALL_TXH(txh) \ in invoke_tx_handlers_early() argument
1811 res = txh(tx); \ in invoke_tx_handlers_early()

Completed in 36 milliseconds