aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_vf_lib.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-28ice: Fix promiscuous mode not turning offMichal Wilczynski1-0/+3
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski1-2/+2
2022-05-05ice: remove period on argument description in ice_for_each_vfJacob Keller1-2/+2
2022-03-15ice: introduce ICE_VF_RESET_LOCK flagJacob Keller1-0/+1
2022-03-15ice: introduce ICE_VF_RESET_NOTIFY flagJacob Keller1-0/+1
2022-03-15ice: convert ice_reset_vf to take flagsJacob Keller1-2/+7
2022-03-15ice: convert ice_reset_vf to standard error codesJacob Keller1-3/+3
2022-03-15ice: make ice_reset_all_vfs voidJacob Keller1-3/+2
2022-03-15ice: drop is_vflr parameter from ice_reset_all_vfsJacob Keller1-2/+2
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller1-0/+12
2022-03-15ice: introduce VF operations structure for reset flowsJacob Keller1-0/+13
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller1-0/+259