Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h117 #define IXGBE_CPU_TO_BE32(x) (x) macro
122 #define IXGBE_CPU_TO_BE32 BSWAP_32 macro
/titanic_50/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_x550.c2075 buffer.address = IXGBE_CPU_TO_BE32(offset * 2); in ixgbe_read_ee_hostif_data_X550()
2156 buffer.address = IXGBE_CPU_TO_BE32((offset + current_word) * 2); in ixgbe_read_ee_hostif_buffer_X550()
2215 buffer.address = IXGBE_CPU_TO_BE32(offset * 2); in ixgbe_write_ee_hostif_data_X550()