Home
last modified time | relevance | path

Searched refs:adapters (Results 1 – 25 of 35) sorted by relevance

12

/src/sys/dev/fb/
H A Dfb.c61 static int adapters = 1; variable
81 newsize = rounddown(adapters + ARRAY_DELTA, ARRAY_DELTA); in vid_realloc_array()
85 bcopy(adapter, new_adp, sizeof(*adapter)*adapters); in vid_realloc_array()
86 bcopy(vidsw, new_vidsw, sizeof(*vidsw)*adapters); in vid_realloc_array()
87 if (adapters > 1) { in vid_realloc_array()
93 adapters = newsize; in vid_realloc_array()
97 printf("fb: new array size %d\n", adapters); in vid_realloc_array()
135 for (index = 0; index < adapters; ++index) { in vid_register()
139 if (index >= adapters) { in vid_register()
161 if ((adp->va_index < 0) || (adp->va_index >= adapters)) in vid_unregister()
[all …]
H A Dvesa.c1119 int adapters; in vesa_configure() local
1153 adapters = i; in vesa_configure()
1164 if (adapters > 1) { in vesa_configure()
/src/sys/dev/e1000/
H A DREADME109 between copper-based adapters and fiber-based adapters.
129 will not attempt to auto-negotiate with its link partner since those adapters
191 NOTE: Some Intel gigabit adapters that support Jumbo Frames have a frame size
193 adapters with this limitation are based on the Intel(R) 82571EB, 82572EI,
217 NOTE: The following adapters limit Jumbo Frames sized packets to a maximum of
221 - The following adapters do not support Jumbo Frames:
287 Checksum offloading is not supported on 82542 Gigabit adapters.
322 NOTE: By default only PCI-Express adapters are ENABLED to do TSO. Others can be
324 82544-based adapters, as well as older adapters.
330 Doing this disables/enables TSO in the stack and affects all installed adapters.
/src/sys/dev/thunderbolt/
H A Drouter.c124 if (cursor->adapters == NULL) { in router_lookup_device()
130 cursor = cursor->adapters[hop]; in router_lookup_device()
175 if (parent->adapters[this_hop] != NULL) { in router_insert()
181 parent->adapters[this_hop] = sc; in router_insert()
306 sc->adapters = malloc((1 + sc->max_adap) * sizeof(void *), in _tb_router_attach()
308 if (sc->adapters == NULL) { in _tb_router_attach()
331 if (sc->adapters != NULL) in tb_router_detach()
332 free(sc->adapters, M_THUNDERBOLT); in tb_router_detach()
H A Drouter_var.h74 struct router_softc **adapters; member
/src/release/packages/ucl/
H A Dmlx-tools-all.ucl29 comment = "Utility for managing Connect-X 4/5/6 Mellanox network adapters"
33 6 network adapters in the aspects not covered by the generic ifconfig(8)
/src/sys/contrib/device-tree/Bindings/media/
H A Dcec.txt1 Common bindings for HDMI CEC adapters
/src/sys/conf/
H A DNOTES1311 # device drivers. The host adapters are listed in the ISA and PCI
1555 # SCSI host adapters:
1562 # isp: Qlogic ISP 1020, 1040 and 1040B PCI SCSI host adapters,
1565 # Qlogic ISP 2100 and ISP 2200 1Gb Fibre Channel host adapters.
1566 # Qlogic ISP 2300 and ISP 2312 2Gb Fibre Channel host adapters.
1567 # Qlogic ISP 2322 and ISP 6322 2Gb Fibre Channel host adapters.
1568 # ispfw: Firmware module for Qlogic host adapters
1572 # or FC9x9 Fibre Channel host adapters.
1860 # ae: Support for gigabit ethernet adapters based on the Attansic/Atheros
1862 # age: Support for gigabit ethernet adapters based on the Attansic/Atheros
[all …]
/src/
H A DRELNOTES91 Ethernet adapters (AQC107, AQC108, AQC109, AQC111, AQC112).
170 Support for NVMe/TCP offload on Chelsio T7 adapters. The nvmf_che(4)
171 module enables T7 adapters to process NVMe/TCP PDUs directly similar to
/src/sys/amd64/conf/
H A DNOTES58 # RAID adapters
88 # sfxge: Solarflare SFC9000 family 10Gb Ethernet adapters
H A DGENERIC153 device ocs_fc # Emulex FC adapters
/src/sys/x86/conf/
H A DNOTES308 # Video card driver for VGA adapters.
340 # RAID adapters
427 # adapters.
432 # iwi: Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 adapters
435 # 802.11 network adapters
/src/sys/contrib/device-tree/Bindings/i2c/
H A Di2c.txt30 For I2C adapters that have child nodes that are a mixture of both I2C
145 adapters that support this feature, may use "host-notify" property. I2C
/src/sys/contrib/dev/athk/ath10k/
H A DKconfig10 This module adds support for wireless adapters based on
/src/sys/contrib/device-tree/Bindings/display/
H A Dste,mcde.txt30 The devicetree must specify subnodes for the DSI host adapters.
/src/sys/i386/conf/
H A DNOTES227 # RAID adapters
239 # sbni: Granch SBNI12-xx ISA and PCI adapters
/src/sys/powerpc/conf/
H A DGENERIC123 device ispfw # Firmware module for Qlogic host adapters
H A DGENERIC64141 device ispfw # Firmware module for Qlogic host adapters
H A DGENERIC64LE137 device ispfw # Firmware module for Qlogic host adapters
/src/sys/cam/
H A DREADME.quirks22 hard drives, flash adapters, cameras) there are two standards, SBC
/src/usr.sbin/mpsutil/
H A Dmps_show.c359 MPS_COMMAND(show, adapters, show_adapters, "", "Show a summary of all adapters");
/src/usr.sbin/bsdconfig/console/include/
H A Dmessages.subr190 …on. However, for hardware\nwhere this is not possible (e.g. monochrome adapters), a screen\nmap w…
/src/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dblkdev.shlib35 # Cause a scan of all scsi host adapters by default
/src/sys/dev/cxgbe/firmware/
H A Dt5fw_cfg_fpga.txt10 # adapters shipped from the factory. These defaults are designed to address
H A Dt6fw_cfg_fpga.txt11 # adapters shipped from the factory. These defaults are designed to address

12