Home
last modified time | relevance | path

Searched refs:ice_vc_is_opcode_allowed (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/virt/
H A Dallowlist.h8 bool ice_vc_is_opcode_allowed(struct ice_vf *vf, u32 opcode);
H A Dallowlist.c129 bool ice_vc_is_opcode_allowed(struct ice_vf *vf, u32 opcode) in ice_vc_is_opcode_allowed() function
H A Dvirtchnl.c2789 if (!ice_vc_is_opcode_allowed(vf, v_opcode)) { in ice_vc_process_vf_msg()