| /freebsd/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | sassp.c | 844 /* Be careful with the scatter/gather lists, encryption and DIF options. */ in saSSPStart() 934 if( pIRequest->encrypt.enableEncryptionPerLA && pIRequest->dif.enableDIFPerLA) in saSSPStart() 941 pIRequest->dif.DIFPerLAAddrLo ); in saSSPStart() 943 …SA_ASSERT(pIRequest->encrypt.EncryptionPerLAAddrHi == pIRequest->dif.DIFPerLAAddrHi, "EPL DPL hi r… in saSSPStart() 945 if( pIRequest->encrypt.EncryptionPerLAAddrHi != pIRequest->dif.DIFPerLAAddrHi ) in saSSPStart() 970 else if (pIRequest->dif.enableDIFPerLA) /* configure DIF */ in saSSPStart() 977 pIRequest->dif.DIFPerLAAddrLo ); in saSSPStart() 980 pIRequest->dif.DIFPerLAAddrHi); in saSSPStart() 1001 …SA_DBG3(("saSSPStart,DIF enableRefBlockCount ref %d enableRefBlockCount %d enableCrc %d enableCr… in saSSPStart() 1002 pIRequest->dif.flags & DIF_FLAG_BITS_UDTR_REF_BLKCOUNT ? 1 : 0, in saSSPStart() [all …]
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | dif | 3 # $File: dif,v 1.1 2020/04/09 19:14:01 christos Exp $ 4 # dif: file(1) magic for DIF text files 15 # skip DROID x-fmt-41-signature-id-380.dif by looking for key word TUPLES at the beginning 17 # https://www.pcmatic.com/company/libraries/fileextension/detail.asp?ext=dif.html 18 #!:mime application/x-dif-spreadsheet Gnumeric 20 #!:mime application/x-dif-document LibreOffice 22 !:mime application/x-dif 23 # https://extension.nirsoft.net/dif 26 !:ext dif
|
| H A D | diff | 19 # no short named pch dif examples found 20 #!:ext diff/patch/dif/pch 33 # no short named pch dif examples found 34 #!:ext diff/patch/dif/pch 134 !:ext diff/patch/dif/pch/rej
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_add.c | 78 int max, min, dif; in BN_uadd() local 94 dif = max - min; in BN_uadd() 109 while (dif) { in BN_uadd() 110 dif--; in BN_uadd() 127 int max, min, dif; in BN_usub() local 136 dif = max - min; in BN_usub() 138 if (dif < 0) { /* hmm... should not be happening */ in BN_usub() 154 while (dif) { in BN_usub() 155 dif--; in BN_usub()
|
| /freebsd/sys/dev/qlnx/qlnxe/ |
| H A D | rdma_common.h | 195 * DIF Block size options 205 * DIF CRC initial value 215 * RDMA DIF Error Result Structure 236 * DIF IO direction 246 * RDMA DIF Runt Result Structure 496 …_DIF_ON_HOST_FLG_MASK 0x1 /* If set, indicated host memory of this WQE is DIF protected. */ 526 …lower 32 bits of the registered MR length. In case of DIF the length is specified including the DI… 528 __le32 dif_base_ref_tag /* Ref tag of the first DIF Block. */; 529 __le16 dif_app_tag /* App tag of all DIF Blocks. */; 535 #define RDMA_SQ_FMR_WQE_DIF_BLOCK_SIZE_MASK 0x1 /* DIF block size. 0=512B 1=4096B (use enu… [all …]
|
| H A D | iscsi_common.h | 110 __le16 tq_tid /* Immediate Data with DIF TQe TID */; 119 #define CQE_ERROR_BITMAP_DIF_ERR_BITS_MASK 0x7 /* Mark task with DIF error (3 bit): [0]-CRC… 154 * rdif conetxt for dif on immediate 176 #define DIF_ON_IMMEDIATE_PARAMS_NETWORK_INTERFACE_MASK 0x1 /* 0=None, 1=DIF */ 178 #define DIF_ON_IMMEDIATE_PARAMS_HOST_INTERFACE_MASK 0x3 /* 0=None, 1=DIF, 2=DIX */ 205 * iSCSI dif on immediate mode attributes union 210 struct dif_on_immediate_params def_dif_conf /* default dif on immediate rdif configuration */; 223 * iSCSI DIF flags 230 #define ISCSI_DIF_FLAGS_DIF_TO_PEER_MASK 0x1 /* If DIF protection is configured against… 232 …LAGS_HOST_INTERFACE_MASK 0x7 /* If DIF/DIX protection is configured against the host (0=n… [all …]
|
| /freebsd/sys/dev/ocs_fc/ |
| H A D | ocs_scsi.c | 80 uint32_t addrlen_count, ocs_dif_t *dif, int is_crc); 81 …i_dif_check_app_tag(ocs_t *ocs, ocs_hw_dif_info_t *dif_info, uint16_t exp_app_tag, ocs_dif_t *dif); 82 …i_dif_check_ref_tag(ocs_t *ocs, ocs_hw_dif_info_t *dif_info, uint32_t exp_ref_tag, ocs_dif_t *dif); 388 …(dif_info->dif == SLI4_DIF_PASS_THROUGH) && (dif_info->dif_oper != OCS_HW_SGE_DIF_OP_IN_RAW_OUT_RA… in ocs_target_io_cb() 437 * @brief Determine if an IO is using CRC for DIF guard format. 440 * @param dif_info Pointer to HW DIF info data. 479 * @brief Check a block and DIF data, computing the appropriate SCSI status 482 * This function is used to check blocks and DIF when given an unknown DIF 486 * the block with the DIF error, find the bad block. If a block is found with an 512 ocs_dif_t *dif; /* pointer to DIF block returned from target */ in ocs_scsi_dif_check_unknown() local [all …]
|
| H A D | ocs_ioctl.h | 140 dif_separate:1; /* use DIF separate transfers */ 141 uint32_t ref_tag; /* DIF reference tag */ 142 uint16_t app_tag; /* DIF application tag */ 143 uint32_t blocksize; /* DIF blocksize */ 158 uint32_t dif_payload_length; /**< DIF payload length for command if separate */ 170 dif_info_t dif; /* DIF info */ member 174 void *dif_payload; /**< pointer to DIF block data if separate */
|
| H A D | ocs_utils.c | 1300 * @brief Return blocksize given SCSI API DIF block size 1302 * Given the DIF block size enumerated value, return the block size value. (e.g. 1305 * @param dif_info Pointer to SCSI API DIF info block 1307 * @return returns block size, or 0 if SCSI API DIF blocksize is invalid 1330 * @brief Set SCSI API DIF blocksize 1332 * Given a blocksize value (512, 1024, etc.), set the SCSI API DIF blocksize 1333 * in the DIF info block 1335 * @param dif_info Pointer to the SCSI API DIF info block 1362 * @brief Return memory block size given SCSI DIF API 1364 * The blocksize in memory for the DIF transfer is returned, given the SCSI DIF info [all …]
|
| H A D | ocs_scsi.h | 190 * @brief T10 DIF operations 211 * @brief T10 DIF block sizes 228 uintptr_t dif_addr; /**< address of DIF segment, zero if DIF is interleaved */ 233 * @brief T10 DIF information passed to the transport
|
| H A D | ocs_io.h | 117 ocs_hw_dif_info_t hw_dif; /**< HW formatted DIF parameters */ 118 ocs_scsi_dif_info_t scsi_dif_info; /**< DIF info saved for DIF error recovery */
|
| /freebsd/sys/dev/firewire/ |
| H A D | iec68113.h | 117 uint8_t dseq:4, /* DIF sequence number */ 118 fsc:1, /* ID of a DIF block in each channel */ 122 fsc:1, /* ID of a DIF block in each channel */ 123 dseq:4; /* DIF sequence number */ 125 uint8_t dbn; /* DIF block number */ 127 #define DV_DSF_12 0x80 /* PAL: payload[0] in Header DIF */
|
| /freebsd/sys/ofed/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 43 * struct ib_t10_dif_domain - Parameters specific for T10-DIF 45 * @bg_type: T10-DIF block guard type (CRC|CSUM) 76 struct ib_t10_dif_domain dif; member
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | streqvcmp.c | 108 int dif; in strneqvcmp() local 115 dif = charmap[ u1 ] - charmap[ u2 ]; in strneqvcmp() 117 if (dif != 0) in strneqvcmp() 118 return dif; in strneqvcmp() 154 int dif; in streqvcmp() local 161 dif = charmap[ u1 ] - charmap[ u2 ]; in streqvcmp() 163 if (dif != 0) in streqvcmp() 164 return dif; in streqvcmp()
|
| /freebsd/share/man/man5/ |
| H A D | dir.5 | 111 #endif 145 #endif /* __BSD_VISIBLE */ 149 #endif 151 #endif /* !_SYS_DIRENT_H_ */
|
| /freebsd/usr.bin/ctags/ |
| H A D | tree.c | 91 int dif; in add_node() local 93 dif = strcoll(node->entry, cur_node->entry); in add_node() 94 if (!dif) { in add_node() 105 else if (dif < 0) in add_node()
|
| /freebsd/share/man/man4/ |
| H A D | mtio.4 | 86 #endif 156 #endif /* __FreeBSD__ */ 191 #endif 393 #endif 395 #endif /* !_SYS_MTIO_H_ */
|
| H A D | dtrace_dtrace.4 | 55 .It Fa arg3 Ta DIF offset into the action if available (otherwise -1) 134 printf("DIF offset (arg3): %d\en", arg3); 158 …abled probe ID 2 (ID 1: dtrace:::BEGIN): invalid address (0x19931101) in action #1 at DIF offset 16
|
| /freebsd/sys/dev/pms/RefTisa/sat/api/ |
| H A D | sm.h | 191 * DIF operation 256 bit 3: enable dif 258 bit 8-23: DIF SKIP Bytes 261 smDif_t Dif; member
|
| /freebsd/stand/efi/libefi/ |
| H A D | efinet.c | 358 struct netif_dif *dif; in efinet_dev_init() local 424 dif = &efinetif.netif_ifs[i]; in efinet_dev_init() 425 dif->dif_unit = i; in efinet_dev_init() 426 dif->dif_nsel = 1; in efinet_dev_init() 427 dif->dif_stats = &stats[i]; in efinet_dev_init() 428 dif->dif_private = handles2[i]; in efinet_dev_init()
|
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_error.c | 65 { EDT_DIFVERS, "Library uses newer DIF version than kernel" }, 68 { EDT_DIFINVAL, "DIF program content is invalid" }, 69 { EDT_DIFSIZE, "DIF program exceeds maximum program size" }, 70 { EDT_DIFFAULT, "DIF program contains invalid pointer" },
|
| /freebsd/sys/contrib/device-tree/Bindings/dma/ |
| H A D | atmel-xdma.txt | 15 - bit 14: DIF, destination interface identifier, used to get the peripheral 37 - bit 14: DIF, destination interface identifier, used to get the peripheral
|
| /freebsd/sys/dev/pms/RefTisa/sallsdk/api/ |
| H A D | sa_err.h | 57 #define OSSA_IO_DIF_IN_ERROR 0x0B /**< IO failed inbound DIF err… 58 #define OSSA_IO_DIF_OUT_ERROR 0x0C /**< IO failed outbound DIF er… 189 /* define DIF IO response error status code */ 197 … * called with DIF but DIF is not enabled.
|
| /freebsd/sbin/ipf/ipf/ |
| H A D | ipf.4 | 63 #endif 96 #endif 226 #endif
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | dtrace.h | 118 * DTrace Intermediate Format (DIF) 120 * The following definitions describe the DTrace Intermediate Format (DIF), a 127 #define DIF_VERSION_1 1 /* DIF version 1: Solaris 10 Beta */ 128 #define DIF_VERSION_2 2 /* DIF version 2: Solaris 10 FCS */ 129 #define DIF_VERSION DIF_VERSION_2 /* latest DIF instruction set version */ 130 #define DIF_DIR_NREGS 8 /* number of DIF integer registers */ 131 #define DIF_DTR_NREGS 8 /* number of DIF tuple registers */ 370 * A DTrace Intermediate Format Type (DIF Type) is used to represent the types 372 * for each DIF object (shown below). It contains a description of the type, 391 * variables referenced by a given DIF object. It contains an integer variable [all …]
|