/freebsd/sys/conf/ |
H A D | files.powerpc | 96 dev/ice/if_ice_iflib.c optional ice pci powerpc64 | ice pci powerpc64le \ 97 compile-with "${NORMAL_C} -I$S/dev/ice" 98 dev/ice/ice_lib.c optional ice pci powerpc64 | ice pci powerpc64le \ 99 compile-with "${NORMAL_C} -I$S/dev/ice" 100 dev/ice/ice_osdep.c optional ice pc [all...] |
H A D | files.arm64 | 327 dev/ice/if_ice_iflib.c optional ice pci \ 328 compile-with "${NORMAL_C} -I$S/dev/ice" 329 dev/ice/ice_lib.c optional ice pci \ 330 compile-with "${NORMAL_C} -I$S/dev/ice" 331 dev/ice/ice_osdep.c optional ice pci \ 332 compile-with "${NORMAL_C} -I$S/dev/ice" 333 dev/ice/ice_resmgr.c optional ice pci \ 334 compile-with "${NORMAL_C} -I$S/dev/ice" 335 dev/ice/ice_strings.c optional ice pci \ 336 compile-with "${NORMAL_C} -I$S/dev/ice" [all …]
|
/freebsd/share/man/man4/ |
H A D | ice.4 | 36 .Dt ICE 4 39 .Nm ice 46 .Cd "device ice" 185 .It Va hw.ice.#.enable_health_events 187 .It Va hw.ice.#.debug.enable_tx_fc_filter 189 .It Va hw.ice.#.debug.enable_tx_lldp_filter 191 .It Va hw.ice.#.debug.enable_health_events 196 .It Va dev.ice.#.fc 200 .It Va dev.ice.#.advertise_speed 203 .It Va dev.ice [all...] |
H A D | irdma.4 | 40 .Xr ice 4 55 .Xr ice 4 151 .Va hw.ice.irdma 155 hw.ice.irdma=1 172 where <interface_number> is a desired ice interface number on which 201 Enable flow control in the ice driver: 203 sysctl dev.ice.<interface_number>.fc=3 237 .Xr ice 4
|
/freebsd/sys/contrib/dev/ice/ |
H A D | README |
|
/freebsd/sys/dev/ice/ |
H A D | ice_rdma.c | 37 * functionality for the ice driver. 42 * The ice device driver provides the rmda_di_if.m interface methods, while 117 * a reset of an ice driver device. 355 * @hw: ice hw structure 356 * @dcbx_cfg: current DCB settings in ice driver 481 * client driver interface and enable interop between the ice driver and the 550 * client driver interface and shut down communication between the ice driver 589 * Called during ice driver module initialization to setup the RDMA client 596 sx_init_flags(&ice_rdma.mtx, "ice rdma interface", SX_DUPOK); in ice_rdma_init() 605 * Called during ice drive [all...] |
H A D | irdma_if.m | 36 * be called from the ice driver to notify the RDMA client driver of device 47 * Called by the ice driver during attach to notify the RDMA client driver 59 * Called by the ice driver during the if_init routine to notify the RDMA 71 * Called by the ice driver during the if_stop routine to notify the RDMA 83 * Called by the ice driver during detach to notify the RDMA client driver 97 * Called by the ice driver when link status changes to notify the RDMA client
|
H A D | irdma_di_if.m | 35 * KObject methods implemented by the ice driver. These functions are called 36 * by the RDMA client driver to connect with the ice driver and request 44 * reset - Request the ice driver to perform a reset 47 * Called by the RDMA client driver to request a reset of the ice device.
|
H A D | ice_iflib.h | 66 * @sc: ice softc pointer 75 * @sc: ice softc pointer 83 * @sc: ice softc pointer 91 * @sc: ice softc pointer 103 * descriptors, be a power of 2. The ice hardware is limited to a maximum of
|
H A D | ice_common_sysctls.h | 127 static SYSCTL_NODE(_hw, OID_AUTO, ice, CTLFLAG_RD, 0, "ICE driver parameters"); 130 "ICE driver debug parameters");
|
H A D | ice_ddp_common.c | 531 * Note: idx must reference a ICE segment 831 ice_debug(hw, ICE_DBG_INIT, "Did not find ice metadata section in package\n"); in ice_init_pkg_info() 847 ice_debug(hw, ICE_DBG_PKG, "Ice Seg: %d.%d.%d.%d, %s\n", in ice_init_pkg_info() 854 ice_debug(hw, ICE_DBG_INIT, "Did not find ice segment in driver package\n"); in ice_init_pkg_info() 955 * @ice_seg: pointer to the ice segment (NULL on subsequent calls) 987 * @ice_seg: pointer to the ice segment (non-NULL) 1135 /* find ICE segment in given package */ in ice_chk_pkg_compat() 1139 ice_debug(hw, ICE_DBG_INIT, "no ice segment in package.\n"); in ice_chk_pkg_compat() 1304 * information such as version. Then it finds the ice configuration segment 1930 * @ice_seg: pointer to the ice segmen in ice_pkg_buf() [all...] |
H A D | ice_ddp_common.h | 145 /* ice specific segment */ 239 /* ice package section IDs */ 372 /* Label ICE runtime configuration section IDs */
|
/freebsd/sys/powerpc/include/ |
H A D | hid.h | 42 #define HID0_EICE 0x04000000 /* Enable ICE output */ 89 "\020ICE\017DCE\016ILOCK\015DLOCK\014ICFI\013DCFI\012SPD\011IFEM" \ 96 "\020ICE\017DCE\016ILOCK\015DLOCK\014ICFI\013DCFI\012SPD\011XBSEN" \ 146 * 16 ICE ICE ICE ICE ICE ICE ICE -
|
/freebsd/sys/contrib/device-tree/Bindings/mmc/ |
H A D | sdhci-msm.yaml | 92 - enum: [ice, bus, cal, sleep] 93 - enum: [ice, bus, cal, sleep] 94 - enum: [ice, bus, cal, sleep] 95 - enum: [ice, bus, cal, sleep] 199 - const: ice 213 - const: ice
|
H A D | sdhci-msm.txt | 43 - "ice" for Inline Crypto Engine register map (optional) 56 "ice" - clock for Inline Crypto Engine (optional)
|
/freebsd/sys/modules/ice/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/ice 20 CFLAGS.irdma_di_if.c += -I${SRCTOP}/sys/dev/ice 21 CFLAGS.irdma_if.c += -I${SRCTOP}/sys/dev/ice
|
/freebsd/sys/contrib/device-tree/Bindings/ufs/ |
H A D | qcom,ufs.yaml | 80 qcom,ice: 91 - const: ice 273 - qcom,ice 352 qcom,ice = <&ice>;
|
/freebsd/tools/kerneldoc/subsys/ |
H A D | Doxyfile-dev_ice | 6 PROJECT_NAME = "FreeBSD kernel ice device code" 8 EXTRACT_ALL = YES # TODO: ice has @file comments.. disable this? 12 INPUT = $(DOXYGEN_SRC_PATH)/dev/ice/ \
|
/freebsd/sys/modules/ice_ddp/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/contrib/dev/ice 4 FIRMWS= ice-1.3.41.0.pkg:ice_ddp:0x01032900
|
/freebsd/sys/isa/ |
H A D | isa_common.c | 417 struct isa_config_entry *ice; in isa_assign_resources() local 425 TAILQ_FOREACH(ice, &idev->id_configs, ice_link) { in isa_assign_resources() 427 if (!isa_find_memory(child, &ice->ice_config, cfg)) in isa_assign_resources() 430 if (!isa_find_port(child, &ice->ice_config, cfg)) in isa_assign_resources() 433 if (!isa_find_irq(child, &ice->ice_config, cfg)) in isa_assign_resources() 436 if (!isa_find_drq(child, &ice->ice_config, cfg)) in isa_assign_resources() 977 struct isa_config_entry *newice, *ice; in isa_add_config() local 979 newice = malloc(sizeof *ice, M_DEVBUF, M_NOWAIT); in isa_add_config() 986 TAILQ_FOREACH(ice, &idev->id_configs, ice_link) { in isa_add_config() 987 if (ice->ice_priority > priority) in isa_add_config() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | IgnoreExpr.h | 49 if (auto *ICE = dyn_cast<ImplicitCastExpr>(E)) in IgnoreImplicitCastsSingleStep() local 50 return ICE->getSubExpr(); in IgnoreImplicitCastsSingleStep() 138 if (auto *ICE = dyn_cast<ImplicitCastExpr>(E)) in IgnoreImplicitAsWrittenSingleStep() local 139 return ICE->getSubExprAsWritten(); in IgnoreImplicitAsWrittenSingleStep()
|
/freebsd/sys/dev/ichiic/ |
H A D | ig4_pci.c | 240 { PCI_CHIP_ICELAKE_LP_I2C_0, "Intel Ice Lake-LP I2C Controller-0", IG4_TIGERLAKE}, 241 { PCI_CHIP_ICELAKE_LP_I2C_1, "Intel Ice Lake-LP I2C Controller-1", IG4_TIGERLAKE}, 242 { PCI_CHIP_ICELAKE_LP_I2C_2, "Intel Ice Lake-LP I2C Controller-2", IG4_TIGERLAKE}, 243 { PCI_CHIP_ICELAKE_LP_I2C_3, "Intel Ice Lake-LP I2C Controller-3", IG4_TIGERLAKE}, 244 { PCI_CHIP_ICELAKE_LP_I2C_4, "Intel Ice Lake-LP I2C Controller-4", IG4_TIGERLAKE}, 245 { PCI_CHIP_ICELAKE_LP_I2C_5, "Intel Ice Lake-LP I2C Controller-5", IG4_TIGERLAKE},
|
/freebsd/contrib/netbsd-tests/usr.bin/tr/ |
H A D | t_basic.sh | 57 atf_check -o inline:'splice' -x '(echo spl; echo ice) | tr -d '"'\n'" 58 atf_check -o inline:'splice' -x '(echo spl; echo ice) | tr -d '"'\012'" 61 atf_check -o inline:'slice' -x '(echo spl; echo ice) | tr -d '"'\n'p" 62 atf_check -o inline:'slice' -x '(echo spl; echo ice) | tr -d '"'\012'p"
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 2945 const CastExpr *ICE = cast<ImplicitCastExpr>(this); in isUnusedResultAWarning() local 2948 if (ICE->getCastKind() == CK_LValueToRValue && in isUnusedResultAWarning() 2949 ICE->getSubExpr()->getType().isVolatileQualified()) in isUnusedResultAWarning() 2952 return ICE->getSubExpr()->isUnusedResultAWarning(WarnE, Loc, R1, R2, Ctx); in isUnusedResultAWarning() 3170 while (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(E)) in isDefaultArgument() local 3171 E = ICE->getSubExprAsWritten(); in isDefaultArgument() 3182 while (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(E)) { in skipTemporaryBindingsNoOpCastsAndParens() local 3183 if (ICE->getCastKind() == CK_NoOp) in skipTemporaryBindingsNoOpCastsAndParens() 3184 E = ICE->getSubExpr(); in skipTemporaryBindingsNoOpCastsAndParens() 3192 while (const ImplicitCastExpr *ICE = dyn_cast<ImplicitCastExpr>(E)) { in skipTemporaryBindingsNoOpCastsAndParens() local [all …]
|
/freebsd/ |
H A D | MAINTAINERS | 100 sys/contrib/dev/ice erj Pre-commit phabricator review requested. 105 sys/dev/ice erj Pre-commit phabricator review requested.
|