Home
last modified time | relevance | path

Searched refs:get_rss_hashcfg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/virt/
H A Dvirtchnl.h60 int (*get_rss_hashcfg)(struct ice_vf *vf); member
H A Dvirtchnl.c2517 .get_rss_hashcfg = ice_vc_get_rss_hashcfg,
2654 .get_rss_hashcfg = ice_vc_get_rss_hashcfg,
2857 err = ops->get_rss_hashcfg(vf); in ice_vc_process_vf_msg()