Searched refs:crc_eof (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fcoe/ |
H A D | fcoe.c | 1288 struct page *crc_eof; in fcoe_thread_cleanup_local() local 1293 crc_eof = p->crc_eof_page; in fcoe_thread_cleanup_local() 1298 if (crc_eof) in fcoe_thread_cleanup_local() 1299 put_page(crc_eof); in fcoe_thread_cleanup_local() 1662 struct fcoe_crc_eof crc_eof; in fcoe_recv_frame() local 1713 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) in fcoe_recv_frame() 1715 fr_eof(fp) = crc_eof.fcoe_eof; in fcoe_recv_frame() 1716 fr_crc(fp) = crc_eof.fcoe_crc32; in fcoe_recv_frame()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe.c | 1287 struct page *crc_eof; in fcoe_thread_cleanup_local() local 1292 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() local 1705 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()
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 512 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame() local 550 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) { in bnx2fc_recv_frame() 554 fr_eof(fp) = crc_eof.fcoe_eof; in bnx2fc_recv_frame() 555 fr_crc(fp) = crc_eof.fcoe_crc32; in bnx2fc_recv_frame()
|
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 510 struct fcoe_crc_eof crc_eof; in bnx2fc_recv_frame() local 546 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()
|
/kernel/linux/linux-5.10/drivers/scsi/qedf/ |
H A D | qedf_main.c | 2462 struct fcoe_crc_eof crc_eof; in qedf_recv_frame() local 2493 if (skb_copy_bits(skb, fr_len, &crc_eof, sizeof(crc_eof))) { in qedf_recv_frame() 2498 fr_eof(fp) = crc_eof.fcoe_eof; in qedf_recv_frame() 2499 fr_crc(fp) = crc_eof.fcoe_crc32; in qedf_recv_frame()
|
/kernel/linux/linux-6.6/drivers/scsi/qedf/ |
H A D | qedf_main.c | 2464 struct fcoe_crc_eof crc_eof; in qedf_recv_frame() local 2495 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()
|
Completed in 21 milliseconds