Home
last modified time | relevance | path

Searched refs:SIZE_8K (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()
612 SIZE_2K, SIZE_8K, OCE_RQ_BUF_SIZE, rq_fs_values); in oce_get_params()
615 SIZE_8K, OCE_RQ_NUM_BUFFERS, rq_mb_values); in oce_get_params()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h78 #define SIZE_8K (8 * 1024) macro