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

/freebsd-current/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.c1167 * @v_retval: virtchnl return value
1178 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen __unused)
1208 if (v_retval) {
1236 __func__, iavf_vc_stat_str(&sc->hw, v_retval),
1176 iavf_vc_completion(struct iavf_sc *sc, enum virtchnl_ops v_opcode, enum virtchnl_status_code v_retval, u8 *msg, u16 msglen __unused) argument
H A Dvirtchnl.h50 * The PF is required to return a status code in v_retval for all messages
183 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member in struct:virtchnl_msg
H A Diavf_common.c943 * @v_retval: return error code
954 enum iavf_status v_retval,
965 desc.cookie_low = CPU_TO_LE32(v_retval);
952 iavf_aq_send_msg_to_pf(struct iavf_hw *hw, enum virtchnl_ops v_opcode, enum iavf_status v_retval, u8 *msg, u16 msglen, struct iavf_asq_cmd_details *cmd_details) argument
H A Dif_iavf_iflib.c1232 v_msg->v_retval, event.msg_buf, event.msg_len);
/freebsd-current/sys/dev/ixl/
H A Dvirtchnl.h52 * The PF is required to return a status code in v_retval for all messages
169 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member in struct:virtchnl_msg
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.c3374 * @v_retval: return error code
3382 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
3393 desc.cookie_low = CPU_TO_LE32(v_retval);
7459 * @v_retval: return error code
7470 enum i40e_status_code v_retval,
7481 desc.cookie_low = CPU_TO_LE32(v_retval);
3381 i40e_aq_send_msg_to_vf(struct i40e_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, struct i40e_asq_cmd_details *cmd_details) argument
7468 i40e_aq_send_msg_to_pf(struct i40e_hw *hw, enum virtchnl_ops v_opcode, enum i40e_status_code v_retval, u8 *msg, u16 msglen, struct i40e_asq_cmd_details *cmd_details) argument
/freebsd-current/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 in struct:virtchnl_msg

Completed in 101 milliseconds