The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/modules/qat/qat_common/Makefile

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 # SPDX-License-Identifier: BSD-3-Clause
    2 # Copyright(c) 2007-2022 Intel Corporation
    3 # $FreeBSD$
    4 .PATH:  ${SRCTOP}/sys/dev/qat/qat_common
    5 
    6 KMOD= qat_common
    7 
    8 SRCS+= adf_accel_engine.c adf_freebsd_admin.c adf_aer.c adf_cfg.c qat_common_module.c
    9 SRCS+= adf_heartbeat.c adf_freebsd_heartbeat_dbg.c
   10 SRCS+= adf_dev_mgr.c adf_hw_arbiter.c
   11 SRCS+= adf_init.c adf_transport.c adf_isr.c adf_fw_counters.c adf_dev_err.c
   12 SRCS+= adf_gen2_hw_data.c
   13 SRCS+= adf_gen4_hw_data.c
   14 SRCS+= qat_freebsd.c
   15 SRCS+= adf_freebsd_cfg_dev_dbg.c adf_freebsd_ver_dbg.c
   16 SRCS+= adf_cfg_device.c adf_cfg_section.c adf_cfg_instance.c adf_cfg_bundle.c
   17 SRCS+= qat_hal.c qat_uclo.c
   18 SRCS+= adf_vf_isr.c adf_pf2vf_msg.c
   19 SRCS+= adf_vf2pf_msg.c
   20 SRCS+= adf_pf2vf_capabilities.c
   21 SRCS+= adf_pf2vf_ring_to_svc_map.c
   22 SRCS+= adf_freebsd_transport_debug.c adf_clock.c
   23 SRCS+= adf_freebsd_cnvnr_ctrs_dbg.c
   24 SRCS+= adf_freebsd_pfvf_ctrs_dbg.c
   25 SRCS+= bus_if.h device_if.h pci_if.h vnode_if.h
   26 
   27 CFLAGS+= -I${SRCTOP}/sys/dev/qat/include
   28 CFLAGS+= -I${SRCTOP}/sys/dev/qat/include/common
   29 CFLAGS+= ${LINUXKPI_INCLUDES}
   30 
   31 .include <bsd.kmod.mk>

Cache object: 6806014b8e928faef7eddf26e434aaed


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.