Searched refs:v_retval (Results 1 – 6 of 6) sorted by relevance
| /f-stack/dpdk/drivers/common/iavf/ |
| H A D | iavf_prototype.h | 90 enum iavf_status v_retval,
|
| H A D | iavf_common.c | 927 enum iavf_status v_retval, in iavf_aq_send_msg_to_pf() argument 938 desc.cookie_low = CPU_TO_LE32(v_retval); in iavf_aq_send_msg_to_pf()
|
| H A D | virtchnl.h | 167 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member
|
| /f-stack/dpdk/drivers/net/i40e/base/ |
| H A D | virtchnl.h | 151 enum virtchnl_status_code v_retval; /* ditto for desc->retval */ member
|
| H A D | i40e_prototype.h | 210 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, 544 enum i40e_status_code v_retval,
|
| H A D | i40e_common.c | 3428 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument 3439 desc.cookie_low = CPU_TO_LE32(v_retval); in i40e_aq_send_msg_to_vf() 7595 enum i40e_status_code v_retval, in i40e_aq_send_msg_to_pf() argument 7606 desc.cookie_low = CPU_TO_LE32(v_retval); in i40e_aq_send_msg_to_pf()
|