Lines Matching +full:string +full:- +full:support
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
24 * struct ethtool_channels - configuring number of network channel
26 * @max_rx: Read only. Maximum number of receive channel the driver support.
27 * @max_tx: Read only. Maximum number of transmit channel the driver support.
28 * @max_other: Read only. Maximum number of other channel the driver support.
30 * support. Set of queues RX, TX or other.
56 * struct ethtool_drvinfo - general driver and device information
60 * not be an empty string.
61 * @version: Driver version string; may be an empty string
62 * @fw_version: Firmware version string; may be an empty string
63 * @erom_version: Expansion ROM version string; may be an empty string
65 * string for the underlying bus device, if there is one. May be
66 * an empty string.
81 * strings in any string set (from Linux 2.6.34).