Searched refs:txh (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| A D | ampdu.c | 536 plcp = (u8 *)(txh + 1); in brcms_c_ampdu_add_frame() 631 struct d11txh *txh; in brcms_c_ampdu_finalize() local 686 plcp = (u8 *)(txh + 1); in brcms_c_ampdu_finalize() 753 if (txh->MModeLen) { in brcms_c_ampdu_finalize() 759 if (txh->MModeFbrLen) { in brcms_c_ampdu_finalize() 771 txh->PreloadSize = 0; in brcms_c_ampdu_finalize() 802 txh->TxFesTimeFallback = txh->RTSDurFallback; in brcms_c_ampdu_finalize() 842 struct d11txh *txh; in brcms_c_ampdu_dotxstatus_complete() local 935 trace_brcms_txdesc(&wlc->hw->d11core->dev, txh, sizeof(*txh)); in brcms_c_ampdu_dotxstatus_complete() 1056 struct d11txh *txh; in brcms_c_ampdu_dotxstatus() local [all …]
|
| A D | brcms_trace_brcmsmac_tx.h | 27 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 D | main.c | 839 struct d11txh *txh = NULL; in brcms_c_dotxstatus() local 906 trace_brcms_txdesc(&wlc->hw->d11core->dev, txh, sizeof(*txh)); in brcms_c_dotxstatus() 1001 if (txh) in brcms_c_dotxstatus() 1003 sizeof(*txh)); in brcms_c_dotxstatus() 5667 struct d11txh *txh) in bcmc_fid_generate() argument 6167 struct d11txh *txh; in brcms_c_d11hdrs_mac80211() local 6474 txh->FragDurFallback = 0; in brcms_c_d11hdrs_mac80211() 6625 memset(txh->RTSPLCPFallback, 0, sizeof(txh->RTSPLCPFallback)); in brcms_c_d11hdrs_mac80211() 6626 txh->RTSDurFallback = 0; in brcms_c_d11hdrs_mac80211() 6751 txh->TxFesTimeFallback = in brcms_c_d11hdrs_mac80211() [all …]
|
| /linux/drivers/net/ethernet/micrel/ |
| A D | ks8851_spi.c | 271 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 D | ks8851.h | 384 union ks8851_tx_hdr txh ____cacheline_aligned;
|
| /linux/net/mac80211/ |
| A D | tx.c | 1787 #define CALL_TXH(txh) \ in invoke_tx_handlers_early() argument 1789 res = txh(tx); \ in invoke_tx_handlers_early()
|
Completed in 35 milliseconds