Home
last modified time | relevance | path

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

/linux/include/linux/avf/
H A Dvirtchnl.h158 VIRTCHNL_OP_GET_QOS_CAPS = 66, enumerator
1731 case VIRTCHNL_OP_GET_QOS_CAPS: in virtchnl_vc_validate_vf_msg()
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c1527 adapter->current_op = VIRTCHNL_OP_GET_QOS_CAPS; in iavf_get_qos_caps()
1529 iavf_send_pf_msg(adapter, VIRTCHNL_OP_GET_QOS_CAPS, NULL, 0); in iavf_get_qos_caps()
2355 case VIRTCHNL_OP_GET_QOS_CAPS: in iavf_virtchnl_completion()
2709 case VIRTCHNL_OP_GET_QOS_CAPS: { in iavf_virtchnl_completion()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c1115 ret = ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_GET_QOS_CAPS, v_ret, in ice_vc_get_qos_caps()
4495 case VIRTCHNL_OP_GET_QOS_CAPS: in ice_vc_process_vf_msg()