linux/drivers/net/ethernet/intel/iavf
Alexander Lobakin a79afa78e6 net: use the new dev_page_is_reusable() instead of private versions
Now we can remove a bunch of identical functions from the drivers and
make them use common dev_page_is_reusable(). All {,un}likely() checks
are omitted since it's already present in this helper.
Also update some comments near the call sites.

Suggested-by: David Rientjes <rientjes@google.com>
Suggested-by: Jakub Kicinski <kuba@kernel.org>
Cc: John Hubbard <jhubbard@nvidia.com>
Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Reviewed-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2021-02-04 18:20:14 -08:00
..
Makefile
iavf.h net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
iavf_adminq.c
iavf_adminq.h intel-ethernet: clean up W=1 warnings in kdoc 2020-09-25 16:28:59 -07:00
iavf_adminq_cmd.h
iavf_alloc.h
iavf_client.c
iavf_client.h
iavf_common.c
iavf_devids.h
iavf_ethtool.c net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
iavf_main.c iavf: fix double-release of rtnl_lock 2020-12-17 14:12:55 -08:00
iavf_osdep.h
iavf_prototype.h
iavf_register.h
iavf_status.h
iavf_trace.h intel-ethernet: clean up W=1 warnings in kdoc 2020-09-25 16:28:59 -07:00
iavf_txrx.c net: use the new dev_page_is_reusable() instead of private versions 2021-02-04 18:20:14 -08:00
iavf_txrx.h intel-ethernet: clean up W=1 warnings in kdoc 2020-09-25 16:28:59 -07:00
iavf_type.h net/intel: remove driver versions from Intel drivers 2020-06-25 22:25:13 -07:00
iavf_virtchnl.c iavf: Use kzalloc for allocating only one thing 2021-01-05 15:43:41 -08:00