Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c396 FRM2FMI(frm)->fmi_fft->fft_crc[0] = 0xFF & (~crc); in fcoe_fill_frame_tailers()
397 FRM2FMI(frm)->fmi_fft->fft_crc[1] = 0xFF & (~crc >> 8); in fcoe_fill_frame_tailers()
398 FRM2FMI(frm)->fmi_fft->fft_crc[2] = 0xFF & (~crc >> 16); in fcoe_fill_frame_tailers()
399 FRM2FMI(frm)->fmi_fft->fft_crc[3] = 0xFF & (~crc >> 24); in fcoe_fill_frame_tailers()
H A Dfcoe.h168 uint8_t fft_crc[4]; /* FC packet CRC */ member
H A Dfcoe.c1141 uint8_t *crc_array = FRM2FMI(frm)->fmi_fft->fft_crc; in fcoe_crc_verify()