Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_utils.h79 #define OCE_NUM_PAGES(size) howmany(size, PAGE_4K) macro
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_buf.c116 dbuf->num_pages = OCE_NUM_PAGES(size); in oce_alloc_dma_buffer()