Home
last modified time | relevance | path

Searched refs:RIO_MAX_TX_RING_SIZE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dfsl_rmu.c42 #define RIO_MAX_TX_RING_SIZE 2048 macro
165 void *virt_buffer[RIO_MAX_TX_RING_SIZE];
166 dma_addr_t phys_buffer[RIO_MAX_TX_RING_SIZE];
727 (entries > RIO_MAX_TX_RING_SIZE) || (!is_power_of_2(entries))) { in fsl_open_outb_mbox()
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dfsl_rmu.c42 #define RIO_MAX_TX_RING_SIZE 2048 macro
165 void *virt_buffer[RIO_MAX_TX_RING_SIZE];
166 dma_addr_t phys_buffer[RIO_MAX_TX_RING_SIZE];
727 (entries > RIO_MAX_TX_RING_SIZE) || (!is_power_of_2(entries))) { in fsl_open_outb_mbox()

Completed in 3 milliseconds