Searched +full:25 +full:gbase +full:- +full:cr (Results 1 – 3 of 3) sorted by relevance
1 /* SPDX-License-Identifier: GPL-2.0-only */4 * Copyright 2006-2009 Solarflare Communications Inc.38 /* Bus address of the MDIO device (0-31) */66 * up device-specific structures, if any83 dev_set_drvdata(&mdio->dev, data); in mdiodev_set_drvdata()88 return dev_get_drvdata(&mdio->dev); in mdiodev_get_drvdata()101 get_device(&mdiodev->dev); in mdio_device_get()125 * struct mdio_if_info - Ethernet controller MDIO interface128 * non-zero unless @prtad = %MDIO_PRTAD_NONE.150 #define MDIO_PRTAD_NONE (-1)[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */4 * Copyright 2009-2018 Solarflare Communications Inc.5 * Copyright 2019-2020 Xilinx Inc.13 /* Power-on reset state */35 /* The 'doorbell' addresses are hard-wired to alert the MC when written */38 /* The rest of these are firmware-defined */46 /* Values to be written to the per-port status dword in shared71 * | | \--- Response72 * | \------- Error73 * \------------------------------ Resync (always set)[all …]
1 /* Broadcom NetXtreme-C/E network driver.3 * Copyright (c) 2014-2016 Broadcom Corporation4 * Copyright (c) 2016-2019 Broadcom Limited25 #include <linux/dma-mapping.h>60 #include <linux/pci-tph.h>95 [BCM57301] = { "Broadcom BCM57301 NetXtreme-C 10Gb Ethernet" },96 [BCM57302] = { "Broadcom BCM57302 NetXtreme-C 10Gb/25Gb Ethernet" },97 [BCM57304] = { "Broadcom BCM57304 NetXtreme-C 10Gb/25Gb/40Gb/50Gb Ethernet" },98 [BCM57417_NPAR] = { "Broadcom BCM57417 NetXtreme-E Ethernet Partition" },100 [BCM57311] = { "Broadcom BCM57311 NetXtreme-C 10Gb Ethernet" },[all …]