Home
last modified time | relevance | path

Searched refs:txd (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddmaengine.h653 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() argument
656 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() argument
659 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *next) in txd_chain() argument
663 static inline void txd_clear_parent(struct dma_async_tx_descriptor *txd) in txd_clear_parent() argument
666 static inline void txd_clear_next(struct dma_async_tx_descriptor *txd) in txd_clear_next() argument
669 static inline struct dma_async_tx_descriptor *txd_next(struct dma_async_tx_descriptor *txd) in txd_next() argument
673 static inline struct dma_async_tx_descriptor *txd_parent(struct dma_async_tx_descriptor *txd) in txd_parent() argument
679 static inline void txd_lock(struct dma_async_tx_descriptor *txd) in txd_lock() argument
681 spin_lock_bh(&txd->lock); in txd_lock()
683 static inline void txd_unlock(struct dma_async_tx_descriptor *txd) in txd_unlock() argument
687 txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *next) txd_chain() argument
692 txd_clear_parent(struct dma_async_tx_descriptor *txd) txd_clear_parent() argument
696 txd_clear_next(struct dma_async_tx_descriptor *txd) txd_clear_next() argument
700 txd_parent(struct dma_async_tx_descriptor *txd) txd_parent() argument
704 txd_next(struct dma_async_tx_descriptor *txd) txd_next() argument
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c3626 struct TxDesc *txd; in rtl8168_mac_loopback_test() local
3640 txd = tp->TxDescArray; in rtl8168_mac_loopback_test()
3660 txd->addr = cpu_to_le64(mapping); in rtl8168_mac_loopback_test()
3661 txd->opts2 = 0; in rtl8168_mac_loopback_test()
3667 txd->opts1 = cpu_to_le32(DescOwn | FirstFrag | LastFrag | len); in rtl8168_mac_loopback_test()
27506 struct TxDesc *txd = NULL; global() local
27756 struct TxDesc *txd; global() local
[all...]

Completed in 29 milliseconds