Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c234 FRM2FMI(frm)); in fcoe_tx_frame()
318 fmi = FRM2FMI(frm); in fcoe_allocate_frame()
354 fcoe_i_frame_t *fmi = FRM2FMI(frm); in fcoe_fill_frame_headers()
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()
[all …]
H A Dfcoe.h226 #define FRM2FMI(x_frm) ((fcoe_i_frame_t *)(x_frm)->frm_fcoe_private) macro
H A Dfcoe.c1141 uint8_t *crc_array = FRM2FMI(frm)->fmi_fft->fft_crc; in fcoe_crc_verify()