Home
last modified time | relevance | path

Searched refs:v_retval (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c689 i40e_status v_retval, in i40evf_virtchnl_completion() argument
726 if (v_retval) { in i40evf_virtchnl_completion()
728 v_retval, i40evf_stat_str(&adapter->hw, v_retval), in i40evf_virtchnl_completion()
Di40e_prototype.h94 i40e_status v_retval,
Di40e_virtchnl.h93 i40e_status v_retval; /* ditto for desc->retval */ member
Di40evf.h315 i40e_status v_retval, u8 *msg, u16 msglen);
Di40e_common.c922 i40e_status v_retval, in i40e_aq_send_msg_to_pf() argument
933 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_pf()
Di40evf_main.c1804 v_msg->v_retval, event.msg_buf, in i40evf_adminq_task()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.h115 u32 v_retval, u8 *msg, u16 msglen);
Di40e_virtchnl.h93 i40e_status v_retval; /* ditto for desc->retval */ member
Di40e_virtchnl_pf.c43 i40e_status v_retval, u8 *msg, in i40e_vc_vf_broadcast() argument
60 i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_vf_broadcast()
1079 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument
1095 if (v_retval) { in i40e_vc_send_msg_to_vf()
1098 v_opcode, v_retval); in i40e_vc_send_msg_to_vf()
1113 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf()
1814 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_validate_vf_msg() argument
1926 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument
1938 ret = i40e_vc_validate_vf_msg(vf, v_opcode, v_retval, msg, msglen); in i40e_vc_process_vf_msg()
Di40e_prototype.h153 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
310 i40e_status v_retval,
Di40e_common.c2492 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument
2503 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf()