Home
last modified time | relevance | path

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

/linux/drivers/scsi/fcoe/
H A Dfcoe.c1287 struct page *crc_eof; in fcoe_thread_cleanup_local() local
1292 crc_eof = p->crc_eof_page; in fcoe_thread_cleanup_local()
1297 if (crc_eof) in fcoe_thread_cleanup_local()
1298 put_page(crc_eof); in fcoe_thread_cleanup_local()
1632 struct fcoe_crc_eof crc_eof; in fcoe_recv_frame() local
1685 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) in fcoe_recv_frame()
1687 fr_eof(fp) = crc_eof.fcoe_eof; in fcoe_recv_frame()
1688 fr_crc(fp) = crc_eof.fcoe_crc32; in fcoe_recv_frame()
/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()