Home
last modified time | relevance | path

Searched refs:VIRTCHNL_OP_SET_RSS_HENA (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice_virtchnl_allowlist.c70 VIRTCHNL_OP_GET_RSS_HENA_CAPS, VIRTCHNL_OP_SET_RSS_HENA,
Dice_virtchnl.c2581 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_SET_RSS_HENA, v_ret, in ice_vc_set_rss_hena()
4002 case VIRTCHNL_OP_SET_RSS_HENA: in ice_vc_process_vf_msg()
/Linux-v6.6/include/linux/avf/
Dvirtchnl.h127 VIRTCHNL_OP_SET_RSS_HENA = 26, enumerator
1536 case VIRTCHNL_OP_SET_RSS_HENA: in virtchnl_vc_validate_vf_msg()
/Linux-v6.6/drivers/net/ethernet/intel/iavf/
Diavf_virtchnl.c1053 adapter->current_op = VIRTCHNL_OP_SET_RSS_HENA; in iavf_set_hena()
1055 iavf_send_pf_msg(adapter, VIRTCHNL_OP_SET_RSS_HENA, (u8 *)&vrh, in iavf_set_hena()
/Linux-v6.6/drivers/net/ethernet/intel/i40e/
Di40e_virtchnl_pf.c3448 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_SET_RSS_HENA, aq_ret); in i40e_vc_set_rss_hena()
4196 case VIRTCHNL_OP_SET_RSS_HENA: in i40e_vc_process_vf_msg()