mbox series

[iwl-next,0/2] Remove VF MAC types and move helpers from i40e_type.h

Message ID 20231025103315.1149589-1-ivecera@redhat.com (mailing list archive)
Headers show
Series Remove VF MAC types and move helpers from i40e_type.h | expand

Message

Ivan Vecera Oct. 25, 2023, 10:33 a.m. UTC
The series removes MAC types for VF functions and moves inline helper
functions from i40e_type.h to i40e_prototype.h

Ivan Vecera (2):
  i40e: Remove VF MAC types
  i40e: Move inline helpers to i40e_prototype.h

 drivers/net/ethernet/intel/i40e/i40e_adminq.c | 33 +++-----
 .../net/ethernet/intel/i40e/i40e_prototype.h  | 70 +++++++++++++++++
 drivers/net/ethernet/intel/i40e/i40e_type.h   | 76 -------------------
 3 files changed, 80 insertions(+), 99 deletions(-)