Searched +full:pci +full:- +full:host2 (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | ralink,rt3883-pinctrl.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/pinctrl/ralink,rt3883-pinctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Arınç ÜNAL <arinc.unal@arinc9.com> 11 - Sergio Paracuellos <sergio.paracuellos@gmail.com> 20 const: ralink,rt3883-pinctrl 23 '-pins$': 28 '^(.*-)?pinmux$': 31 $ref: pinmux-node.yaml# [all …]
|
/freebsd/sys/dev/oce/ |
H A D | oce_if.c | 1 /*- 2 * SPDX-License-Identifier: BSD-3-Clause 34 * freebsd-drivers@emulex.com 48 #define is_tso_pkt(m) (m->m_pkthdr.csum_flags & CSUM_TSO) 103 "HOST2", 233 DRIVER_MODULE(oce, pci, oce_driver, 0, 0); 234 MODULE_PNP_INFO("W32:vendor/device", pci, oce, supportedDevices, 236 MODULE_DEPEND(oce, pci, 1, 1, 1); 259 sc->dev = dev; in oce_probe() 273 sc->flags |= OCE_FLAGS_BE2; in oce_probe() [all …]
|