Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c1295 struct page *crc_eof; in fcoe_thread_cleanup_local() local
1300 crc_eof = p->crc_eof_page; in fcoe_thread_cleanup_local()
1305 if (crc_eof) in fcoe_thread_cleanup_local()
1306 put_page(crc_eof); in fcoe_thread_cleanup_local()
1671 struct fcoe_crc_eof crc_eof; in fcoe_recv_frame() local
1724 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) in fcoe_recv_frame()
1726 fr_eof(fp) = crc_eof.fcoe_eof; in fcoe_recv_frame()
1727 fr_crc(fp) = crc_eof.fcoe_crc32; in fcoe_recv_frame()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c523 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame() local
556 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) { in bnx2fc_recv_frame()
560 fr_eof(fp) = crc_eof.fcoe_eof; in bnx2fc_recv_frame()
561 fr_crc(fp) = crc_eof.fcoe_crc32; in bnx2fc_recv_frame()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_main.c2169 struct fcoe_crc_eof crc_eof; in qedf_recv_frame() local
2200 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) { in qedf_recv_frame()
2204 fr_eof(fp) = crc_eof.fcoe_eof; in qedf_recv_frame()
2205 fr_crc(fp) = crc_eof.fcoe_crc32; in qedf_recv_frame()