Home
last modified time | relevance | path

Searched refs:ice (Results 1 – 25 of 70) sorted by relevance

123

/freebsd/sys/conf/
H A Dfiles.powerpc135 dev/ice/if_ice_iflib.c optional ice pci powerpc64 | ice pci powerpc64le \
136 compile-with "${NORMAL_C} -I$S/dev/ice"
137 dev/ice/ice_lib.c optional ice pci powerpc64 | ice pci powerpc64le \
138 compile-with "${NORMAL_C} -I$S/dev/ice"
139 dev/ice/ice_osdep.c optional ice pci powerpc64 | ice pci powerpc64le \
140 compile-with "${NORMAL_C} -I$S/dev/ice"
141 dev/ice/ice_resmgr.c optional ice pci powerpc64 | ice pci powerpc64le \
142 compile-with "${NORMAL_C} -I$S/dev/ice"
143 dev/ice/ice_strings.c optional ice pci powerpc64 | ice pci powerpc64le \
144 compile-with "${NORMAL_C} -I$S/dev/ice"
[all …]
H A Dfiles.amd64159 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_resmgr.c optional ice pci \
166 compile-with "${NORMAL_C} -I$S/dev/ice"
167 dev/ice/ice_strings.c optional ice pci \
168 compile-with "${NORMAL_C} -I$S/dev/ice"
[all …]
H A Dfiles.arm64361 dev/ice/if_ice_iflib.c optional ice pci \
362 compile-with "${NORMAL_C} -I$S/dev/ice"
363 dev/ice/ice_lib.c optional ice pci \
364 compile-with "${NORMAL_C} -I$S/dev/ice"
365 dev/ice/ice_osdep.c optional ice pci \
366 compile-with "${NORMAL_C} -I$S/dev/ice"
367 dev/ice/ice_resmgr.c optional ice pci \
368 compile-with "${NORMAL_C} -I$S/dev/ice"
369 dev/ice/ice_strings.c optional ice pci \
370 compile-with "${NORMAL_C} -I$S/dev/ice"
[all …]
H A Dfiles4907 dev/irdma/icrdma.c optional irdma ice inet inet6 pci ofed \
4908 compile-with "${OFED_C} -I$S/dev/ice/"
4909 dev/irdma/irdma_cm.c optional irdma ice inet inet6 pci ofed \
4910 compile-with "${OFED_C} -I$S/dev/ice/"
4911 dev/irdma/irdma_ctrl.c optional irdma ice inet inet6 pci ofed \
4912 compile-with "${OFED_C} -I$S/dev/ice/"
4913 dev/irdma/irdma_hmc.c optional irdma ice inet inet6 pci ofed \
4914 compile-with "${OFED_C} -I$S/dev/ice/"
4915 dev/irdma/irdma_hw.c optional irdma ice inet inet6 pci ofed \
4916 compile-with "${OFED_C} -I$S/dev/ice/"
[all …]
/freebsd/tools/kerneldoc/subsys/
H A DDoxyfile-dev_ice6 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 DMakefile1 .PATH: ${SRCTOP}/sys/dev/ice
22 CFLAGS.irdma_di_if.c += -I${SRCTOP}/sys/dev/ice
23 CFLAGS.irdma_if.c += -I${SRCTOP}/sys/dev/ice
/freebsd/sys/dev/ice/
H A Dirdma_if.m36 * 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 Dirdma_di_if.m35 * 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 Dice_common_sysctls.h142 static SYSCTL_NODE(_hw, OID_AUTO, ice, CTLFLAG_RD, 0, "ICE driver parameters");
H A Dif_ice_iflib.c325 DRIVER_MODULE(ice, pci, ice_driver, ice_module_event_handler, NULL);
327 MODULE_VERSION(ice, 1);
328 MODULE_DEPEND(ice, pci, 1, 1, 1);
329 MODULE_DEPEND(ice, ether, 1, 1, 1);
330 MODULE_DEPEND(ice, iflib, 1, 1, 1);
332 IFLIB_PNP_INFO(pci, ice, ice_vendor_info_array);
/freebsd/sys/contrib/dev/ice/
H A DREADME
/freebsd/sys/modules/ice_ddp/
H A DMakefile1 .PATH: ${SRCTOP}/sys/contrib/dev/ice
4 FIRMWS= ice-1.3.41.0.pkg:ice_ddp:0x01032900
/freebsd/sys/isa/
H A Disa_common.c417 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 DNOTES87 # 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 DMakefile4 ICE_DIR = ${SRCTOP}/sys/dev/ice
/freebsd/sys/contrib/device-tree/Bindings/arm/keystone/
H A Dkeystone.txt42 compatible = "ti,k2g-ice", "ti,k2g", "ti-keystone"
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-msm.txt43 - "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 Dgemini.dtsi88 ice_default_pins: pinctrl-ice {
90 function = "ice";
/freebsd/
H A DMAINTAINERS106 sys/contrib/dev/ice erj Pre-commit phabricator review requested.
111 sys/dev/ice #intel_networking Pre-commit phabricator review requested.
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenFunction.cpp799 if (const ImplicitCastExpr *ice = dyn_cast<ImplicitCastExpr>(ce)) { in shouldNullCheckClassCastValue() local
801 if (ice->isGLValue()) in shouldNullCheckClassCastValue()
/freebsd/share/man/man4/
H A DMakefile244 ice.4 \
773 MLINKS+=ice.4 if_ice.4
/freebsd/share/dict/
H A Dweb2a1619 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/arm64/conf/
H A DNOTES97 device ice # Intel 800 Series Physical Function
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Deliza.dtsi791 qcom,ice = <&ice>;
841 ice: crypto@1d88000 { label
/freebsd/sys/contrib/device-tree/src/arm/ti/keystone/
H A Dkeystone-k2g-ice.dts13 compatible = "ti,k2g-ice", "ti,k2g", "ti,keystone";

123