Home
last modified time | relevance | path

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

/trueos/sys/dev/ixl/
HDixlvc.c827 i40e_status v_retval, u8 *msg, u16 msglen) in ixlv_vc_completion() argument
864 if (v_retval) { in ixlv_vc_completion()
867 __func__, v_retval, v_opcode); in ixlv_vc_completion()
881 v_retval); in ixlv_vc_completion()
882 if (v_retval) { in ixlv_vc_completion()
889 v_retval); in ixlv_vc_completion()
893 v_retval); in ixlv_vc_completion()
897 v_retval); in ixlv_vc_completion()
901 v_retval); in ixlv_vc_completion()
905 v_retval); in ixlv_vc_completion()
[all …]
HDi40e_virtchnl.h104 enum i40e_status_code v_retval; /* ditto for desc->retval */ member
HDi40e_prototype.h174 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
417 enum i40e_status_code v_retval,
HDi40e_common.c2330 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument
2341 desc.cookie_low = CPU_TO_LE32(v_retval); in i40e_aq_send_msg_to_vf()
4706 enum i40e_status_code v_retval, in i40e_aq_send_msg_to_pf() argument
4717 desc.cookie_low = CPU_TO_LE32(v_retval); in i40e_aq_send_msg_to_pf()
HDif_ixlv.c2696 v_msg->v_retval, event.msg_buf, event.msg_len); in ixlv_do_adminq_locked()