Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/fcoe/
Dfcoe.c1286 struct page *crc_eof; in fcoe_thread_cleanup_local() local
1291 crc_eof = p->crc_eof_page; in fcoe_thread_cleanup_local()
1296 if (crc_eof) in fcoe_thread_cleanup_local()
1297 put_page(crc_eof); in fcoe_thread_cleanup_local()
1660 struct fcoe_crc_eof crc_eof; in fcoe_recv_frame() local
1711 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) in fcoe_recv_frame()
1713 fr_eof(fp) = crc_eof.fcoe_eof; in fcoe_recv_frame()
1714 fr_crc(fp) = crc_eof.fcoe_crc32; in fcoe_recv_frame()
/Linux-v5.15/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c516 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame() local
549 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) { in bnx2fc_recv_frame()
553 fr_eof(fp) = crc_eof.fcoe_eof; in bnx2fc_recv_frame()
554 fr_crc(fp) = crc_eof.fcoe_crc32; in bnx2fc_recv_frame()
/Linux-v5.15/drivers/scsi/qedf/
Dqedf_main.c2443 struct fcoe_crc_eof crc_eof; in qedf_recv_frame() local
2474 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) { in qedf_recv_frame()
2479 fr_eof(fp) = crc_eof.fcoe_eof; in qedf_recv_frame()
2480 fr_crc(fp) = crc_eof.fcoe_crc32; in qedf_recv_frame()