Home
last modified time | relevance | path

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

/freebsd/sys/dev/iavf/
H A Diavf_vc_common.h73 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen);
H A Diavf_prototype.h111 enum iavf_status v_retval,
H A Diavf_vc_common.c1178 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen __unused) in iavf_vc_completion() argument
1208 if (v_retval) { in iavf_vc_completion()
1236 __func__, iavf_vc_stat_str(&sc->hw, v_retval), in iavf_vc_completion()
H A Dvirtchnl.h183 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member
H A Diavf_common.c954 enum iavf_status v_retval, in iavf_aq_send_msg_to_pf() argument
965 desc.cookie_low = CPU_TO_LE32(v_retval); in iavf_aq_send_msg_to_pf()
H A Dif_iavf_iflib.c1229 v_msg->v_retval, event.msg_buf, event.msg_len); in iavf_process_adminq()
/freebsd/sys/dev/ixl/
H A Dvirtchnl.h169 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member
H A Di40e_prototype.h237 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
558 enum i40e_status_code v_retval,
H A Di40e_common.c3382 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument
3393 desc.cookie_low = CPU_TO_LE32(v_retval); in i40e_aq_send_msg_to_vf()
7470 enum i40e_status_code v_retval, in i40e_aq_send_msg_to_pf() argument
7481 desc.cookie_low = CPU_TO_LE32(v_retval); in i40e_aq_send_msg_to_pf()
/freebsd/sys/dev/ice/
H A Dvirtchnl.h51 * The PF is required to return a status code in v_retval for all messages
351 enum virtchnl_status_code v_retval; member