Searched refs:v_opcode (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/ice/
H A Dice_sriov.h39 ice_aq_send_msg_to_pf(struct ice_hw *hw, enum virtchnl_ops v_opcode,
44 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval,
H A Dice_sriov.c41 * @v_opcode: opcodes for VF-PF communication
52 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, argument
63 desc.cookie_high = CPU_TO_LE32(v_opcode);
75 * @v_opcode: opcodes for VF-PF communication
86 ice_aq_send_msg_to_pf(struct ice_hw *hw, enum virtchnl_ops v_opcode, argument
93 desc.cookie_high = CPU_TO_LE32(v_opcode);
H A Dvirtchnl.h118 /* Opcodes for VF-PF communication. These are placed in the v_opcode field
182 enum virtchnl_ops v_opcode; /* avoid confusion with desc->opcode */ member in struct:virtchnl_msg
781 * @v_opcode: Opcode for the message
788 virtchnl_vc_validate_vf_msg(struct virtchnl_version_info *ver, u32 v_opcode, argument
795 switch (v_opcode) {
/freebsd-12-stable/sys/dev/ixl/
H A Dvirtchnl.h114 /* Opcodes for VF-PF communication. These are placed in the v_opcode field
169 enum virtchnl_ops v_opcode; /* avoid confusion with desc->opcode */ member in struct:virtchnl_msg
601 * @v_opcode: Opcode for the message
608 virtchnl_vc_validate_vf_msg(struct virtchnl_version_info *ver, u32 v_opcode, argument
615 switch (v_opcode) {
H A Diavf_vc.c865 enum virtchnl_ops v_opcode,
870 if (v_opcode != VIRTCHNL_OP_GET_STATS)
872 ixl_vc_opcode_str(v_opcode));
874 if (v_opcode == VIRTCHNL_OP_EVENT) {
907 __func__, i40e_vc_stat_str(&sc->hw, v_retval), ixl_vc_opcode_str(v_opcode));
910 switch (v_opcode) {
949 ixl_vc_opcode_str(v_opcode));
864 iavf_vc_completion(struct iavf_sc *sc, enum virtchnl_ops v_opcode, enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) argument
H A Di40e_prototype.h238 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
550 enum virtchnl_ops v_opcode,
H A Di40e_common.c3377 * @v_opcode: opcodes for VF-PF communication
3386 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
3396 desc.cookie_high = CPU_TO_LE32(v_opcode);
7415 * @v_opcode: opcodes for VF-PF communication
7426 enum virtchnl_ops v_opcode,
7437 desc.cookie_high = CPU_TO_LE32(v_opcode);
3385 i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, struct i40e_asq_cmd_details *cmd_details) argument
7425 i40e_aq_send_msg_to_pf(struct i40e_hw *hw, enum virtchnl_ops v_opcode, enum i40e_status_code v_retval, u8 *msg, u16 msglen, struct i40e_asq_cmd_details *cmd_details) argument
H A Dif_iavf.c1197 iavf_vc_completion(sc, v_msg->v_opcode,

Completed in 95 milliseconds