Searched +full:lro +full:- +full:coalesced (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/Documentation/netlink/specs/ |
D | netdev.yaml | 1 # SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 9 - 11 name: xdp-act 12 render-max: true 14 - 19 - 23 - 24 name: ndo-xmit 27 - 28 name: xsk-zerocopy [all …]
|
/linux-6.14.4/Documentation/admin-guide/sysctl/ |
D | net.rst | 9 - Terrehon Bowden <[email protected]> 10 - Bodo Bauer <[email protected]> 14 - Jorge Nerin <[email protected]> 18 - Shen Feng <[email protected]> 22 ------------------------------------------------------------------------------ 47 1. /proc/sys/net/core - Network core options 51 -------------- 63 - x86_64 64 - x86_32 65 - arm64 [all …]
|
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb3/ |
D | sge.c | 2 * Copyright (c) 2005-2008 Chelsio, Inc. All rights reserved. 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 38 #include <linux/dma-mapping.h> 137 * This structure lives at skb->head and must be allocated by callers. 148 * desc = 1 + (flits - 2) / (WR_FLITS - 1). 180 * refill_rspq - replenish an SGE response queue 193 V_RSPQ(q->cntxt_id) | V_CREDITS(credits)); in refill_rspq() 197 * need_skb_unmap - does the platform need unmapping of sk_buffs? 212 * unmap_skb - unmap a packet main body and its page fragments [all …]
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_ethtool.c | 14 * - Redistributions of source code must retain the above 18 * - Redistributions in binary form must reproduce the above 48 struct mlx5_core_dev *mdev = priv->mdev; in mlx5e_ethtool_get_drvinfo() 51 strscpy(drvinfo->driver, KBUILD_MODNAME, sizeof(drvinfo->driver)); in mlx5e_ethtool_get_drvinfo() 52 count = snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in mlx5e_ethtool_get_drvinfo() 54 fw_rev_min(mdev), fw_rev_sub(mdev), mdev->board_id); in mlx5e_ethtool_get_drvinfo() 55 if (count >= sizeof(drvinfo->fw_version)) in mlx5e_ethtool_get_drvinfo() 56 snprintf(drvinfo->fw_version, sizeof(drvinfo->fw_version), in mlx5e_ethtool_get_drvinfo() 60 strscpy(drvinfo->bus_info, dev_name(mdev->device), in mlx5e_ethtool_get_drvinfo() 61 sizeof(drvinfo->bus_info)); in mlx5e_ethtool_get_drvinfo() [all …]
|
/linux-6.14.4/include/uapi/linux/ |
D | ethtool.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 26 * have the same layout for 32-bit and 64-bit userland. 38 * struct ethtool_cmd - DEPRECATED, link control and status 43 * interface supports autonegotiation or auto-detection. 44 * Read-only. 48 * auto-detection. 56 * @autoneg: Enable/disable autonegotiation and auto-detection; 60 * Read-only. 62 * obsoleted by &struct ethtool_coalesce. Read-only; deprecated. 64 * obsoleted by &struct ethtool_coalesce. Read-only; deprecated. [all …]
|