Home
last modified time | relevance | path

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

/trueos/sys/dev/ixgbe/
HDixgbe_x550.c2194 if (words > FW_MAX_READ_BUFFER_SIZE / 2) in ixgbe_read_ee_hostif_buffer_X550()
2195 words_to_read = FW_MAX_READ_BUFFER_SIZE / 2; in ixgbe_read_ee_hostif_buffer_X550()
HDixgbe_type.h2906 #define FW_MAX_READ_BUFFER_SIZE 1024 macro