| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | spectrum_switchdev.c | 1215 static enum mlxsw_reg_sfd_op mlxsw_sp_sfd_op(bool adding)  in mlxsw_sp_sfd_op()  argument1217 	return adding ? MLXSW_REG_SFD_OP_WRITE_EDIT :  in mlxsw_sp_sfd_op()
 1225 					  bool adding, bool dynamic)  in mlxsw_sp_port_fdb_tunnel_uc_op()  argument
 1248 	mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0);  in mlxsw_sp_port_fdb_tunnel_uc_op()
 1267 				     const char *mac, u16 fid, bool adding,  in __mlxsw_sp_port_fdb_uc_op()  argument
 1279 	mlxsw_reg_sfd_pack(sfd_pl, mlxsw_sp_sfd_op(adding), 0);  in __mlxsw_sp_port_fdb_uc_op()
 1295 				   const char *mac, u16 fid, bool adding,  in mlxsw_sp_port_fdb_uc_op()  argument
 1298 	return __mlxsw_sp_port_fdb_uc_op(mlxsw_sp, local_port, mac, fid, adding,  in mlxsw_sp_port_fdb_uc_op()
 1304 			bool adding)  in mlxsw_sp_rif_fdb_op()  argument
 1306 	return __mlxsw_sp_port_fdb_uc_op(mlxsw_sp, 0, mac, fid, adding,  in mlxsw_sp_rif_fdb_op()
 [all …]
 
 | 
| /Linux-v5.4/Documentation/driver-api/fpga/ | 
| D | intro.rst | 19 * Generally, when adding code, think of the future.  Plan for reuse.26 If you are adding a new FPGA or a new method of programming an FPGA,
 46 If you are adding a new interface to the FPGA framework, add it on top
 
 | 
| /Linux-v5.4/tools/perf/Documentation/ | 
| D | callchain-overhead-calculation.txt | 5 adding all period values of the entry - usually a function (symbol).9 The 'children' overhead is calculated by adding all period values of
 106 specifying --no-children option on the command line or by adding
 
 | 
| /Linux-v5.4/Documentation/core-api/ | 
| D | memory-hotplug.rst | 92 When adding/removing memory that uses memory block devices (i.e. ordinary RAM),102 device_hotplug_lock when adding memory and user space tries to online that
 117 When adding/removing/onlining/offlining memory or adding/removing
 
 | 
| /Linux-v5.4/drivers/net/ethernet/rocker/ | 
| D | rocker_ofdpa.c | 1271 	bool adding = !(flags & OFDPA_OP_FLAG_REMOVE);  in ofdpa_port_ipv4_neigh()  local1284 	updating = found && adding;  in ofdpa_port_ipv4_neigh()
 1285 	removing = found && !adding;  in ofdpa_port_ipv4_neigh()
 1286 	adding = !found && adding;  in ofdpa_port_ipv4_neigh()
 1288 	if (adding) {  in ofdpa_port_ipv4_neigh()
 1328 	if (adding || removing) {  in ofdpa_port_ipv4_neigh()
 1342 	if (!adding)  in ofdpa_port_ipv4_neigh()
 1383 	bool adding = !(flags & OFDPA_OP_FLAG_REMOVE);  in ofdpa_port_ipv4_nh()  local
 1397 	updating = found && adding;  in ofdpa_port_ipv4_nh()
 1398 	removing = found && !adding;  in ofdpa_port_ipv4_nh()
 [all …]
 
 | 
| /Linux-v5.4/tools/testing/selftests/rcutorture/configs/lock/ | 
| D | ver_functions.sh | 16 		echo CPU-hotplug kernel, adding locktorture onoff. 1>&2
 | 
| /Linux-v5.4/net/bridge/ | 
| D | br_switchdev.c | 106 br_switchdev_fdb_call_notifiers(bool adding, const unsigned char *mac,  in br_switchdev_fdb_call_notifiers()  argument117 	notifier_type = adding ? SWITCHDEV_FDB_ADD_TO_DEVICE : SWITCHDEV_FDB_DEL_TO_DEVICE;  in br_switchdev_fdb_call_notifiers()
 
 | 
| /Linux-v5.4/tools/testing/selftests/tc-testing/creating-plugins/ | 
| D | AddingPlugins.txt | 14 - adding commands to be run before and/or after the test suite15 - adding commands to be run before and/or after the test cases
 16 - adding commands to be run before and/or after the execute phase of the test cases
 
 | 
| /Linux-v5.4/tools/testing/selftests/rcutorture/configs/rcu/ | 
| D | ver_functions.sh | 28 		echo CPU-hotplug kernel, adding rcutorture onoff. 1>&2
 | 
| /Linux-v5.4/security/integrity/evm/ | 
| D | Kconfig | 26 	  WARNING: changing the HMAC calculation method or adding43 	  WARNING: changing the HMAC calculation method or adding
 
 | 
| /Linux-v5.4/drivers/iio/multiplexer/ | 
| D | Kconfig | 5 # When adding new entries keep the list in alphabetical order
 | 
| /Linux-v5.4/drivers/iio/potentiostat/ | 
| D | Kconfig | 5 # When adding new entries keep the list in alphabetical order
 | 
| /Linux-v5.4/drivers/iio/afe/ | 
| D | Kconfig | 5 # When adding new entries keep the list in alphabetical order
 | 
| /Linux-v5.4/scripts/coccinelle/misc/ | 
| D | add_namespace.cocci | 18 // That ensures we are adding it only to the main module source file.
 | 
| /Linux-v5.4/drivers/iio/orientation/ | 
| D | Kconfig | 5 # When adding new entries keep the list in alphabetical order
 | 
| /Linux-v5.4/Documentation/ABI/testing/ | 
| D | sysfs-class-rtc-rtc0-device-rtc_calibration | 9                 by adding to it the value of this attribute.
 | 
| /Linux-v5.4/drivers/iio/amplifiers/ | 
| D | Kconfig | 5 # When adding new entries keep the list in alphabetical order
 | 
| /Linux-v5.4/Documentation/driver-api/firmware/ | 
| D | firmware_cache.rst | 26 * The firmware cache is setup by adding a devres entry for each device that36   criteria the firmware cache is setup by adding a devres entry for the
 
 | 
| /Linux-v5.4/Documentation/networking/caif/ | 
| D | Linux-CAIF.txt | 81 	CAIF Packet has functions for creating, destroying and adding content82 	and for adding/extracting header and trailers to protocol packets.
 87 	Stack and provides a Client interface for adding Link-Layer and
 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/sram/ | 
| D | renesas,smp-sram.txt | 5 This memory is reserved by adding a child node to a "mmio-sram" node, cfr.
 | 
| /Linux-v5.4/Documentation/networking/ | 
| D | cdc_mbim.txt | 176 The userspace management application is responsible for adding new181 For example, adding a link for a MBIM IP session with SessionId 3:
 217 adding the dummy ethernet header on TX and stripping it on RX.
 232 Note that adding VLAN links for DSS sessions is entirely optional.  A
 235 map frames to the correct DSS session and adding 18 byte VLAN ethernet
 276 behaviour is triggered by adding a VLAN link for the magic VLAN ID
 
 | 
| /Linux-v5.4/tools/power/pm-graph/config/ | 
| D | cgskip.txt | 8 # adding or removing function symbol names.
 | 
| /Linux-v5.4/Documentation/admin-guide/cifs/ | 
| D | authors.rst | 15 Jeremy Allison of the Samba team has done invaluable work in adding the server49 - Pavel Shilovsky (for great work adding SMB2 support, and various SMB3 features)
 
 | 
| /Linux-v5.4/Documentation/devicetree/bindings/iio/adc/ | 
| D | samsung,exynos-adc.txt | 60 Example: adding device info in dtsi file76 Example: adding device info in dtsi file for Exynos3250 with additional sclk
 
 | 
| /Linux-v5.4/Documentation/livepatch/ | 
| D | cumulative-patches.rst | 37 cumulative patch. It helps to keep the patch consistent while adding or68     Then re-adding an older livepatch is equivalent to downgrading
 
 |