Searched refs:irq_threshold (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/soc/fsl/dpio/ | 
| D | qbman-portal.c | 1810 int qbman_swp_set_irq_coalescing(struct qbman_swp *p, u32 irq_threshold,  in qbman_swp_set_irq_coalescing()  argument1825 	if (irq_threshold >= p->dqrr.dqrr_size) {  in qbman_swp_set_irq_coalescing()
 1830 	p->irq_threshold = irq_threshold;  in qbman_swp_set_irq_coalescing()
 1833 	qbman_write_register(p, QBMAN_CINH_SWP_DQRR_ITR, irq_threshold);  in qbman_swp_set_irq_coalescing()
 1846 void qbman_swp_get_irq_coalescing(struct qbman_swp *p, u32 *irq_threshold,  in qbman_swp_get_irq_coalescing()  argument
 1849 	if (irq_threshold)  in qbman_swp_get_irq_coalescing()
 1850 		*irq_threshold = p->irq_threshold;  in qbman_swp_get_irq_coalescing()
 
 | 
| D | qbman-portal.h | 163 	u32 irq_threshold;  member658 int qbman_swp_set_irq_coalescing(struct qbman_swp *p, u32 irq_threshold,
 661 void qbman_swp_get_irq_coalescing(struct qbman_swp *p, u32 *irq_threshold,
 
 |