Home
last modified time | relevance | path

Searched refs:VIRTCHNL_OP_VERSION (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/avf/
H A Dvirtchnl.h108 VIRTCHNL_OP_VERSION = 1, /* must ALWAYS be 1 */ enumerator
1553 case VIRTCHNL_OP_VERSION: in virtchnl_vc_validate_vf_msg()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c50 return iavf_send_pf_msg(adapter, VIRTCHNL_OP_VERSION, (u8 *)&vvi, in iavf_send_api_ver()
108 err = iavf_poll_virtchnl_msg(&adapter->hw, &event, VIRTCHNL_OP_VERSION); in iavf_verify_api_ver()
2526 case VIRTCHNL_OP_VERSION: in iavf_virtchnl_completion()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c335 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_VERSION, in ice_vc_get_ver_msg()
4391 case VIRTCHNL_OP_VERSION: in ice_vc_process_vf_msg()