Home
last modified time | relevance | path

Searched full:t10 (Results 1 – 25 of 271) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/include/rdma/
Dsignature.h25 * @IB_SIG_TYPE_T10_DIF: Type T10-DIF
33 * enum ib_t10_dif_bg_type - Signature T10-DIF block-guard types
34 * @IB_T10DIF_CRC: Corresponds to T10-PI mandated CRC checksum rules.
43 * struct ib_t10_dif_domain - Parameters specific for T10-DIF
45 * @bg_type: T10-DIF block guard type (CRC|CSUM)
101 * Signature check masks (8 bytes in total) according to the T10-PI standard:
/kernel/linux/linux-6.6/include/rdma/
Dsignature.h25 * @IB_SIG_TYPE_T10_DIF: Type T10-DIF
33 * enum ib_t10_dif_bg_type - Signature T10-DIF block-guard types
34 * @IB_T10DIF_CRC: Corresponds to T10-PI mandated CRC checksum rules.
43 * struct ib_t10_dif_domain - Parameters specific for T10-DIF
45 * @bg_type: T10-DIF block guard type (CRC|CSUM)
101 * Signature check masks (8 bytes in total) according to the T10-PI standard:
/kernel/linux/linux-6.6/arch/alpha/lib/
Dstxncpy.S23 * t10 = bitmask (with one bit set) indicating the byte position of
109 or t10, t8, t8
129 addq zero, 1, t10 # .. e1 :
130 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte
243 or t8, t10, t6 # e1 :
273 sll t10, t6, t6 # e0 :
286 or t10, t8, t8
320 or t8, t10, t5 # .. e1 : test for end-of-count too
Dev6-stxncpy.S23 * t10 = bitmask (with one bit set) indicating the byte position of
139 or t10, t8, t8 # E :
162 addq zero, 1, t10 # E :
164 sll t10, t2, t10 # U : t10 = bitmask of last count byte
288 or t8, t10, t6 # E : (stall)
319 sll t10, t6, t6 # U : (stall)
332 or t10, t8, t8 # E :
367 or t8, t10, t5 # E : test for end-of-count too
/kernel/linux/linux-5.10/arch/alpha/lib/
Dstxncpy.S23 * t10 = bitmask (with one bit set) indicating the byte position of
109 or t10, t8, t8
129 addq zero, 1, t10 # .. e1 :
130 sll t10, t2, t10 # e0 : t10 = bitmask of last count byte
243 or t8, t10, t6 # e1 :
273 sll t10, t6, t6 # e0 :
286 or t10, t8, t8
320 or t8, t10, t5 # .. e1 : test for end-of-count too
Dev6-stxncpy.S23 * t10 = bitmask (with one bit set) indicating the byte position of
139 or t10, t8, t8 # E :
162 addq zero, 1, t10 # E :
164 sll t10, t2, t10 # U : t10 = bitmask of last count byte
288 or t8, t10, t6 # E : (stall)
319 sll t10, t6, t6 # U : (stall)
332 or t10, t8, t8 # E :
367 or t8, t10, t5 # E : test for end-of-count too
/kernel/linux/linux-5.10/block/
Dt10-pi.c3 * t10_pi.c - Functions for generating and verifying T10 Protection
7 #include <linux/t10-pi.h>
250 .name = "T10-DIF-TYPE1-CRC",
259 .name = "T10-DIF-TYPE1-IP",
268 .name = "T10-DIF-TYPE3-CRC",
277 .name = "T10-DIF-TYPE3-IP",
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
DKconfig11 The SRP protocol is defined by the INCITS T10 technical
12 committee. See <http://www.t10.org/>.
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srp/
DKconfig11 The SRP protocol is defined by the INCITS T10 technical
12 committee. See <http://www.t10.org/>.
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/
DKconfig13 of the INCITS T10 technical committee (http://www.t10.org/).
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
DKconfig13 of the INCITS T10 technical committee (http://www.t10.org/).
/kernel/linux/linux-6.6/arch/ia64/lib/
Dcopy_page_mck.S54 * | t10 | t11 | |
85 #define t10 t4 // alias! macro
88 #define t14 t10 // alias!
159 (p[D]) ld8 t10 = [src1], 8
166 (p[D]) st8 [dst1] = t10, 8
/kernel/linux/linux-5.10/arch/ia64/lib/
Dcopy_page_mck.S54 * | t10 | t11 | |
85 #define t10 t4 // alias! macro
88 #define t14 t10 // alias!
159 (p[D]) ld8 t10 = [src1], 8
166 (p[D]) st8 [dst1] = t10, 8
/kernel/linux/linux-6.6/block/
Dt10-pi.c3 * t10_pi.c - Functions for generating and verifying T10 Protection
7 #include <linux/t10-pi.h>
248 .name = "T10-DIF-TYPE1-CRC",
257 .name = "T10-DIF-TYPE1-IP",
266 .name = "T10-DIF-TYPE3-CRC",
275 .name = "T10-DIF-TYPE3-IP",
/kernel/linux/linux-5.10/include/linux/
Dt10-pi.h9 * A T10 PI-capable target device can be formatted with different
29 * T10 Protection Information tuple.
/kernel/linux/linux-6.6/include/linux/
Dt10-pi.h9 * A T10 PI-capable target device can be formatted with different
29 * T10 Protection Information tuple.
/kernel/linux/linux-5.10/lib/
Dcrc-t10dif.c3 * T10 Data Integrity Field CRC16 calculation
129 MODULE_DESCRIPTION("T10 DIF CRC calculation (library API)");
/kernel/linux/linux-6.6/lib/
Dcrc-t10dif.c3 * T10 Data Integrity Field CRC16 calculation
129 MODULE_DESCRIPTION("T10 DIF CRC calculation (library API)");
/kernel/linux/linux-5.10/crypto/
Dcrct10dif_generic.c4 * T10 Data Integrity Field CRC16 Crypto Transform
119 MODULE_DESCRIPTION("T10 DIF CRC calculation.");
/kernel/linux/linux-6.6/crypto/
Dcrct10dif_generic.c4 * T10 Data Integrity Field CRC16 Crypto Transform
119 MODULE_DESCRIPTION("T10 DIF CRC calculation.");
/kernel/linux/linux-5.10/Documentation/scsi/
Dsmartpqi.rst22 - http://www.t10.org/drafts.htm
23 - http://www.t10.org/members/w_pqi2.htm
/kernel/linux/linux-6.6/Documentation/scsi/
Dsmartpqi.rst22 - http://www.t10.org/drafts.htm
23 - http://www.t10.org/members/w_pqi2.htm
/kernel/linux/linux-6.6/Documentation/driver-api/usb/
Dbulk-streams.rst14 the T10 website (https://t10.org/).
/kernel/linux/linux-5.10/Documentation/driver-api/usb/
Dbulk-streams.rst14 the T10 website (https://t10.org/).
/kernel/linux/linux-6.6/arch/x86/crypto/
Dcrct10dif-pclmul_glue.c4 * T10 Data Integrity Field CRC16 Crypto Transform using PCLMULQDQ Instructions
139 MODULE_DESCRIPTION("T10 DIF CRC calculation accelerated with PCLMULQDQ.");

1234567891011