Searched refs:native_io (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 267 static bool hw_is_gem(void __iomem *addr, bool native_io) in hw_is_gem() argument 271 if (native_io) in hw_is_gem() 2746 if (bp->native_io) in macb_configure_dma() 3900 if (hw_is_gem(bp->regs, bp->native_io)) { in macb_configure_caps() 3931 bool native_io, in macb_probe_queues() 3944 if (!hw_is_gem(mem, native_io)) in macb_probe_queues() 4954 bool native_io; in macb_probe() local 4987 native_io = hw_is_native_io(mem); in macb_probe() 4989 macb_probe_queues(mem, native_io, &queue_mask, &num_queues); in macb_probe() 5004 bp->native_io in macb_probe() 3930 macb_probe_queues(void __iomem *mem, bool native_io, unsigned int *queue_mask, unsigned int *num_queues) macb_probe_queues() argument [all...] |
H A D | macb.h | 1250 bool native_io; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
H A D | macb_main.c | 262 static bool hw_is_gem(void __iomem *addr, bool native_io) in hw_is_gem() argument 266 if (native_io) in hw_is_gem() 2441 if (bp->native_io) in macb_configure_dma() 3559 if (hw_is_gem(bp->regs, bp->native_io)) { in macb_configure_caps() 3585 bool native_io, in macb_probe_queues() 3598 if (!hw_is_gem(mem, native_io)) in macb_probe_queues() 4482 bool native_io; in macb_probe() local 4516 native_io = hw_is_native_io(mem); in macb_probe() 4518 macb_probe_queues(mem, native_io, &queue_mask, &num_queues); in macb_probe() 4533 bp->native_io in macb_probe() 3584 macb_probe_queues(void __iomem *mem, bool native_io, unsigned int *queue_mask, unsigned int *num_queues) macb_probe_queues() argument [all...] |
H A D | macb.h | 1171 bool native_io; member
|
Completed in 19 milliseconds