Searched refs:v_retval (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/ |
D | i40e_prototype.h | 81 i40e_status v_retval,
|
D | i40e_virtchnl.h | 94 i40e_status v_retval; /* ditto for desc->retval */ member
|
D | i40evf_virtchnl.c | 672 i40e_status v_retval, in i40evf_virtchnl_completion() argument 710 if (v_retval) { in i40evf_virtchnl_completion() 712 __func__, v_retval, v_opcode); in i40evf_virtchnl_completion()
|
D | i40evf.h | 299 i40e_status v_retval, u8 *msg, u16 msglen);
|
D | i40e_common.c | 561 i40e_status v_retval, in i40e_aq_send_msg_to_pf() argument 572 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_pf()
|
D | i40evf_main.c | 1664 v_msg->v_retval, event.msg_buf, in i40evf_adminq_task()
|
/linux-4.1.27/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.h | 111 u32 v_retval, u8 *msg, u16 msglen);
|
D | i40e_virtchnl.h | 94 i40e_status v_retval; /* ditto for desc->retval */ member
|
D | i40e_virtchnl_pf.c | 43 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() 1054 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument 1070 if (v_retval) { in i40e_vc_send_msg_to_vf() 1073 v_opcode, v_retval); in i40e_vc_send_msg_to_vf() 1086 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf() 1754 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_validate_vf_msg() argument 1862 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument 1874 ret = i40e_vc_validate_vf_msg(vf, v_opcode, v_retval, msg, msglen); in i40e_vc_process_vf_msg()
|
D | i40e_prototype.h | 140 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, 296 i40e_status v_retval,
|
D | i40e_common.c | 2096 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument 2107 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf()
|