instruction stringlengths 82 202 | input stringclasses 1
value | output stringlengths 73 23.9M |
|---|---|---|
Linux kernel'inin 'drivers/net/ethernet/tehuti/tn40_phy' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0+
/* Copyright (c) Tehuti Networks Ltd. */
#include <linux/netdevice.h>
#include <linux/pci.h>
#include <linux/phylink.h>
#include "tn40.h"
static struct tn40_priv *tn40_config_to_priv(struct phylink_config *config)
{
return container_of(config, struct tn40_priv, phylink_conf... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/tehuti/tn40' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0+ */
/* Copyright (c) Tehuti Networks Ltd. */
#ifndef _TN40_H_
#define _TN40_H_
#include <linux/property.h>
#include "tn40_regs.h"
#define TN40_DRV_NAME "tn40xx"
#define PCI_DEVICE_ID_TEHUTI_TN9510 0x4025
#define TN40_MDIO_SPEED_1MHZ (1)
#define TN40_MDIO_SPEED_6MHZ (6)
/* ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/l2t' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (c) 2003-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb3/l2t' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* Copyright (c) 2003-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb3/aq100x' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* Copyright (c) 2005-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/adapter' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (c) 2003-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb3/sge' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* Copyright (c) 2005-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* Copyright (c) 2006-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/cxgb3_ioctl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (c) 2003-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/cxgb3_offload' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (c) 2006-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/firmware_exports' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (c) 2004-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb3/xgmac' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* Copyright (c) 2005-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/version' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (c) 2003-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/sge_defs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0 */
/*
* This file is automatically generated --- any changes will be lost.
*/
#ifndef _SGE_DEFS_H
#define _SGE_DEFS_H
#define S_EC_CREDITS 0
#define M_EC_CREDITS 0x7FFF
#define V_EC_CREDITS(x) ((x) << S_EC_CREDITS)
#define G_EC_CREDITS(x) (((x) >> S_EC_CREDITS) & M_EC_... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb3/mc5' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* Copyright (c) 2003-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb3/vsc8211' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* Copyright (c) 2005-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb3/cxgb3_main' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* Copyright (c) 2003-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/regs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0 */
#define A_SG_CONTROL 0x0
#define S_CONGMODE 29
#define V_CONGMODE(x) ((x) << S_CONGMODE)
#define F_CONGMODE V_CONGMODE(1U)
#define S_TNLFLMODE 28
#define V_TNLFLMODE(x) ((x) << S_TNLFLMODE)
#define F_TNLFLMODE V_TNLFLMODE(1U)
#define S_FATLPERREN 27
#define ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/cxgb3_defs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (c) 2006-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/cxgb3_ctl_defs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (c) 2003-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/t3cdev' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (C) 2006-2008 Chelsio Communications. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/t3_cpl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (c) 2004-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb3/common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (c) 2005-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb3/t3_hw' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* Copyright (c) 2003-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb3/ael1002' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* Copyright (c) 2005-2008 Chelsio, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory of this so... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2018 Chelsio Communications, Inc.
*/
#ifndef __CHTLS_H__
#define __CHTLS_H__
#include <crypto/aes.h>
#include <crypto/hash.h>
#include <crypto/sha1.h>
#include <crypto/sha2.h>
#include <crypto/authenc.h>
#include <crypto/ctr.h>
#include <crypto/gf1... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2018 Chelsio Communications, Inc.
*/
#ifndef __CHTLS_CM_H__
#define __CHTLS_CM_H__
/*
* TCB settings
*/
/* 3:0 */
#define TCB_ULP_TYPE_W 0
#define TCB_ULP_TYPE_S 0
#define TCB_ULP_TYPE_M 0xfULL
#define TCB_ULP_TYPE_V(x) ((x) << TCB_ULP_T... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_main' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2018 Chelsio Communications, Inc.
*
* Written by: Atul Gupta (atul.gupta@chelsio.com)
*/
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/socket.h>
#include <linux/hash.h>
#include <linux/in.h>
#include <li... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_io' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2018 Chelsio Communications, Inc.
*
* Written by: Atul Gupta (atul.gupta@chelsio.com)
*/
#include <linux/module.h>
#include <linux/list.h>
#include <linux/workqueue.h>
#include <linux/skbuff.h>
#include <linux/timer.h>
#include <linux/notifier.h>
#in... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_hw' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2018 Chelsio Communications, Inc.
*
* Written by: Atul Gupta (atul.gupta@chelsio.com)
*/
#include <linux/module.h>
#include <linux/list.h>
#include <linux/workqueue.h>
#include <linux/skbuff.h>
#include <linux/timer.h>
#include <linux/notifier.h>
#in... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/inline_crypto/chtls/chtls_cm' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (c) 2018 Chelsio Communications, Inc.
*
* Written by: Atul Gupta (atul.gupta@chelsio.com)
*/
#include <linux/module.h>
#include <linux/list.h>
#include <linux/workqueue.h>
#include <linux/skbuff.h>
#include <linux/timer.h>
#include <linux/notifier.h>
#in... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2018 Chelsio Communications, Inc. */
#ifndef __CHCR_IPSEC_H__
#define __CHCR_IPSEC_H__
#include "t4_hw.h"
#include "cxgb4.h"
#include "t4_msg.h"
#include "cxgb4_uld.h"
#include "chcr_core.h"
#include "chcr_algo.h"
#include "chcr_crypto.h"
#define CHI... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/chcr_ipsec' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T6 Crypto driver for Linux.
*
* Copyright (c) 2003-2017 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (G... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (C) 2020 Chelsio Communications. All rights reserved. */
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
#include <linux/skbuff.h>
#include <linux/module.h>
#include <linux/highmem.h>
#include <linux/ip.h>
#include <net/ipv6.h>
#include <linux/netdevice.h>
#incl... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_ktls' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (C) 2020 Chelsio Communications. All rights reserved. */
#ifndef __CHCR_KTLS_H__
#define __CHCR_KTLS_H__
#include "cxgb4.h"
#include "t4_msg.h"
#include "t4_tcb.h"
#include "l2t.h"
#include "chcr_common.h"
#include "cxgb4_uld.h"
#include "clip_tbl.h"
#de... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/chcr_common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (C) 2020 Chelsio Communications. All rights reserved. */
#ifndef __CHCR_COMMON_H__
#define __CHCR_COMMON_H__
#include "cxgb4.h"
#define CHCR_MAX_SALT 4
#define CHCR_KEYCTX_MAC_KEY_SIZE_128 0
#define CHCR_KEYCTX_CIPHER_KEY_SIZE_... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* Copyright (c) 2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/libcxgb/libcxgb_cm' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* Copyright (c) 2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, available from the file
* COPYING in the main directory ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* libcxgb_ppm.c: Chelsio common library for T3/T4/T5 iSCSI PagePod Manager
*
* Copyright (c) 2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public Lic... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/libcxgb/libcxgb_ppm' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* libcxgb_ppm.h: Chelsio common library for T3/T4/T5 iSCSI ddp operation
*
* Copyright (c) 2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public Licen... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/clip_tbl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
* Copyright (C) 2003-2014 Chelsio Communications. All rights reserved.
*
* Written by Deepak (deepak.s@chelsio.com)
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the impli... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* cxgb4_ptp.c:Chelsio PTP support for T5/T6
*
* Copyright (c) 2003-2017 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL) Version 2, avai... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/t4_msg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_mps' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0
/* Copyright (c) 2019 Chelsio Communications, Inc. All rights reserved. */
#include "cxgb4.h"
static int cxgb4_mps_ref_dec_by_mac(struct adapter *adap,
const u8 *addr, const u8 *mask)
{
u8 bitmask[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
struct mps_entries_ref *mp... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/l2t' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/t4_hw' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/t4_values' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/l2t' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cudbg_entity' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2017 Chelsio Communications. All rights reserved.
*/
#ifndef __CUDBG_ENTITY_H__
#define __CUDBG_ENTITY_H__
#define EDC0_FLAG 0
#define EDC1_FLAG 1
#define MC_FLAG 2
#define MC0_FLAG 3
#define MC1_FLAG 4
#define HMA_FLAG 5
#define CUDBG_ENTITY_SI... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2017 Chelsio Communications. All rights reserved.
*/
#include "t4_regs.h"
#include "cxgb4.h"
#include "cxgb4_cudbg.h"
#include "cudbg_zlib.h"
static const struct cxgb4_collect_entity cxgb4_collect_mem_dump[] = {
{ CUDBG_EDC0, cudbg_collect_edc0_mem... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2018 Chelsio Communications. All rights reserved.
*/
#ifndef __CUDBG_ZLIB_H__
#define __CUDBG_ZLIB_H__
#include <linux/zlib.h>
#define CUDBG_ZLIB_COMPRESS_ID 17
#define CUDBG_ZLIB_WIN_BITS 12
#define CUDBG_ZLIB_MEM_LVL 4
struct cudbg_compress_h... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (C) 2019 Chelsio Communications. All rights reserved. */
#include "cxgb4.h"
#include "cxgb4_tc_mqprio.h"
#include "sched.h"
static int cxgb4_mqprio_validate(struct net_device *dev,
struct tc_mqprio_qopt_offload *mqprio)
{
u64 min_rate = 0, max_rate = 0... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/sge' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/t4fw_version' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* cxgb4_uld.c:Chelsio Upper Layer Driver Interface for T4/T5/T6 SGE management
*
* Copyright (c) 2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cudbg_zlib' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2018 Chelsio Communications. All rights reserved.
*/
#include <linux/zlib.h>
#include "cxgb4.h"
#include "cudbg_if.h"
#include "cudbg_lib_common.h"
#include "cudbg_zlib.h"
static int cudbg_get_compress_hdr(struct cudbg_buffer *pdbg_buff,
stru... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cudbg_if' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2017 Chelsio Communications. All rights reserved.
*/
#ifndef __CUDBG_IF_H__
#define __CUDBG_IF_H__
/* Error codes */
#define CUDBG_STATUS_NO_MEM -19
#define CUDBG_STATUS_ENTITY_NOT_FOUND -24
#define CUDBG_STATUS_NOT_IMPLEMENTED -28
#define CUDBG_... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cudbg_lib' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2017 Chelsio Communications. All rights reserved.
*/
#include <linux/sort.h>
#include <linux/string.h>
#include "t4_regs.h"
#include "cxgb4.h"
#include "cxgb4_cudbg.h"
#include "cudbg_if.h"
#include "cudbg_lib_common.h"
#include "cudbg_entity.h"
#in... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/t4_pci_id_tbl' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4/T5 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public Licen... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_ptp' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2017 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/t4_regs' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_cudbg' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2017 Chelsio Communications. All rights reserved.
*/
#ifndef __CXGB4_CUDBG_H__
#define __CXGB4_CUDBG_H__
#include "cudbg_if.h"
#include "cudbg_lib_common.h"
#include "cudbg_entity.h"
#include "cudbg_lib.h"
#define CUDBG_DUMP_BUFF_SIZE (32 * 1024... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/t4_tcb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4/T5/T6 Ethernet driver for Linux.
*
* Copyright (c) 2017 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/t4_chip_type' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2015 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/smt' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4/T5/T6 Ethernet driver for Linux.
*
* Copyright (c) 2017 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/t4fw_api' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2009-2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL)... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cudbg_lib_common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2017 Chelsio Communications. All rights reserved.
*/
#ifndef __CUDBG_LIB_COMMON_H__
#define __CUDBG_LIB_COMMON_H__
#define CUDBG_SIGNATURE 67856866 /* CUDB in ascii */
enum cudbg_dump_type {
CUDBG_DUMP_TYPE_MINI = 1,
};
enum cudbg_compression_... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/smt' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4/T5/T6 Ethernet driver for Linux.
*
* Copyright (c) 2017 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL)... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2013-2014 Chelsio Communications. All rights reserved.
*
* Written by Anish Bhatt (anish@chelsio.com)
* Casey Leedom (leedom@chelsio.com)
*/
#include "cxgb4.h"
/* DCBx version control
*/
const char * const dcb_ver_array[] = {
"Unknown",... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/sched' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL)... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_matchall' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/* Copyright (C) 2019 Chelsio Communications. All rights reserved. */
#include "cxgb4.h"
#include "cxgb4_tc_matchall.h"
#include "sched.h"
#include "cxgb4_uld.h"
#include "cxgb4_filter.h"
#include "cxgb4_tc_flower.h"
static int cxgb4_policer_validate(const struct flow_ac... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_thermal' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2017 Chelsio Communications. All rights reserved.
*
* Written by: Ganesh Goudar (ganeshgr@chelsio.com)
*/
#include "cxgb4.h"
#define CXGB4_NUM_TRIPS 1
static int cxgb4_thermal_get_temp(struct thermal_zone_device *tzdev,
int *temp)
{
struc... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/sched' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL)... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4/T5/T6 Ethernet driver for Linux.
*
* Copyright (c) 2017 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_u32_parse' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL)... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_flower' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4/T5/T6 Ethernet driver for Linux.
*
* Copyright (c) 2017 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/srq' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T6 Ethernet driver for Linux.
*
* Copyright (c) 2017-2018 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cudbg_common' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2017 Chelsio Communications. All rights reserved.
*/
#include "cxgb4.h"
#include "cudbg_if.h"
#include "cudbg_lib_common.h"
int cudbg_get_buff(struct cudbg_init *pdbg_init,
struct cudbg_buffer *pdbg_buff, u32 size,
struct cudbg_buffer *pin... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2015 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL)... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_matchall' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (C) 2019 Chelsio Communications. All rights reserved. */
#ifndef __CXGB4_TC_MATCHALL_H__
#define __CXGB4_TC_MATCHALL_H__
#include <net/pkt_cls.h>
enum cxgb4_matchall_state {
CXGB4_MATCHALL_STATE_DISABLED = 0,
CXGB4_MATCHALL_STATE_ENABLED,
};
struct cx... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/srq' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T6 Ethernet driver for Linux.
*
* Copyright (c) 2017-2018 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_tc_mqprio' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (C) 2019 Chelsio Communications. All rights reserved. */
#ifndef __CXGB4_TC_MQPRIO_H__
#define __CXGB4_TC_MQPRIO_H__
#include <net/pkt_sched.h>
#define CXGB4_EOSW_TXQ_DEFAULT_DESC_NUM 128
#define CXGB4_EOHW_TXQ_DEFAULT_DESC_NUM 1024
#define CXGB4_EOHW_... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_ethtool' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
// SPDX-License-Identifier: GPL-2.0-only
/*
* Copyright (C) 2013-2015 Chelsio Communications. All rights reserved.
*/
#include <linux/firmware.h>
#include <linux/mdio.h>
#include "cxgb4.h"
#include "t4_regs.h"
#include "t4fw_api.h"
#include "cxgb4_cudbg.h"
#include "cxgb4_filter.h"
#include "cxgb4_tc_flower.... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/t4_hw' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2014 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cudbg_lib' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2017 Chelsio Communications. All rights reserved.
*/
#ifndef __CUDBG_LIB_H__
#define __CUDBG_LIB_H__
int cudbg_collect_reg_dump(struct cudbg_init *pdbg_init,
struct cudbg_buffer *dbg_buff,
struct cudbg_error *cudbg_err);
int cudbg_col... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/clip_tbl' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
* Copyright (C) 2003-2014 Chelsio Communications. All rights reserved.
*
* Written by Deepak (deepak.s@chelsio.com)
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the impli... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_main' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2003-2016 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License ... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2013-2014 Chelsio Communications. All rights reserved.
*
* Written by Anish Bhatt (anish@chelsio.com)
*/
#ifndef __CXGB4_DCB_H
#define __CXGB4_DCB_H
#include <linux/netdevice.h>
#include <linux/dcbnl.h>
#include <net/dcbnl.h>
#ifdef CONFIG_CH... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4 Ethernet driver for Linux.
*
* Copyright (c) 2015 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of the GNU
* General Public License (GPL)... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4vf/t4vf_common' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 PCI-E SR-IOV Virtual Function Ethernet
* driver for Linux.
*
* Copyright (c) 2009-2010 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of t... | |
Linux işletim sistemi çekirdeği için 'drivers/net/ethernet/chelsio/cxgb4vf/adapter' yapılarının ve prototiplerinin bulunduğu C Header dosyasını yaz. | ```c
/*
* This file is part of the Chelsio T4 PCI-E SR-IOV Virtual Function Ethernet
* driver for Linux.
*
* Copyright (c) 2009-2010 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of t... | |
Linux kernel'inin 'drivers/net/ethernet/chelsio/cxgb4vf/sge' alt sistemi için gerekli C kaynak kodunu implemente et. | ```c
/*
* This file is part of the Chelsio T4 PCI-E SR-IOV Virtual Function Ethernet
* driver for Linux.
*
* Copyright (c) 2009-2010 Chelsio Communications, Inc. All rights reserved.
*
* This software is available to you under a choice of one of two
* licenses. You may choose to be licensed under the terms of t... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.