Searched refs:v_retval (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/dev/iavf/ |
H A D | iavf_vc_common.h | 73 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen);
|
H A D | iavf_prototype.h | 111 enum iavf_status v_retval,
|
H A D | iavf_vc_common.c | 1178 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 D | virtchnl.h | 183 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member
|
H A D | iavf_common.c | 954 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 D | if_iavf_iflib.c | 1229 v_msg->v_retval, event.msg_buf, event.msg_len); in iavf_process_adminq()
|
/freebsd/sys/dev/ixl/ |
H A D | virtchnl.h | 169 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member
|
H A D | i40e_prototype.h | 237 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, 558 enum i40e_status_code v_retval,
|
H A D | i40e_common.c | 3382 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 D | virtchnl.h | 51 * The PF is required to return a status code in v_retval for all messages 351 enum virtchnl_status_code v_retval; member
|