Home
last modified time | relevance | path

Searched refs:tx_type (Results 1 – 5 of 5) sorted by relevance

/include/linux/
A Dnet_tstamp.h64 int tx_type; member
76 kernel_cfg->tx_type = cfg->tx_type; in hwtstamp_config_to_kernel()
84 cfg->tx_type = kernel_cfg->tx_type; in hwtstamp_config_from_kernel()
92 a->tx_type != b->tx_type || in kernel_hwtstamp_config_changed()
A Dasync_tx.h104 enum dma_transaction_type tx_type);
119 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel() argument
A Ddmaengine.h1418 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set() argument
1420 set_bit(tx_type, dstp->bits); in __dma_cap_set()
1425 __dma_cap_clear(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_clear() argument
1427 clear_bit(tx_type, dstp->bits); in __dma_cap_clear()
1438 __dma_has_cap(enum dma_transaction_type tx_type, dma_cap_mask_t *srcp) in __dma_has_cap() argument
1440 return test_bit(tx_type, srcp->bits); in __dma_has_cap()
1517 struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type);
1532 static inline struct dma_chan *dma_find_channel(enum dma_transaction_type tx_type) in dma_find_channel() argument
A Dnetdevice.h3106 enum netdev_lag_tx_type tx_type; member
/include/uapi/linux/
A Dnet_tstamp.h92 int tx_type; member

Completed in 30 milliseconds