Searched refs:channels (Results 1 – 11 of 11) sorted by relevance
/systemd-251/src/shared/ |
D | ethtool-util.c | 1019 int ethtool_set_channels(int *fd, const char *ifname, const netdev_channels *channels) { in ethtool_set_channels() argument 1031 assert(channels); in ethtool_set_channels() 1033 if (!channels->rx.set && in ethtool_set_channels() 1034 !channels->tx.set && in ethtool_set_channels() 1035 !channels->other.set && in ethtool_set_channels() 1036 !channels->combined.set) in ethtool_set_channels() 1048 if (channels->rx.set) in ethtool_set_channels() 1049 UPDATE_WITH_MAX(ecmd.rx_count, ecmd.max_rx, channels->rx.value, need_update); in ethtool_set_channels() 1051 if (channels->tx.set) in ethtool_set_channels() 1052 UPDATE_WITH_MAX(ecmd.tx_count, ecmd.max_tx, channels->tx.value, need_update); in ethtool_set_channels() [all …]
|
D | ethtool-util.h | 180 int ethtool_set_channels(int *ethtool_fd, const char *ifname, const netdev_channels *channels);
|
/systemd-251/src/udev/net/ |
D | link-config-gperf.gperf | 71 …ig_parse_ring_buffer_or_channel, 0, offsetof(LinkConfig, channels.rx) 72 …ig_parse_ring_buffer_or_channel, 0, offsetof(LinkConfig, channels.tx) 73 …parse_ring_buffer_or_channel, 0, offsetof(LinkConfig, channels.other) 74 …se_ring_buffer_or_channel, 0, offsetof(LinkConfig, channels.combined)
|
D | link-config.h | 74 netdev_channels channels; member
|
D | link-config.c | 520 r = ethtool_set_channels(ethtool_fd, name, &config->channels); in link_apply_ethtool_settings()
|
/systemd-251/hwdb.d/ |
D | 20-pci-classes.hwdb | 33 …ID_PCI_INTERFACE_FROM_DATABASE=ISA Compatibility mode controller, supports both channels switched … 36 …ID_PCI_INTERFACE_FROM_DATABASE=PCI native mode controller, supports both channels switched to ISA … 45 …ID_PCI_INTERFACE_FROM_DATABASE=ISA Compatibility mode controller, supports both channels switched … 48 …ID_PCI_INTERFACE_FROM_DATABASE=PCI native mode controller, supports both channels switched to ISA …
|
D | pci.ids | 6864 14fb 0612 2 channels CAN bus Controller [CanPci-2] 6865 14fb 0613 3 channels CAN bus Controller [CanPci-3] 6866 14fb 0614 4 channels CAN bus Controller [CanPci-4] 6868 14fb 0622 2 channels CAN bus Controller [CanPci2-2] 21806 7021 APA7-201 Reconfigurable Artix-7 FPGA module 48 TTL channels 21807 7022 APA7-202 Reconfigurable Artix-7 FPGA module 24 RS485 channels 21808 7023 APA7-203 Reconfigurable Artix-7 FPGA module 24 TTL & 12 RS485 channels 21809 7024 APA7-204 Reconfigurable Artix-7 FPGA module 24 LVDS channels 21814 702c AP560A Module 4 Independent isolated CAN bus channels 21821 7051 APA7-501 Reconfigurable Artix-7 52,160 Cell FPGA module 48 TTL channels [all …]
|
D | 20-pci-vendor-model.hwdb | 20235 ID_MODEL_FROM_DATABASE=DSP56301 Digital Signal Processor (2 channels CAN bus Controller [CanPci-2]) 20238 ID_MODEL_FROM_DATABASE=DSP56301 Digital Signal Processor (3 channels CAN bus Controller [CanPci-3]) 20241 ID_MODEL_FROM_DATABASE=DSP56301 Digital Signal Processor (4 channels CAN bus Controller [CanPci-4]) 20247 …ID_MODEL_FROM_DATABASE=DSP56301 Digital Signal Processor (2 channels CAN bus Controller [CanPci2-2… 64455 ID_MODEL_FROM_DATABASE=APA7-201 Reconfigurable Artix-7 FPGA module 48 TTL channels 64458 ID_MODEL_FROM_DATABASE=APA7-202 Reconfigurable Artix-7 FPGA module 24 RS485 channels 64461 ID_MODEL_FROM_DATABASE=APA7-203 Reconfigurable Artix-7 FPGA module 24 TTL & 12 RS485 channels 64464 ID_MODEL_FROM_DATABASE=APA7-204 Reconfigurable Artix-7 FPGA module 24 LVDS channels 64479 ID_MODEL_FROM_DATABASE=AP560A Module 4 Independent isolated CAN bus channels 64500 ID_MODEL_FROM_DATABASE=APA7-501 Reconfigurable Artix-7 52,160 Cell FPGA module 48 TTL channels [all …]
|
/systemd-251/docs/ |
D | CODE_OF_CONDUCT.md | 10 …ll “collaborative spaces”, which is defined as community communications channels (such as mailing …
|
D | USER_RECORD.md | 924 might not happen via exclusively trusted channels. Hence it's essential that 930 channels suggest a cryptographic signature mechanism where only user records 936 channels only. Or traditional UNIX users created locally in `/etc/passwd` never
|
/systemd-251/ |
D | NEWS | 5956 transmit channels, using the RxChannels=, TxChannels=,
|