| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | deflate.c | 526 if (s->gzhead->hcrc) 626 (s->gzhead->hcrc ? 2 : 0) + 643 if (s->gzhead->hcrc) 686 if (s->gzhead->hcrc && s->pending > beg) 697 if (s->gzhead->hcrc && s->pending > beg) 715 if (s->gzhead->hcrc && s->pending > beg) 728 if (s->gzhead->hcrc && s->pending > beg) 746 if (s->gzhead->hcrc && s->pending > beg) 759 if (s->gzhead->hcrc && s->pending > beg) 769 if (s->gzhead->hcrc) {
|
| H A D | inflate.c | 526 state->head->hcrc = (int)((state->flags >> 9) & 1); in inflate()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/hfi/ |
| H A D | hfi1_user.h | 231 __le16 hcrc; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/hfi/ |
| H A D | hfi1_user.h | 231 __le16 hcrc; member
|
| /OK3568_Linux_fs/kernel/include/uapi/rdma/hfi/ |
| H A D | hfi1_user.h | 232 __le16 hcrc; member
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | image.c | 218 ulong hcrc; in image_check_hcrc() local 226 hcrc = crc32(0, (unsigned char *)&header, len); in image_check_hcrc() 228 return (hcrc == image_get_hcrc(hdr)); in image_check_hcrc()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | image.h | 738 image_get_hdr_l(hcrc) /* image_get_hcrc */ in image_get_hdr_l() argument 804 image_set_hdr_l(hcrc) /* image_set_hcrc */ in image_set_hdr_l() argument
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | zlib.h | 457 int hcrc; /* true if there was or will be a header crc */ member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb3i/ |
| H A D | cxgb3i.c | 1189 int hcrc, int dcrc) in ddp_setup_conn_digest() argument 1194 u64 val = (hcrc ? 1 : 0) | (dcrc ? 2 : 0); in ddp_setup_conn_digest() 1197 "csk 0x%p, tid %u, crc %d,%d.\n", csk, tid, hcrc, dcrc); in ddp_setup_conn_digest()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/cxgb4i/ |
| H A D | cxgb4i.c | 2110 int hcrc, int dcrc) in ddp_setup_conn_digest() argument 2115 if (!hcrc && !dcrc) in ddp_setup_conn_digest() 2122 csk->hcrc_len = (hcrc ? 4 : 0); in ddp_setup_conn_digest() 2131 req->val = cpu_to_be64(((hcrc ? ULP_CRC_HEADER : 0) | in ddp_setup_conn_digest() 2136 "csk 0x%p, tid 0x%x, crc %d,%d.\n", csk, csk->tid, hcrc, dcrc); in ddp_setup_conn_digest()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zlib.h | 124 int hcrc; /* true if there was or will be a header crc */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zlib.h | 124 int hcrc; /* true if there was or will be a header crc */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zlib.h | 124 int hcrc; /* true if there was or will be a header crc */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zlib.h | 124 int hcrc; /* true if there was or will be a header crc */ member
|
| /OK3568_Linux_fs/kernel/drivers/target/iscsi/cxgbit/ |
| H A D | cxgbit_cm.c | 1511 u8 hcrc = csk->submode & CXGBIT_SUBMODE_HCRC; in cxgbit_setup_conn_digest() local 1528 req->val = cpu_to_be64(((hcrc ? ULP_CRC_HEADER : 0) | in cxgbit_setup_conn_digest()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxgbi/ |
| H A D | libcxgbi.c | 2128 static inline void tx_skb_setmode(struct sk_buff *skb, int hcrc, int dcrc) in tx_skb_setmode() argument 2130 if (hcrc || dcrc) { in tx_skb_setmode() 2133 if (hcrc) in tx_skb_setmode()
|