| /linux/drivers/net/ethernet/intel/iavf/ |
| H A D | iavf_virtchnl.c | 71 u32 v_retval; in iavf_poll_virtchnl_msg() local 103 v_retval = le32_to_cpu(event->desc.cookie_low); in iavf_poll_virtchnl_msg() 104 return virtchnl_status_to_errno((enum virtchnl_status_code)v_retval); in iavf_poll_virtchnl_msg() 2319 enum iavf_status v_retval, u8 *msg, u16 msglen) in iavf_virtchnl_completion() argument 2380 if (v_retval) { in iavf_virtchnl_completion() 2384 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 2388 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 2396 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 2400 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() 2404 iavf_stat_str(&adapter->hw, v_retval)); in iavf_virtchnl_completion() [all …]
|
| H A D | iavf_prototype.h | 48 enum iavf_status v_retval,
|
| H A D | iavf_common.c | 392 enum iavf_status v_retval, in iavf_aq_send_msg_to_pf() argument 403 desc.cookie_low = cpu_to_le32(v_retval); in iavf_aq_send_msg_to_pf()
|
| H A D | iavf.h | 609 enum iavf_status v_retval, u8 *msg, u16 msglen);
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_vf_mbx.h | 18 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, 35 u32 __always_unused v_retval, u8 __always_unused *msg, in ice_aq_send_msg_to_vf() argument
|
| H A D | ice_vf_mbx.c | 22 ice_aq_send_msg_to_vf(struct ice_hw *hw, u16 vfid, u32 v_opcode, u32 v_retval, in ice_aq_send_msg_to_vf() argument 34 desc.cookie_low = cpu_to_le32(v_retval); in ice_aq_send_msg_to_vf()
|
| /linux/drivers/net/ethernet/intel/ice/virt/ |
| H A D | virtchnl.h | 91 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen); 123 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() argument
|
| H A D | virtchnl.c | 28 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_vf_broadcast() argument 44 ice_aq_send_msg_to_vf(hw, vf->vf_id, v_opcode, v_retval, msg, in ice_vc_vf_broadcast() 146 enum virtchnl_status_code v_retval, u8 *msg, u16 msglen) in ice_vc_send_msg_to_vf() argument 155 aq_ret = ice_aq_send_msg_to_vf(&pf->hw, vf->vf_id, v_opcode, v_retval, in ice_vc_send_msg_to_vf()
|
| /linux/drivers/net/ethernet/intel/idpf/ |
| H A D | idpf_controlq.c | 79 desc->v_retval = 0; in idpf_ctlq_init_rxq_bufs() 290 desc->v_retval = cpu_to_le32(msg->cookie.mbx.chnl_retval); in idpf_ctlq_send() 580 le32_to_cpu(desc->v_retval); in idpf_ctlq_recv()
|
| H A D | idpf_controlq.h | 44 __le32 v_retval; member
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_virtchnl_pf.h | 130 u32 v_retval, u8 *msg, u16 msglen);
|
| H A D | i40e_prototype.h | 170 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen,
|
| H A D | i40e_virtchnl_pf.c | 22 int v_retval, u8 *msg, in i40e_vc_vf_broadcast() argument 39 i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_vf_broadcast() 1987 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument 2002 aq_ret = i40e_aq_send_msg_to_vf(hw, abs_vf_id, v_opcode, v_retval, in i40e_vc_send_msg_to_vf() 4202 u32 __always_unused v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument
|
| H A D | i40e_common.c | 2388 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf() argument 2399 desc.cookie_low = cpu_to_le32(v_retval); in i40e_aq_send_msg_to_vf()
|