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()
538 if (~crc != le32_to_cpu(fr_crc(fp))) { in fc_fcp_recv_data()
1637 le32_to_cpu(fr_crc(fp)) == ~crc32(~0, skb->data, skb->len)) { in fcoe_filter_frames()1714 fr_crc(fp) = crc_eof.fcoe_crc32; in fcoe_recv_frame()
358 fr_crc(fp) = cpu_to_le32(~crc); in qedf_process_l2_frame_compl()
2585 fr_crc(fp) = cpu_to_le32(~crc); in qedf_process_unsol_compl()
2480 fr_crc(fp) = crc_eof.fcoe_crc32; in qedf_recv_frame()
554 fr_crc(fp) = crc_eof.fcoe_crc32; in bnx2fc_recv_frame()631 if (le32_to_cpu(fr_crc(fp)) != in bnx2fc_recv_frame()
613 fr_crc(fp) = cpu_to_le32(~crc); in bnx2fc_process_l2_frame_compl()
Completed in 29 milliseconds