Home
last modified time | relevance | path

Searched refs:ENA_MAX_PHYS_ADDR_SIZE_BITS (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/ena-com/
H A Dena_com.h45 #define ENA_MAX_PHYS_ADDR_SIZE_BITS 48 macro
H A Dena_com.c1652 if ((width < 32) || width > ENA_MAX_PHYS_ADDR_SIZE_BITS) { in ena_com_get_dma_width()