Searched +full:container +full:- +full:rules (Results 1 – 14 of 14) sorted by relevance
| /drivers/gpu/drm/ci/ |
| D | gitlab-ci.yml | 2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa 3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha d9849ac46623797a9f56fb9d46dc52460ac477de 6 TARGET_BRANCH: drm-next 10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/mesa/deqp-runner.git 13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs 14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb 16 CI_PRE_CLONE_SCRIPT: |- 17 set -o xtrace 18 …-L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${DRM_CI_PROJECT_URL}/-/raw/${DRM_CI_COMMIT… 19 bash download-git-cache.sh [all …]
|
| D | container.yml | 1 .container: 3 …CI_REPOSITORY_URL: ${DRM_CI_PROJECT_URL}.git # So ci-templates clones drm-ci instead of the repo t… 6 debian/x86_64_build-base: 8 …airo-dev libdw-dev libjson-c-dev libkmod2 libkmod-dev libpciaccess-dev libproc2-dev libudev-dev li… 10 debian/x86_64_test-gl: 12 …CKAGES: "jq libasound2 libcairo2 libdw1 libglib2.0-0 libjson-c5 libkmod-dev libkmod2 libgles2 libp… 16 …-dev libdw-dev libjson-c-dev libproc2-dev libkmod2 libkmod-dev libpciaccess-dev libudev-dev libunw… 20 EXTRA_LOCAL_PACKAGES: "jq libasound2 libcairo2 libdw1 libglib2.0-0 libjson-c5" 22 # Disable container jobs that we won't use 24 rules: [all …]
|
| D | build.yml | 3 - .build-rules 4 - .container+build-rules 8 - artifacts 10 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build.sh 14 - .build 15 - .use-debian/arm64_build 17 - aarch64 25 - .build 26 - .use-debian/arm64_build 28 - aarch64 [all …]
|
| /drivers/net/ethernet/intel/ice/ |
| D | ice_txrx.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 19 /* The size limit for a transmit buffer in a descriptor is (16K - 1). 24 #define ICE_MAX_DATA_PER_TXD (16 * 1024 - 1) 26 (~(ICE_MAX_READ_REQ_SIZE - 1) & ICE_MAX_DATA_PER_TXD) 46 * ice_compute_pad - compute the padding 59 return SKB_WITH_OVERHEAD(half_page_size) - rx_buf_len; in ice_compute_pad() 63 * ice_skb_pad - determine the padding that we can supply 77 * cache-line alignment. in ice_skb_pad() 85 rx_buf_len -= NET_IP_ALIGN; in ice_skb_pad() 112 (u16)((((R)->next_to_clean > (R)->next_to_use) ? 0 : (R)->count) + \ [all …]
|
| D | ice_ethtool.c | 1 // SPDX-License-Identifier: GPL-2.0 35 return ((np->vsi->alloc_txq + np->vsi->alloc_rxq) * in ice_q_stats_len() 94 * The PF_STATs are appended to the netdev stats only when ethtool -S 328 u32 bitno; /* bit position in pf->flags */ 337 ICE_PRIV_FLAG("link-down-on-close", ICE_FLAG_LINK_DOWN_ON_CLOSE_ENA), 338 ICE_PRIV_FLAG("fw-lldp-agent", ICE_FLAG_FW_LLDP_AGENT), 339 ICE_PRIV_FLAG("vf-true-promisc-support", 341 ICE_PRIV_FLAG("mdd-auto-reset-vf", ICE_FLAG_MDD_AUTO_RESET_VF), 342 ICE_PRIV_FLAG("vf-vlan-pruning", ICE_FLAG_VF_VLAN_PRUNING), 343 ICE_PRIV_FLAG("legacy-rx", ICE_FLAG_LEGACY_RX), [all …]
|
| D | ice_lib.c | 1 // SPDX-License-Identifier: GPL-2.0 14 * ice_vsi_type_str - maps VSI type enum to string equivalents 38 * ice_vsi_ctrl_all_rx_rings - Start or stop a VSI's Rx rings 55 ice_flush(&vsi->back->hw); in ice_vsi_ctrl_all_rx_rings() 67 * ice_vsi_alloc_arrays - Allocate queue and vector pointer arrays for the VSI 75 struct ice_pf *pf = vsi->back; in ice_vsi_alloc_arrays() 79 if (vsi->type == ICE_VSI_CHNL) in ice_vsi_alloc_arrays() 83 vsi->tx_rings = devm_kcalloc(dev, vsi->alloc_txq, in ice_vsi_alloc_arrays() 84 sizeof(*vsi->tx_rings), GFP_KERNEL); in ice_vsi_alloc_arrays() 85 if (!vsi->tx_rings) in ice_vsi_alloc_arrays() [all …]
|
| /drivers/net/ethernet/microchip/vcap/ |
| D | vcap_api.c | 1 // SPDX-License-Identifier: GPL-2.0+ 53 itr->offset = offset; in vcap_iter_set() 54 itr->sw_width = sw_width; in vcap_iter_set() 55 itr->regs_per_sw = DIV_ROUND_UP(sw_width, 32); in vcap_iter_set() 56 itr->tg = tg; in vcap_iter_set() 62 * A typegroup table ends with an all-zero terminator. in vcap_iter_skip_tg() 64 while (itr->tg->width && itr->offset >= itr->tg->offset) { in vcap_iter_skip_tg() 65 itr->offset += itr->tg->width; in vcap_iter_skip_tg() 66 itr->tg++; /* next typegroup */ in vcap_iter_skip_tg() 75 sw_idx = itr->offset / itr->sw_width; in vcap_iter_update() [all …]
|
| /drivers/acpi/acpica/ |
| D | exstore.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 4 * Module Name: exstore - AML Interpreter object store support 6 * Copyright (C) 2000 - 2023, Intel Corp. 35 * PARAMETERS: *source_desc - Value to be stored 36 * *dest_desc - Where to store it. Must be an NS node 39 * walk_state - Current walk state 46 * the destination operand -- not just simply the actual "Store" 86 switch (dest_desc->common.type) { in acpi_ex_store() 93 /* Allow stores to Constants -- a Noop as per ACPI spec */ in acpi_ex_store() 95 if (dest_desc->common.flags & AOPOBJ_AML_CONSTANT) { in acpi_ex_store() [all …]
|
| /drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_sriov.h | 3 * Copyright 2009-2013 Broadcom Corporation 10 * at http://www.gnu.org/licenses/old-licenses/gpl-2.0.html (the "GPL"). 49 u32 cap; /* SR-IOV Capabilities */ 50 u16 ctrl; /* SR-IOV Control */ 81 /* VLAN-MACs object */ 86 /* Queue Slow-path State object */ 96 /* struct bnx2x_vf_queue_construct_params - prepare queue construction 97 * parameters: q-init, q-setup and SB index 157 * - xxq_count = 0 as the queues memory is not allocated yet. 159 * - sb_count = The number of status blocks configured for this VF in [all …]
|
| /drivers/dma-buf/ |
| D | dma-resv.c | 1 // SPDX-License-Identifier: MIT 3 * Copyright (C) 2012-2014 Canonical Ltd (Maarten Lankhorst) 8 * Copyright (c) 2006-2009 VMware, Inc., Palo Alto, CA., USA 25 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 33 * Authors: Thomas Hellstrom <thellstrom-at-vmware-dot-com> 36 #include <linux/dma-resv.h> 37 #include <linux/dma-fence-array.h> 47 * The reservation object provides a mechanism to manage a container of 52 * locked write-side updates. 76 tmp = (long)rcu_dereference_check(list->table[index], in dma_resv_list_entry() [all …]
|
| /drivers/net/dsa/ |
| D | mt7530.c | 1 // SPDX-License-Identifier: GPL-2.0-only 80 if (priv->bus) in mt7530_mutex_lock() 81 mutex_lock_nested(&priv->bus->mdio_lock, MDIO_MUTEX_NESTED); in mt7530_mutex_lock() 87 if (priv->bus) in mt7530_mutex_unlock() 88 mutex_unlock(&priv->bus->mdio_lock); in mt7530_mutex_unlock() 94 struct mii_bus *bus = priv->bus; in core_write() 100 ret = bus->write(bus, MT753X_CTRL_PHY_ADDR(priv->mdiodev->addr), in core_write() 106 ret = bus->write(bus, MT753X_CTRL_PHY_ADDR(priv->mdiodev->addr), in core_write() 112 ret = bus->write(bus, MT753X_CTRL_PHY_ADDR(priv->mdiodev->addr), in core_write() 118 ret = bus->write(bus, MT753X_CTRL_PHY_ADDR(priv->mdiodev->addr), in core_write() [all …]
|
| /drivers/usb/cdns3/ |
| D | cdns3-gadget.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Cadence USBSS DRD Driver - gadget side. 5 * Copyright (C) 2018-2019 Cadence Design Systems. 6 * Copyright (C) 2017-2018 NXP 32 * Controller for OUT endpoints has shared on-chip buffers for all incoming 37 * Additionally the packets directed to one endpoint can block entire on-chip 59 #include <linux/dma-mapping.h> 67 #include "gadget-export.h" 68 #include "cdns3-gadget.h" 69 #include "cdns3-trace.h" [all …]
|
| /drivers/usb/gadget/udc/cdns2/ |
| D | cdns2-gadget.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Cadence USBHS-DEV Driver - gadget side. 28 #include <linux/dma-mapping.h> 35 #include "cdns2-gadget.h" 36 #include "cdns2-trace.h" 39 * set_reg_bit_32 - set bit in given 32 bits register. 50 * clear_reg_bit_32 - clear bit in given 32 bits register. 79 dma_index = readl(&pdev->adma_regs->ep_traddr) - pep->ring.dma; in cdns2_get_dma_pos() 92 if (pdev->selected_ep == ep) in cdns2_select_ep() 95 pdev->selected_ep = ep; in cdns2_select_ep() [all …]
|
| /drivers/net/ethernet/intel/igb/ |
| D | igb_main.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2007 - 2018 Intel Corporation. */ 57 "Copyright (c) 2007-2014 Intel Corporation."; 211 static int debug = -1; 256 /* igb_regdump - register printout routine */ 263 switch (reginfo->ofs) { in igb_regdump() 313 pr_info("%-15s %08x\n", reginfo->name, rd32(reginfo->ofs)); in igb_regdump() 317 snprintf(rname, 16, "%s%s", reginfo->name, "[0-3]"); in igb_regdump() 318 pr_info("%-15s %08x %08x %08x %08x\n", rname, regs[0], regs[1], in igb_regdump() 322 /* igb_dump - Print registers, Tx-rings and Rx-rings */ [all …]
|