Searched refs:v_retval (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/ |
D | i40evf_virtchnl.c | 1170 i40e_status v_retval, in i40evf_virtchnl_completion() argument 1233 if (v_retval) { in i40evf_virtchnl_completion() 1237 i40evf_stat_str(&adapter->hw, v_retval)); in i40evf_virtchnl_completion() 1241 i40evf_stat_str(&adapter->hw, v_retval)); in i40evf_virtchnl_completion() 1245 i40evf_stat_str(&adapter->hw, v_retval)); in i40evf_virtchnl_completion() 1249 i40evf_stat_str(&adapter->hw, v_retval)); in i40evf_virtchnl_completion() 1253 i40evf_stat_str(&adapter->hw, v_retval)); in i40evf_virtchnl_completion() 1261 i40evf_stat_str(&adapter->hw, v_retval)); in i40evf_virtchnl_completion() 1276 v_retval)); in i40evf_virtchnl_completion() 1295 v_retval)); in i40evf_virtchnl_completion() [all …]
|
D | i40e_prototype.h | 71 i40e_status v_retval,
|
D | i40evf.h | 414 i40e_status v_retval, u8 *msg, u16 msglen);
|
D | i40e_common.c | 1038 i40e_status v_retval, in i40e_aq_send_msg_to_pf() argument 1049 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_pf()
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_virtchnl_pf.h | 119 u32 v_retval, u8 *msg, u16 msglen);
|
D | i40e_prototype.h | 162 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, 371 i40e_status v_retval,
|
D | i40e_virtchnl_pf.c | 20 i40e_status v_retval, u8 *msg, in i40e_vc_vf_broadcast() argument 37 i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_vf_broadcast() 1578 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument 1594 if (v_retval) { in i40e_vc_send_msg_to_vf() 1597 vf->vf_id, v_opcode, v_retval); in i40e_vc_send_msg_to_vf() 1612 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf() 3605 u32 __always_unused v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument
|
D | i40e_common.c | 2942 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument 2953 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf()
|
/Linux-v4.19/include/linux/avf/ |
D | virtchnl.h | 162 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member
|