/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 …]
|
H A D | files | 4759 dev/irdma/icrdma.c optional irdma ice inet inet6 pci ofed \ 4760 compile-with "${OFED_C} -I$S/dev/ice/" 4761 dev/irdma/irdma_cm.c optional irdma ice inet inet6 pci ofed \ 4762 compile-with "${OFED_C} -I$S/dev/ice/" 4763 dev/irdma/irdma_ctrl.c optional irdma ice inet inet6 pci ofed \ 4764 compile-with "${OFED_C} -I$S/dev/ice/" 4765 dev/irdma/irdma_hmc.c optional irdma ice inet inet6 pci ofed \ 4766 compile-with "${OFED_C} -I$S/dev/ice/" 4767 dev/irdma/irdma_hw.c optional irdma ice inet inet6 pci ofed \ 4768 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 20 CFLAGS.irdma_di_if.c += -I${SRCTOP}/sys/dev/ice 21 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 | 299 DRIVER_MODULE(ice, pci, ice_driver, ice_module_event_handler, NULL); 301 MODULE_VERSION(ice, 1); 302 MODULE_DEPEND(ice, pci, 1, 1, 1); 303 MODULE_DEPEND(ice, ether, 1, 1, 1); 304 MODULE_DEPEND(ice, iflib, 1, 1, 1); 306 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/modules/irdma/ |
H A D | Makefile | 4 ICE_DIR = ${.CURDIR}/../../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/ |
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.
|
/freebsd/sys/contrib/device-tree/src/arm/gemini/ |
H A D | gemini.dtsi | 88 ice_default_pins: pinctrl-ice { 90 function = "ice";
|
/freebsd/share/man/man4/ |
H A D | Makefile | 218 ice.4 \ 720 MLINKS+=ice.4 if_ice.4
|
/freebsd/sys/amd64/conf/ |
H A D | NOTES | 80 # ice: Intel 800 Series Physical Function 83 # Requires the ice module 93 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/arm64/conf/ |
H A D | NOTES | 94 device ice # Intel 800 Series Physical Function
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | ipq9574.dtsi | 338 reg-names = "hc", "cqhci", "ice"; 348 clock-names = "iface", "core", "xo", "ice";
|
/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/modules/ |
H A D | Makefile | 660 _ice= ice
|
/freebsd/sys/dev/irdma/ |
H A D | icrdma.c | 815 MODULE_DEPEND(irdma, ice, 1, 1, 1);
|