Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixgbe/
H A Dixgbe_common.c4531 if (!length || length > IXGBE_HI_MAX_BLOCK_BYTE_LENGTH) { in ixgbe_hic_unlocked()
4620 if (length == 0 || length > IXGBE_HI_MAX_BLOCK_BYTE_LENGTH) { in ixgbe_host_interface_command()
H A Dixgbe_type.h3081 #define IXGBE_HI_MAX_BLOCK_BYTE_LENGTH 1792 /* Num of bytes in range */ macro