| /freebsd/sys/conf/ |
| H A D | files.powerpc | 130 dev/ice/if_ice_iflib.c optional ice pci powerpc64 | ice pci powerpc64le \ 131 compile-with "${NORMAL_C} -I$S/dev/ice" 132 dev/ice/ice_lib.c optional ice pci powerpc64 | ice pci powerpc64le \ 133 compile-with "${NORMAL_C} -I$S/dev/ice" 134 dev/ice/ice_osdep.c optional ice pci powerpc64 | ice pci powerpc64le \ 135 compile-with "${NORMAL_C} -I$S/dev/ice" 136 dev/ice/ice_resmgr.c optional ice pci powerpc64 | ice pci powerpc64le \ 137 compile-with "${NORMAL_C} -I$S/dev/ice" 138 dev/ice/ice_strings.c optional ice pci powerpc64 | ice pci powerpc64le \ 139 compile-with "${NORMAL_C} -I$S/dev/ice" [all …]
|
| H A D | files.amd64 | 159 dev/ice/if_ice_iflib.c optional ice pci \ 160 compile-with "${NORMAL_C} -I$S/dev/ice" 161 dev/ice/ice_lib.c optional ice pci \ 162 compile-with "${NORMAL_C} -I$S/dev/ice" 163 dev/ice/ice_osdep.c optional ice pci \ 164 compile-with "${NORMAL_C} -I$S/dev/ice" 165 dev/ice/ice_resmg [all...] |
| H A D | files.arm64 | 348 dev/ice/if_ice_iflib.c optional ice pci \ 349 compile-with "${NORMAL_C} -I$S/dev/ice" 350 dev/ice/ice_lib.c optional ice pci \ 351 compile-with "${NORMAL_C} -I$S/dev/ice" 352 dev/ice/ice_osdep.c optional ice pci \ 353 compile-with "${NORMAL_C} -I$S/dev/ice" 354 dev/ice/ice_resmg [all...] |
| H A D | files | 4866 dev/irdma/icrdma.c optional irdma ice inet inet6 pci ofed \ 4867 compile-with "${OFED_C} -I$S/dev/ice/" 4868 dev/irdma/irdma_cm.c optional irdma ice inet inet6 pci ofed \ 4869 compile-with "${OFED_C} -I$S/dev/ice/" 4870 dev/irdma/irdma_ctrl.c optional irdma ice inet inet6 pci ofed \ 4871 compile-with "${OFED_C} -I$S/dev/ice/" 4872 dev/irdma/irdma_hmc.c optional irdma ice inet inet6 pci ofed \ 4873 compile-with "${OFED_C} -I$S/dev/ice/" 4874 dev/irdma/irdma_hw.c optional irdma ice inet inet6 pci ofed \ 4875 compile-with "${OFED_C} -I$S/dev/ice/" [all...] |
| /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/ |
| H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/ice 21 CFLAGS.irdma_di_if.c += -I${SRCTOP}/sys/dev/ice 22 CFLAGS.irdma_if.c += -I${SRCTOP}/sys/dev/ice
|
| /freebsd/sys/dev/ice/ |
| 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_common_sysctls.h | 127 static SYSCTL_NODE(_hw, OID_AUTO, ice, CTLFLAG_RD, 0, "ICE driver parameters");
|
| H A D | if_ice_iflib.c | 319 DRIVER_MODULE(ice, pci, ice_driver, ice_module_event_handler, NULL); 321 MODULE_VERSION(ice, 1); 322 MODULE_DEPEND(ice, pci, 1, 1, 1); 323 MODULE_DEPEND(ice, ether, 1, 1, 1); 324 MODULE_DEPEND(ice, iflib, 1, 1, 1); 326 IFLIB_PNP_INFO(pci, ice, ice_vendor_info_array);
|
| /freebsd/sys/contrib/dev/ice/ |
| H A D | README | |
| /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/sys/amd64/conf/ |
| H A D | NOTES | 87 # ice: Intel 800 Series Physical Function 90 # Requires the ice module 100 device ice # Intel 800 Series Physical Function
|
| /freebsd/sys/modules/irdma/ |
| H A D | Makefile | 4 ICE_DIR = ${SRCTOP}/sys/dev/ice
|
| /freebsd/sys/contrib/device-tree/Bindings/arm/keystone/ |
| H A D | keystone.txt | 42 compatible = "ti,k2g-ice", "ti,k2g", "ti-keystone"
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| 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/contrib/device-tree/src/arm/gemini/ |
| H A D | gemini.dtsi | 88 ice_default_pins: pinctrl-ice { 90 function = "ice";
|
| /freebsd/ |
| H A D | MAINTAINERS | 105 sys/contrib/dev/ice erj Pre-commit phabricator review requested. 110 sys/dev/ice #intel_networking Pre-commit phabricator review requested.
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenFunction.cpp | 799 if (const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(ce)) { in shouldNullCheckClassCastValue() local 801 if (ice->isGLValue()) in shouldNullCheckClassCastValue()
|
| /freebsd/share/man/man4/ |
| H A D | Makefile | 235 ice.4 \ 750 MLINKS+=ice.4 if_ice.4
|
| /freebsd/sys/arm64/conf/ |
| H A D | NOTES | 97 device ice # Intel 800 Series Physical Function
|
| /freebsd/share/dict/ |
| H A D | web2a | 1619 anchor ice 4105 barrier ice 4575 bay ice 5335 berg ice 7290 bottom ice 9391 camphor ice 10465 cat ice 13089 college ice 18256 drug ice 18328 Dry ice [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/keystone/ |
| H A D | keystone-k2g-ice.dts | 13 compatible = "ti,k2g-ice", "ti,k2g", "ti,keystone";
|
| /freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
| H A D | ipq9574.dtsi | 457 reg-names = "hc", "cqhci", "ice"; 467 clock-names = "iface", "core", "xo", "ice";
|