summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_sriov.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-15ice: introduce ice_virtchnl.c and ice_virtchnl.hJacob Keller1-54/+1
2022-03-15ice: move reset functionality into ice_vf_lib.cJacob Keller1-15/+0
2022-03-15ice: introduce ice_vf_lib.c, ice_vf_lib.h, and ice_vf_lib_private.hJacob Keller1-202/+1
2022-03-15ice: rename ICE_MAX_VF_COUNT to avoid confusionJacob Keller1-2/+2
2022-03-15ice: remove unused definitions from ice_sriov.hJacob Keller1-6/+1
2022-03-15ice: convert vf->vc_ops to a const pointerJacob Keller1-7/+6
2022-03-15ice: remove circular header dependencies on ice.hJacob Keller1-1/+0
2022-03-15ice: rename ice_virtchnl_pf.c to ice_sriov.cJacob Keller1-0/+437
2022-03-15ice: rename ice_sriov.c to ice_vf_mbx.cJacob Keller1-52/+0
2021-12-14ice: Use int for ice_statusTony Nguyen1-6/+6
2021-04-22ice: warn about potentially malicious VFsVignesh Sridhar1-1/+19
2018-10-03ice: Add handlers for VF netdevice operationsAnirudh Venkataramanan1-0/+9
2018-10-03ice: Add support for VF reset eventsAnirudh Venkataramanan1-0/+25