/openbmc/linux/include/rdma/ |
H A 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:
|
/openbmc/linux/arch/alpha/lib/ |
H A 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
|
H A 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
|
/openbmc/linux/drivers/infiniband/ulp/srp/ |
H A D | Kconfig | 11 The SRP protocol is defined by the INCITS T10 technical 12 committee. See <http://www.t10.org/>.
|
/openbmc/linux/drivers/infiniband/ulp/srpt/ |
H A D | Kconfig | 13 of the INCITS T10 technical committee (http://www.t10.org/).
|
/openbmc/linux/arch/ia64/lib/ |
H A 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
|
/openbmc/linux/block/ |
H A 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",
|
/openbmc/linux/include/linux/ |
H A D | t10-pi.h | 9 * A T10 PI-capable target device can be formatted with different 29 * T10 Protection Information tuple.
|
/openbmc/linux/lib/ |
H A D | crc-t10dif.c | 3 * T10 Data Integrity Field CRC16 calculation 129 MODULE_DESCRIPTION("T10 DIF CRC calculation (library API)");
|
/openbmc/linux/crypto/ |
H A D | crct10dif_generic.c | 4 * T10 Data Integrity Field CRC16 Crypto Transform 119 MODULE_DESCRIPTION("T10 DIF CRC calculation.");
|
H A D | crct10dif_common.c | 4 * T10 Data Integrity Field CRC16 Crypto Transform 81 MODULE_DESCRIPTION("T10 DIF CRC calculation common code");
|
/openbmc/linux/Documentation/scsi/ |
H A D | smartpqi.rst | 22 - http://www.t10.org/drafts.htm 23 - http://www.t10.org/members/w_pqi2.htm
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | bulk-streams.rst | 14 the T10 website (https://t10.org/).
|
/openbmc/linux/arch/x86/crypto/ |
H A 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.");
|
/openbmc/linux/include/scsi/ |
H A D | scsi_proto.h | 171 /* Values for T10/04-262r7 */ 184 /* defined in T10 SCSI Primary Commands-2 (SPC2) */ 196 * T10/1561-D Revision 4 Draft dated 7th November 2002.
|
/openbmc/linux/include/scsi/fc/ |
H A D | fc_fcp.h | 15 * From T10 FCP-3, T10 project 1560-D Rev 4, Sept. 13, 2005.
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_pps.c | 1289 seq->t10 = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, pp_off); in intel_pps_readout_hw_state() 1308 drm_dbg_kms(&i915->drm, "%s t1_t3 %d t8 %d t9 %d t10 %d t11_t12 %d\n", in intel_pps_dump_state() 1310 seq->t1_t3, seq->t8, seq->t9, seq->t10, seq->t11_t12); in intel_pps_dump_state() 1323 hw.t10 != sw->t10 || hw.t11_t12 != sw->t11_t12) { in intel_pps_verify_state() 1333 delays->t10 || delays->t11_t12; in pps_delays_valid() 1395 spec->t10 = 500 * 10; in pps_init_delays_spec() 1429 assign_final(t10); in pps_init_delays() 1437 intel_dp->pps.panel_power_down_delay = get_delay(t10); in pps_init_delays() 1511 REG_FIELD_PREP(PANEL_POWER_DOWN_DELAY_MASK, seq->t10); in pps_init_registers()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | scsi.rst | 23 The `SCSI protocol <http://www.t10.org/scsi-3.htm>`__ is a big-endian 109 Method <http://www.t10.org/ftp/t10/drafts/cam/cam-r12b.pdf>`__ support
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | regdef.h | 34 #define t10 $24 macro
|
/openbmc/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8192-asurada-spherion-r0.dts | 43 MATRIX_KEY(0x00, 0x04, 0) /* T10 */
|
/openbmc/openbmc-test-automation/redfish/systems/eventlog/ |
H A D | test_event_logging.robot | 166 # "Created": "2023-05-10T10:26:02.186+00:00", <--- Time stamp 215 # "Created": "2023-05-10T10:26:02.186+00:00", 219 # "Modified": "2023-05-10T10:26:02.186+00:00",
|
/openbmc/linux/drivers/scsi/ |
H A D | sd_dif.c | 10 #include <linux/t10-pi.h>
|
H A D | scsicam.c | 155 * see http://www.t10.org/ftp/t10/drafts/cam/cam-r12b.pdf
|
/openbmc/linux/Documentation/target/ |
H A D | tcm_mod_builder.rst | 22 3) Based on user defined T10 Proto_Ident for the new fabric module being built, 142 1) Add more T10 proto_idents
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-trogdor-pazquel360.dtsi | 48 MATRIX_KEY(0x00, 0x04, 0) /* T10 */
|