Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe.c1288 struct page *crc_eof; in fcoe_thread_cleanup_local() local
1293 crc_eof = p->crc_eof_page; in fcoe_thread_cleanup_local()
1298 if (crc_eof) in fcoe_thread_cleanup_local()
1299 put_page(crc_eof); in fcoe_thread_cleanup_local()
1662 struct fcoe_crc_eof crc_eof; in fcoe_recv_frame() local
1713 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) in fcoe_recv_frame()
1715 fr_eof(fp) = crc_eof.fcoe_eof; in fcoe_recv_frame()
1716 fr_crc(fp) = crc_eof.fcoe_crc32; in fcoe_recv_frame()
/OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c515 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame() local
553 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) { in bnx2fc_recv_frame()
557 fr_eof(fp) = crc_eof.fcoe_eof; in bnx2fc_recv_frame()
558 fr_crc(fp) = crc_eof.fcoe_crc32; in bnx2fc_recv_frame()
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_main.c2461 struct fcoe_crc_eof crc_eof; in qedf_recv_frame() local
2492 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) { in qedf_recv_frame()
2497 fr_eof(fp) = crc_eof.fcoe_eof; in qedf_recv_frame()
2498 fr_crc(fp) = crc_eof.fcoe_crc32; in qedf_recv_frame()