Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/scsi/
A Dfc_frame.h62 #define fr_crc(fp) (fr_cb(fp)->fr_crc) macro
72 u32 fr_crc; member
/linux-6.3-rc2/drivers/scsi/libfc/
A Dfc_frame.c34 error = crc ^ fr_crc(fp); in fc_frame_crc_check()
A Dfc_fcp.c530 if (~crc != le32_to_cpu(fr_crc(fp))) { in fc_fcp_recv_data()
/linux-6.3-rc2/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c509 u32 fr_len, fr_crc; in bnx2fc_recv_frame() local
554 fr_crc(fp) = crc_eof.fcoe_crc32; in bnx2fc_recv_frame()
627 fr_crc = le32_to_cpu(fr_crc(fp)); in bnx2fc_recv_frame()
629 if (unlikely(fr_crc != ~crc32(~0, skb->data, fr_len))) { in bnx2fc_recv_frame()
A Dbnx2fc_hwi.c613 fr_crc(fp) = cpu_to_le32(~crc); in bnx2fc_process_l2_frame_compl()
/linux-6.3-rc2/drivers/scsi/qedf/
A Dqedf_els.c358 fr_crc(fp) = cpu_to_le32(~crc); in qedf_process_l2_frame_compl()
A Dqedf_io.c2584 fr_crc(fp) = cpu_to_le32(~crc); in qedf_process_unsol_compl()
A Dqedf_main.c2502 fr_crc(fp) = crc_eof.fcoe_crc32; in qedf_recv_frame()
/linux-6.3-rc2/drivers/scsi/fcoe/
A Dfcoe.c1633 le32_to_cpu(fr_crc(fp)) == ~crc32(~0, skb->data, skb->len)) { in fcoe_filter_frames()
1708 fr_crc(fp) = crc_eof.fcoe_crc32; in fcoe_recv_frame()

Completed in 31 milliseconds