Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c331 fmi->fmi_fft = (fcoe_frame_tailer_t *) in fcoe_allocate_frame()
396 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()
401 FCOE_V2B_1(0x42, FRM2FMI(frm)->fmi_fft->fft_eof); in fcoe_fill_frame_tailers()
403 FCOE_V2B_1(0x41, FRM2FMI(frm)->fmi_fft->fft_eof); in fcoe_fill_frame_tailers()
406 FRM2FMI(frm)->fmi_fft->fft_resvd[0] = 0; in fcoe_fill_frame_tailers()
407 FRM2FMI(frm)->fmi_fft->fft_resvd[1] = 0; in fcoe_fill_frame_tailers()
408 FRM2FMI(frm)->fmi_fft->fft_resvd[2] = 0; in fcoe_fill_frame_tailers()
H A Dfcoe.h189 fcoe_frame_tailer_t *fmi_fft; /* 8 bytes FCOE tailer */ member
H A Dfcoe.c1141 uint8_t *crc_array = FRM2FMI(frm)->fmi_fft->fft_crc; in fcoe_crc_verify()