Searched refs:crc_eof (Results 1 – 3 of 3) sorted by relevance
1287 struct page *crc_eof; in fcoe_thread_cleanup_local() local1292 crc_eof = p->crc_eof_page; in fcoe_thread_cleanup_local()1297 if (crc_eof) in fcoe_thread_cleanup_local()1298 put_page(crc_eof); in fcoe_thread_cleanup_local()1652 struct fcoe_crc_eof crc_eof; in fcoe_recv_frame() local1705 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) in fcoe_recv_frame()1707 fr_eof(fp) = crc_eof.fcoe_eof; in fcoe_recv_frame()1708 fr_crc(fp) = crc_eof.fcoe_crc32; in fcoe_recv_frame()
510 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame() local546 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) { in bnx2fc_recv_frame()550 fr_eof(fp) = crc_eof.fcoe_eof; in bnx2fc_recv_frame()551 fr_crc(fp) = crc_eof.fcoe_crc32; in bnx2fc_recv_frame()
2464 struct fcoe_crc_eof crc_eof; in qedf_recv_frame() local2495 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) { in qedf_recv_frame()2500 fr_eof(fp) = crc_eof.fcoe_eof; in qedf_recv_frame()2501 fr_crc(fp) = crc_eof.fcoe_crc32; in qedf_recv_frame()