Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c3180 if (words > FW_MAX_READ_BUFFER_SIZE / 2) in ixgbe_read_ee_hostif_buffer_X550()
3181 words_to_read = FW_MAX_READ_BUFFER_SIZE / 2; in ixgbe_read_ee_hostif_buffer_X550()
H A Dixgbe_type.h3054 #define FW_MAX_READ_BUFFER_SIZE 1024 macro