Searched refs:fr_crc (Results 1 – 9 of 9) sorted by relevance
62 #define fr_crc(fp) (fr_cb(fp)->fr_crc) macro72 u32 fr_crc; member
34 error = crc ^ fr_crc(fp); in fc_frame_crc_check()
530 if (~crc != le32_to_cpu(fr_crc(fp))) { in fc_fcp_recv_data()
509 u32 fr_len, fr_crc; in bnx2fc_recv_frame() local554 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()
613 fr_crc(fp) = cpu_to_le32(~crc); in bnx2fc_process_l2_frame_compl()
358 fr_crc(fp) = cpu_to_le32(~crc); in qedf_process_l2_frame_compl()
2584 fr_crc(fp) = cpu_to_le32(~crc); in qedf_process_unsol_compl()
2481 fr_crc(fp) = crc_eof.fcoe_crc32; in qedf_recv_frame()
1634 le32_to_cpu(fr_crc(fp)) == ~crc32(~0, skb->data, skb->len)) { in fcoe_filter_frames()1709 fr_crc(fp) = crc_eof.fcoe_crc32; in fcoe_recv_frame()