Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl_allowlist.c68 VIRTCHNL_OP_GET_RSS_HENA_CAPS, VIRTCHNL_OP_SET_RSS_HENA,
H A Dice_virtchnl.c2604 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_SET_RSS_HENA, v_ret, in ice_vc_set_rss_hena()
4027 case VIRTCHNL_OP_SET_RSS_HENA: in ice_vc_process_vf_msg()
/openbmc/linux/include/linux/avf/
H A Dvirtchnl.h132 VIRTCHNL_OP_SET_RSS_HENA = 26, enumerator
1548 case VIRTCHNL_OP_SET_RSS_HENA: in virtchnl_vc_validate_vf_msg()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_virtchnl.c1074 adapter->current_op = VIRTCHNL_OP_SET_RSS_HENA; in iavf_set_hena()
1076 iavf_send_pf_msg(adapter, VIRTCHNL_OP_SET_RSS_HENA, (u8 *)&vrh, in iavf_set_hena()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_virtchnl_pf.c3513 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_SET_RSS_HENA, aq_ret); in i40e_vc_set_rss_hena()
4263 case VIRTCHNL_OP_SET_RSS_HENA: in i40e_vc_process_vf_msg()