Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/intel/ice/ !
Dice_virtchnl_allowlist.c70 VIRTCHNL_OP_GET_RSS_HENA_CAPS, VIRTCHNL_OP_SET_RSS_HENA,
Dice_virtchnl.c2604 return ice_vc_send_msg_to_vf(vf, VIRTCHNL_OP_SET_RSS_HENA, v_ret, in ice_vc_set_rss_hena()
4025 case VIRTCHNL_OP_SET_RSS_HENA: in ice_vc_process_vf_msg()
/linux-6.6.21/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-6.6.21/drivers/net/ethernet/intel/iavf/ !
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-6.6.21/drivers/net/ethernet/intel/i40e/ !
Di40e_virtchnl_pf.c3510 return i40e_vc_send_resp_to_vf(vf, VIRTCHNL_OP_SET_RSS_HENA, aq_ret); in i40e_vc_set_rss_hena()
4260 case VIRTCHNL_OP_SET_RSS_HENA: in i40e_vc_process_vf_msg()