Searched refs:v_retval (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | virtchnl.h | 170 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member
|
H A D | i40e_prototype.h | 238 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, 551 enum i40e_status_code v_retval,
|
H A D | i40e_common.c | 3386 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument 3397 desc.cookie_low = CPU_TO_LE32(v_retval); in i40e_aq_send_msg_to_vf() 7452 enum i40e_status_code v_retval, in i40e_aq_send_msg_to_pf() argument 7463 desc.cookie_low = CPU_TO_LE32(v_retval); in i40e_aq_send_msg_to_pf()
|