Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe.c1142 uint32_t crc_from_frame = ~(crc_array[0] | (crc_array[1] << 8) | in fcoe_crc_verify() local
1145 return (crc == crc_from_frame ? FCOE_SUCCESS : FCOE_FAILURE); in fcoe_crc_verify()