Home
last modified time | relevance | path

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

/Linux-v4.19/include/scsi/
Dfc_frame.h74 #define fr_crc(fp) (fr_cb(fp)->fr_crc) macro
84 u32 fr_crc; member
/Linux-v4.19/drivers/scsi/libfc/
Dfc_frame.c46 error = crc ^ fr_crc(fp); in fc_frame_crc_check()
Dfc_fcp.c549 if (~crc != le32_to_cpu(fr_crc(fp))) { in fc_fcp_recv_data()
/Linux-v4.19/drivers/scsi/qedf/
Dqedf_els.c323 fr_crc(fp) = cpu_to_le32(~crc); in qedf_process_l2_frame_compl()
Dqedf_io.c2144 fr_crc(fp) = cpu_to_le32(~crc); in qedf_process_unsol_compl()
Dqedf_main.c2205 fr_crc(fp) = crc_eof.fcoe_crc32; in qedf_recv_frame()
/Linux-v4.19/drivers/scsi/fcoe/
Dfcoe.c1648 le32_to_cpu(fr_crc(fp)) == ~crc32(~0, skb->data, skb->len)) { in fcoe_filter_frames()
1727 fr_crc(fp) = crc_eof.fcoe_crc32; in fcoe_recv_frame()
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c561 fr_crc(fp) = crc_eof.fcoe_crc32; in bnx2fc_recv_frame()
638 if (le32_to_cpu(fr_crc(fp)) != in bnx2fc_recv_frame()
Dbnx2fc_hwi.c613 fr_crc(fp) = cpu_to_le32(~crc); in bnx2fc_process_l2_frame_compl()