Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c323 fmi->fmi_ffh = (fcoe_frame_header_t *) in fcoe_allocate_frame()
327 (uint8_t *)fmi->fmi_ffh; in fcoe_allocate_frame()
368 bzero(fmi->fmi_ffh, sizeof (fcoe_frame_header_t)); in fcoe_fill_frame_headers()
369 FCOE_ENCAPS_VER(fmi->fmi_ffh, FCOE_VER); in fcoe_fill_frame_headers()
372 FCOE_V2B_1(0x2E, fmi->fmi_ffh->ffh_sof); in fcoe_fill_frame_headers()
374 FCOE_V2B_1(0x36, fmi->fmi_ffh->ffh_sof); in fcoe_fill_frame_headers()
H A Dfcoe.h187 fcoe_frame_header_t *fmi_ffh; /* 14 bytes FCOE hader */ member