Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c510 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame() local
546 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) { in bnx2fc_recv_frame()
550 fr_eof(fp) = crc_eof.fcoe_eof; in bnx2fc_recv_frame()
551 fr_crc(fp) = crc_eof.fcoe_crc32; in bnx2fc_recv_frame()