Home
last modified time | relevance | path

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

/linux/include/linux/avf/
H A Dvirtchnl.h136 VIRTCHNL_OP_SET_RSS_HENA = 26, enumerator
1669 case VIRTCHNL_OP_SET_RSS_HENA: in virtchnl_vc_validate_vf_msg()
/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()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_virtchnl.c3020 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_SET_RSS_HENA, v_ret, in ice_vc_set_rss_hena()
4453 case VIRTCHNL_OP_SET_RSS_HENA: in ice_vc_process_vf_msg()