Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf_virtchnl.c1170 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 …]
Di40e_prototype.h71 i40e_status v_retval,
Di40evf.h414 i40e_status v_retval, u8 *msg, u16 msglen);
Di40e_common.c1038 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/
Di40e_virtchnl_pf.h119 u32 v_retval, u8 *msg, u16 msglen);
Di40e_prototype.h162 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
371 i40e_status v_retval,
Di40e_virtchnl_pf.c20 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
Di40e_common.c2942 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/
Dvirtchnl.h162 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member