Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_main.c577 uint32_t tx_bcl_values[] = {SIZE_128, SIZE_256, SIZE_512, SIZE_1K, in oce_get_params()
579 uint32_t rx_bcl_values[] = {SIZE_128, SIZE_256, SIZE_512, SIZE_1K, in oce_get_params()
606 SIZE_128, SIZE_2K, OCE_DEFAULT_TX_BCOPY_LIMIT, tx_bcl_values); in oce_get_params()
609 SIZE_128, SIZE_2K, OCE_DEFAULT_RX_BCOPY_LIMIT, rx_bcl_values); in oce_get_params()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_impl.h72 #define SIZE_128 128 macro