| /kernel/linux/linux-5.10/net/ethtool/ |
| D | features.c | 58 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in features_reply_size() local 63 netdev_features_strings, compact); in features_reply_size() 68 netdev_features_strings, compact); in features_reply_size() 73 netdev_features_strings, compact); in features_reply_size() 78 netdev_features_strings, compact); in features_reply_size() 91 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in features_fill_reply() local 96 netdev_features_strings, compact); in features_fill_reply() 101 netdev_features_strings, compact); in features_fill_reply() 106 netdev_features_strings, compact); in features_fill_reply() 111 netdev_features_strings, compact); in features_fill_reply() [all …]
|
| D | bitset.c | 164 * @compact: assume compact format for output 172 ethnl_string_array_t names, bool compact) in ethnl_bitset32_size() argument 182 if (compact) { in ethnl_bitset32_size() 224 * @compact: use compact format for the output 234 ethnl_string_array_t names, bool compact) in ethnl_put_bitset32() argument 247 if (compact) { in ethnl_put_bitset32() 321 * ethnl_bitset_is_compact() - check if bitset attribute represents a compact 324 * @compact: pointer for return value 328 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact) in ethnl_bitset_is_compact() argument 341 *compact = false; in ethnl_bitset_is_compact() [all …]
|
| D | tsinfo.c | 47 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in tsinfo_reply_size() local 59 sof_timestamping_names, compact); in tsinfo_reply_size() 67 ts_tx_type_names, compact); in tsinfo_reply_size() 75 ts_rx_filter_names, compact); in tsinfo_reply_size() 91 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in tsinfo_fill_reply() local 99 sof_timestamping_names, compact); in tsinfo_fill_reply() 107 ts_tx_type_names, compact); in tsinfo_fill_reply() 115 ts_rx_filter_names, compact); in tsinfo_fill_reply()
|
| D | bitset.h | 10 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact); 13 bool compact); 15 ethnl_string_array_t names, bool compact); 19 bool compact); 22 ethnl_string_array_t names, bool compact);
|
| D | privflags.c | 92 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in privflags_reply_size() local 97 data->priv_flag_names, compact); in privflags_reply_size() 105 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in privflags_fill_reply() local 111 compact); in privflags_fill_reply() 151 bool compact; in ethnl_set_privflags() local 157 ret = ethnl_bitset_is_compact(tb[ETHTOOL_A_PRIVFLAGS_FLAGS], &compact); in ethnl_set_privflags() 177 ret = ethnl_get_priv_flags_info(dev, &nflags, compact ? NULL : &names); in ethnl_set_privflags()
|
| D | tunnels.c | 21 static ssize_t ethnl_udp_table_reply_size(unsigned int types, bool compact) in ethnl_udp_table_reply_size() argument 26 udp_tunnel_type_names, compact); in ethnl_udp_table_reply_size() 39 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_tunnel_info_reply_size() local 59 compact); in ethnl_tunnel_info_reply_size() 68 ret = ethnl_udp_table_reply_size(0, compact); in ethnl_tunnel_info_reply_size() 85 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_tunnel_info_fill_reply() local 113 udp_tunnel_type_names, compact)) in ethnl_tunnel_info_fill_reply() 135 udp_tunnel_type_names, compact)) in ethnl_tunnel_info_fill_reply()
|
| D | eee.c | 49 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in eee_reply_size() local 62 EEE_MODES_COUNT, link_mode_names, compact); in eee_reply_size() 68 EEE_MODES_COUNT, link_mode_names, compact); in eee_reply_size() 85 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in eee_fill_reply() local 92 EEE_MODES_COUNT, link_mode_names, compact); in eee_fill_reply() 97 link_mode_names, compact); in eee_fill_reply()
|
| D | debug.c | 48 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in debug_reply_size() local 51 netif_msg_class_names, compact); in debug_reply_size() 59 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in debug_fill_reply() local 63 netif_msg_class_names, compact); in debug_fill_reply()
|
| D | wol.c | 50 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in wol_reply_size() local 55 WOL_MODE_COUNT, wol_mode_names, compact); in wol_reply_size() 68 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in wol_fill_reply() local 74 wol_mode_names, compact); in wol_fill_reply()
|
| /kernel/linux/linux-6.6/net/ethtool/ |
| D | features.c | 58 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in features_reply_size() local 63 netdev_features_strings, compact); in features_reply_size() 68 netdev_features_strings, compact); in features_reply_size() 73 netdev_features_strings, compact); in features_reply_size() 78 netdev_features_strings, compact); in features_reply_size() 91 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in features_fill_reply() local 96 netdev_features_strings, compact); in features_fill_reply() 101 netdev_features_strings, compact); in features_fill_reply() 106 netdev_features_strings, compact); in features_fill_reply() 111 netdev_features_strings, compact); in features_fill_reply() [all …]
|
| D | tsinfo.c | 47 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in tsinfo_reply_size() local 59 sof_timestamping_names, compact); in tsinfo_reply_size() 67 ts_tx_type_names, compact); in tsinfo_reply_size() 75 ts_rx_filter_names, compact); in tsinfo_reply_size() 91 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in tsinfo_fill_reply() local 99 sof_timestamping_names, compact); in tsinfo_fill_reply() 107 ts_tx_type_names, compact); in tsinfo_fill_reply() 115 ts_rx_filter_names, compact); in tsinfo_fill_reply()
|
| D | bitset.c | 164 * @compact: assume compact format for output 172 ethnl_string_array_t names, bool compact) in ethnl_bitset32_size() argument 182 if (compact) { in ethnl_bitset32_size() 224 * @compact: use compact format for the output 234 ethnl_string_array_t names, bool compact) in ethnl_put_bitset32() argument 247 if (compact) { in ethnl_put_bitset32() 321 * ethnl_bitset_is_compact() - check if bitset attribute represents a compact 324 * @compact: pointer for return value 328 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact) in ethnl_bitset_is_compact() argument 341 *compact = false; in ethnl_bitset_is_compact() [all …]
|
| D | bitset.h | 10 int ethnl_bitset_is_compact(const struct nlattr *bitset, bool *compact); 13 bool compact); 15 ethnl_string_array_t names, bool compact); 19 bool compact); 22 ethnl_string_array_t names, bool compact);
|
| D | tunnels.c | 21 static ssize_t ethnl_udp_table_reply_size(unsigned int types, bool compact) in ethnl_udp_table_reply_size() argument 26 udp_tunnel_type_names, compact); in ethnl_udp_table_reply_size() 39 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_tunnel_info_reply_size() local 59 compact); in ethnl_tunnel_info_reply_size() 68 ret = ethnl_udp_table_reply_size(0, compact); in ethnl_tunnel_info_reply_size() 85 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in ethnl_tunnel_info_fill_reply() local 113 udp_tunnel_type_names, compact)) in ethnl_tunnel_info_fill_reply() 135 udp_tunnel_type_names, compact)) in ethnl_tunnel_info_fill_reply()
|
| D | privflags.c | 92 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in privflags_reply_size() local 97 data->priv_flag_names, compact); in privflags_reply_size() 105 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in privflags_fill_reply() local 111 compact); in privflags_fill_reply() 152 bool compact; in ethnl_set_privflags() local 156 ret = ethnl_bitset_is_compact(tb[ETHTOOL_A_PRIVFLAGS_FLAGS], &compact); in ethnl_set_privflags() 160 ret = ethnl_get_priv_flags_info(dev, &nflags, compact ? NULL : &names); in ethnl_set_privflags()
|
| D | eee.c | 49 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in eee_reply_size() local 62 EEE_MODES_COUNT, link_mode_names, compact); in eee_reply_size() 68 EEE_MODES_COUNT, link_mode_names, compact); in eee_reply_size() 85 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in eee_fill_reply() local 92 EEE_MODES_COUNT, link_mode_names, compact); in eee_fill_reply() 97 link_mode_names, compact); in eee_fill_reply()
|
| D | debug.c | 48 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in debug_reply_size() local 51 netif_msg_class_names, compact); in debug_reply_size() 59 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in debug_fill_reply() local 63 netif_msg_class_names, compact); in debug_fill_reply()
|
| D | wol.c | 51 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in wol_reply_size() local 56 WOL_MODE_COUNT, wol_mode_names, compact); in wol_reply_size() 69 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in wol_fill_reply() local 75 wol_mode_names, compact); in wol_fill_reply()
|
| D | linkmodes.c | 66 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in linkmodes_reply_size() local 78 link_mode_names, compact); in linkmodes_reply_size() 85 link_mode_names, compact); in linkmodes_reply_size() 107 bool compact = req_base->flags & ETHTOOL_FLAG_COMPACT_BITSETS; in linkmodes_fill_reply() local 117 compact); in linkmodes_fill_reply() 124 link_mode_names, compact); in linkmodes_fill_reply()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/ata/ |
| D | cavium-compact-flash.txt | 1 * Compact Flash 3 The Cavium Compact Flash device is connected to the Octeon Boot Bus, 5 industry standard compact flash devices. 8 - compatible: "cavium,ebt3000-compact-flash"; 24 compact-flash@5,0 { 25 compatible = "cavium,ebt3000-compact-flash";
|
| D | intel,ixp4xx-compact-flash.yaml | 4 $id: http://devicetree.org/schemas/ata/intel,ixp4xx-compact-flash.yaml# 21 const: intel,ixp4xx-compact-flash 55 compatible = "intel,ixp4xx-compact-flash";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/ata/ |
| D | cavium-compact-flash.txt | 1 * Compact Flash 3 The Cavium Compact Flash device is connected to the Octeon Boot Bus, 5 industry standard compact flash devices. 8 - compatible: "cavium,ebt3000-compact-flash"; 24 compact-flash@5,0 { 25 compatible = "cavium,ebt3000-compact-flash";
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/st/ |
| D | stm32mp153c-dhcor-drc-compact.dts | 8 * DRC Compact PCB number: 627-100 or newer 16 #include "stm32mp15xx-dhcor-drc-compact.dtsi" 19 model = "DH electronics STM32MP153C DHCOR DRC Compact"; 20 compatible = "dh,stm32mp153c-dhcor-drc-compact",
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| D | branch.c | 258 * exception only. It does not handle compact branches/jumps and cannot 259 * be used in interrupt context. (Compact branches/jumps do not cause 316 * exception only. It does not handle compact branches/jumps and cannot 317 * be used in interrupt context. (Compact branches/jumps do not cause 412 * MIPS R6 Compact branches and forbidden slots: 413 * Compact branches do not throw exceptions because they do 417 * only possible reason to be here because of a MIPS R6 compact 616 * Compact branches for R6 for the in __compute_return_epc_for_insn() 652 * Compact branches for R6 for the in __compute_return_epc_for_insn() 792 /* Compact branch: BALC */ in __compute_return_epc_for_insn() [all …]
|
| /kernel/linux/linux-6.6/arch/mips/kernel/ |
| D | branch.c | 258 * exception only. It does not handle compact branches/jumps and cannot 259 * be used in interrupt context. (Compact branches/jumps do not cause 316 * exception only. It does not handle compact branches/jumps and cannot 317 * be used in interrupt context. (Compact branches/jumps do not cause 412 * MIPS R6 Compact branches and forbidden slots: 413 * Compact branches do not throw exceptions because they do 417 * only possible reason to be here because of a MIPS R6 compact 616 * Compact branches for R6 for the in __compute_return_epc_for_insn() 652 * Compact branches for R6 for the in __compute_return_epc_for_insn() 792 /* Compact branch: BALC */ in __compute_return_epc_for_insn() [all …]
|