commit | 5e776d8016119e13c27fbb6e87c9e1fd6f8b2a75 | [log] [tgz] |
---|---|---|
author | Alexander Lobakin <alobakin@marvell.com> | Thu Jul 23 01:10:36 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 22 18:19:03 2020 -0700 |
tree | de4ce04160f0e86be852d5a4b421b1b57b9c2418 | |
parent | 9b6ee3cf95d322ab02e9927f5b08ebc870ca9f1f [diff] |
qed: move chain initialization inlines next to allocation functions qed_chain_init*() are used in one file/place on "cold" path only, so they can be uninlined and moved next to the call sites. Signed-off-by: Alexander Lobakin <alobakin@marvell.com> Signed-off-by: Igor Russkikh <irusskikh@marvell.com> Signed-off-by: Michal Kalderon <michal.kalderon@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>