| /kernel/linux/linux-5.10/include/rdma/ |
| D | signature.h | 25 * @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/ |
| D | signature.h | 25 * @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/ |
| D | stxncpy.S | 23 * 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
|
| D | ev6-stxncpy.S | 23 * 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/ |
| D | stxncpy.S | 23 * 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
|
| D | ev6-stxncpy.S | 23 * 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/ |
| D | t10-pi.c | 3 * 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/ |
| D | Kconfig | 11 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/ |
| D | Kconfig | 11 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/ |
| D | Kconfig | 13 of the INCITS T10 technical committee (http://www.t10.org/).
|
| /kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
| D | Kconfig | 13 of the INCITS T10 technical committee (http://www.t10.org/).
|
| /kernel/linux/linux-6.6/arch/ia64/lib/ |
| D | copy_page_mck.S | 54 * | 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/ |
| D | copy_page_mck.S | 54 * | 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/ |
| D | t10-pi.c | 3 * 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/ |
| D | t10-pi.h | 9 * A T10 PI-capable target device can be formatted with different 29 * T10 Protection Information tuple.
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | t10-pi.h | 9 * A T10 PI-capable target device can be formatted with different 29 * T10 Protection Information tuple.
|
| /kernel/linux/linux-5.10/lib/ |
| D | crc-t10dif.c | 3 * T10 Data Integrity Field CRC16 calculation 129 MODULE_DESCRIPTION("T10 DIF CRC calculation (library API)");
|
| /kernel/linux/linux-6.6/lib/ |
| D | crc-t10dif.c | 3 * T10 Data Integrity Field CRC16 calculation 129 MODULE_DESCRIPTION("T10 DIF CRC calculation (library API)");
|
| /kernel/linux/linux-5.10/crypto/ |
| D | crct10dif_generic.c | 4 * T10 Data Integrity Field CRC16 Crypto Transform 119 MODULE_DESCRIPTION("T10 DIF CRC calculation.");
|
| /kernel/linux/linux-6.6/crypto/ |
| D | crct10dif_generic.c | 4 * T10 Data Integrity Field CRC16 Crypto Transform 119 MODULE_DESCRIPTION("T10 DIF CRC calculation.");
|
| /kernel/linux/linux-5.10/Documentation/scsi/ |
| D | smartpqi.rst | 22 - http://www.t10.org/drafts.htm 23 - http://www.t10.org/members/w_pqi2.htm
|
| /kernel/linux/linux-6.6/Documentation/scsi/ |
| D | smartpqi.rst | 22 - http://www.t10.org/drafts.htm 23 - http://www.t10.org/members/w_pqi2.htm
|
| /kernel/linux/linux-6.6/Documentation/driver-api/usb/ |
| D | bulk-streams.rst | 14 the T10 website (https://t10.org/).
|
| /kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
| D | bulk-streams.rst | 14 the T10 website (https://t10.org/).
|
| /kernel/linux/linux-6.6/arch/x86/crypto/ |
| D | crct10dif-pclmul_glue.c | 4 * T10 Data Integrity Field CRC16 Crypto Transform using PCLMULQDQ Instructions 139 MODULE_DESCRIPTION("T10 DIF CRC calculation accelerated with PCLMULQDQ.");
|