Searched refs:mvpp2_cpu_to_thread (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 89 static inline u32 mvpp2_cpu_to_thread(struct mvpp2 *priv, int cpu) in mvpp2_cpu_to_thread() function 443 unsigned int thread = mvpp2_cpu_to_thread(priv, get_cpu()); in mvpp2_bm_bufs_get_addrs() 587 unsigned int thread = mvpp2_cpu_to_thread(priv, get_cpu()); in mvpp2_bm_pool_cleanup() 764 unsigned int thread = mvpp2_cpu_to_thread(port->priv, get_cpu()); in mvpp2_bm_pool_put() 1167 mvpp2_cpu_to_thread(port->priv, smp_processor_id()), in mvpp2_interrupts_mask() 1190 mvpp2_cpu_to_thread(port->priv, smp_processor_id()), in mvpp2_interrupts_unmask() 2148 mvpp2_cpu_to_thread(port->priv, smp_processor_id()), in mvpp2_aggr_txq_pend_desc_add() 2164 mvpp2_cpu_to_thread(port->priv, smp_processor_id()); in mvpp2_aggr_desc_num_check() 2185 unsigned int thread = mvpp2_cpu_to_thread(port->priv, smp_processor_id()); in mvpp2_txq_alloc_reserved_desc() 2299 mvpp2_cpu_to_thread(por in mvpp2_txq_sent_desc_proc() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/ |
H A D | mvpp2_main.c | 89 static inline u32 mvpp2_cpu_to_thread(struct mvpp2 *priv, int cpu) in mvpp2_cpu_to_thread() function 466 unsigned int thread = mvpp2_cpu_to_thread(priv, get_cpu()); in mvpp2_bm_bufs_get_addrs() 620 unsigned int thread = mvpp2_cpu_to_thread(priv, get_cpu()); in mvpp2_bm_pool_cleanup() 1004 unsigned int thread = mvpp2_cpu_to_thread(port->priv, get_cpu()); in mvpp2_bm_pool_put() 1437 thread = mvpp2_cpu_to_thread(port->priv, cpu); in mvpp2_interrupts_mask() 1459 thread = mvpp2_cpu_to_thread(port->priv, cpu); in mvpp2_interrupts_unmask() 2479 mvpp2_cpu_to_thread(port->priv, smp_processor_id()), in mvpp2_aggr_txq_pend_desc_add() 2495 mvpp2_cpu_to_thread(port->priv, smp_processor_id()); in mvpp2_aggr_desc_num_check() 2516 unsigned int thread = mvpp2_cpu_to_thread(port->priv, smp_processor_id()); in mvpp2_txq_alloc_reserved_desc() 2630 mvpp2_cpu_to_thread(por in mvpp2_txq_sent_desc_proc() [all...] |
Completed in 12 milliseconds