Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /* Copyright (C) 2021, Intel Corporation. */
0003 
0004 #ifndef _ICE_VIRTCHNL_ALLOWLIST_H_
0005 #define _ICE_VIRTCHNL_ALLOWLIST_H_
0006 #include "ice.h"
0007 
0008 bool ice_vc_is_opcode_allowed(struct ice_vf *vf, u32 opcode);
0009 
0010 void ice_vc_set_default_allowlist(struct ice_vf *vf);
0011 void ice_vc_set_working_allowlist(struct ice_vf *vf);
0012 void ice_vc_set_caps_allowlist(struct ice_vf *vf);
0013 #endif /* _ICE_VIRTCHNL_ALLOWLIST_H_ */