Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c328 fmi->fmi_fft = (fcoe_frame_tailer_t *) in fcoe_allocate_frame()
393 FRM2FMI(frm)->fmi_fft->fft_crc[0] = 0xFF & (~crc); in fcoe_fill_frame_tailers()
394 FRM2FMI(frm)->fmi_fft->fft_crc[1] = 0xFF & (~crc >> 8); in fcoe_fill_frame_tailers()
395 FRM2FMI(frm)->fmi_fft->fft_crc[2] = 0xFF & (~crc >> 16); in fcoe_fill_frame_tailers()
396 FRM2FMI(frm)->fmi_fft->fft_crc[3] = 0xFF & (~crc >> 24); in fcoe_fill_frame_tailers()
398 FCOE_V2B_1(0x42, FRM2FMI(frm)->fmi_fft->fft_eof); in fcoe_fill_frame_tailers()
400 FCOE_V2B_1(0x41, FRM2FMI(frm)->fmi_fft->fft_eof); in fcoe_fill_frame_tailers()
403 FRM2FMI(frm)->fmi_fft->fft_resvd[0] = 0; in fcoe_fill_frame_tailers()
404 FRM2FMI(frm)->fmi_fft->fft_resvd[1] = 0; in fcoe_fill_frame_tailers()
405 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()