Searched refs:tx_type (Results 1 – 5 of 5) sorted by relevance
64 int tx_type; member76 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()
104 enum dma_transaction_type tx_type);119 enum dma_transaction_type tx_type, struct page **dst, in async_tx_find_channel() argument
1418 __dma_cap_set(enum dma_transaction_type tx_type, dma_cap_mask_t *dstp) in __dma_cap_set() argument1420 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() argument1427 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() argument1440 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
3106 enum netdev_lag_tx_type tx_type; member
92 int tx_type; member
Completed in 30 milliseconds