Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c337 frm->frm_fc_frame = (uint8_t *)frm->frm_hdr; in fcoe_allocate_frame()
339 (uint8_t *)frm->frm_fc_frame; in fcoe_allocate_frame()
391 CRC32(crc, frm->frm_fc_frame, frm->frm_fc_frame_size, in fcoe_fill_frame_tailers()
H A Dfcoe.c1144 CRC32(crc, frm->frm_fc_frame, frm->frm_fc_frame_size, -1U, crc32_table); in fcoe_crc_verify()
/titanic_44/usr/src/uts/common/sys/fcoe/
H A Dfcoe_common.h104 uint8_t *frm_fc_frame; member