Home
last modified time | relevance | path

Searched refs:unloading (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/net/ethernet/intel/iavf/ !
H A Diavf_prototype.h36 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading);
H A Diavf_common.c233 * @unloading: is the driver unloading itself
236 * or not the driver is unloading as well.
238 enum iavf_status iavf_aq_queue_shutdown(struct iavf_hw *hw, bool unloading) in iavf_aq_queue_shutdown() argument
247 if (unloading) in iavf_aq_queue_shutdown()
/linux/drivers/net/ethernet/intel/ice/ !
H A Dice_controlq.c683 * @unloading: is the driver unloading itself
688 bool unloading) in ice_shutdown_ctrlq() argument
696 ice_aq_q_shutdown(hw, unloading); in ice_shutdown_ctrlq()
715 * @unloading: is the driver unloading itself
721 void ice_shutdown_all_ctrlq(struct ice_hw *hw, bool unloading) in ice_shutdown_all_ctrlq() argument
724 ice_shutdown_ctrlq(hw, ICE_CTL_Q_ADMIN, unloading); in ice_shutdown_all_ctrlq()
727 ice_shutdown_ctrlq(hw, ICE_CTL_Q_SB, unloading); in ice_shutdown_all_ctrlq()
729 ice_shutdown_ctrlq(hw, ICE_CTL_Q_MAILBOX, unloading); in ice_shutdown_all_ctrlq()
[all...]
H A Dice_common.h89 void ice_shutdown_all_ctrlq(struct ice_hw *hw, bool unloading);
140 int ice_aq_q_shutdown(struct ice_hw *hw, bool unloading);
H A Dice_common.c1967 * @unloading: is the driver unloading itself
1970 * or not the driver is unloading as well (0x0003).
1972 int ice_aq_q_shutdown(struct ice_hw *hw, bool unloading) in ice_aq_q_shutdown() argument
1981 if (unloading) in ice_aq_q_shutdown()
/linux/Documentation/RCU/ !
H A Drcubarrier.rst70 use multiple invocations of srcu_barrier() when unloading that module.
73 will be required when unloading::
178 rcu_barrier() before unloading. Similarly, if your module uses
179 call_srcu(), you will need to invoke srcu_barrier() before unloading,
301 implemented for module unloading. Nikita Danilov was using
H A Dchecklist.rst510 pending callbacks to be invoked before unloading that module.
/linux/Documentation/firmware-guide/acpi/ !
H A Daml-debugger.rst66 The module unloading may fail if there is an acpidbg instance running.
/linux/Documentation/scsi/ !
H A Dscsi.rst24 will enforce the correct ordering of loading and unloading modules in
H A DChangeLog.megaraid601 vi. Kill tasklet when unloading the driver.
/linux/Documentation/networking/device_drivers/atm/ !
H A Dcxacru.rst10 module loaded, the device will sometimes stop responding after unloading the
/linux/Documentation/driver-api/media/drivers/ !
H A Dcontributors.rst84 the module unloading problems, ...
/linux/Documentation/target/ !
H A Dtcm_mod_builder.rst20 2) Generate basic infrastructure for loading/unloading LKMs and TCM/ConfigFS fabric module
/linux/Documentation/fb/ !
H A Dfbcon.rst186 from the console layer before unloading the driver. The VGA driver cannot be
255 all the drivers without unloading fbcon will make it impossible for the
/linux/Documentation/admin-guide/device-mapper/ !
H A Dsnapshot.rst54 When loading or unloading the snapshot target, the corresponding
/linux/kernel/module/ !
H A DKconfig133 bool "Module unloading"
141 bool "Forced module unloading"
/linux/drivers/net/ethernet/sfc/ !
H A Def10.c42 static int efx_ef10_set_udp_tnl_ports(struct efx_nic *efx, bool unloading);
3789 static int efx_ef10_set_udp_tnl_ports(struct efx_nic *efx, bool unloading) in efx_ef10_set_udp_tnl_ports() argument
3837 !!unloading, in efx_ef10_set_udp_tnl_ports()
3865 if (unloading) in efx_ef10_set_udp_tnl_ports()
3867 * unloading other functions a bit smoother. This is a in efx_ef10_set_udp_tnl_ports()
3874 if (!will_reset && !unloading) { in efx_ef10_set_udp_tnl_ports()
/linux/drivers/net/ethernet/intel/i40e/ !
H A Di40e_prototype.h48 int i40e_aq_queue_shutdown(struct i40e_hw *hw, bool unloading);
H A Di40e_common.c149 * @unloading: is the driver unloading itself
152 * or not the driver is unloading as well.
155 bool unloading) in i40e_aq_queue_shutdown() argument
165 if (unloading) in i40e_aq_queue_shutdown()
/linux/Documentation/admin-guide/media/ !
H A Dphilips.rst205 while loading and unloading the module
/linux/Documentation/locking/ !
H A Dlockdep-design.rst349 1. Repeated module loading and unloading while running the validator
352 that module's locks, but module unloading does not remove old
/linux/Documentation/driver-api/rapidio/ !
H A Drapidio.rst252 unloading if it is built as a module.
/linux/Documentation/driver-api/surface_aggregator/clients/ !
H A Ddtx.rst18 unloading/reloading the graphics-driver, user-notifications, etc.
/linux/Documentation/core-api/ !
H A Dassoc_array.rst162 necessary on module unloading.
/linux/Documentation/networking/ !
H A Dphy.rst548 Call one of following function before unloading module::

12