Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_main.c581 uint32_t rq_fs_values[] = {SIZE_2K, SIZE_4K, SIZE_8K, END}; in oce_get_params()
582 uint32_t rq_mb_values[] = {SIZE_2K, SIZE_4K, SIZE_8K, END}; in oce_get_params()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h77 #define SIZE_4K (4 * 1024) macro