Home
last modified time | relevance | path

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

/freebsd/sys/dev/iavf/
H A Dvirtchnl.h920 struct virtchnl_rss_key *vrk = in virtchnl_vc_validate_vf_msg() local
923 if (vrk->key_len == 0) { in virtchnl_vc_validate_vf_msg()
928 valid_len += vrk->key_len - 1; in virtchnl_vc_validate_vf_msg()
/freebsd/sys/dev/ixl/
H A Dvirtchnl.h714 struct virtchnl_rss_key *vrk = in virtchnl_vc_validate_vf_msg() local
716 valid_len += vrk->key_len - 1; in virtchnl_vc_validate_vf_msg()
/freebsd/sys/dev/ice/
H A Dvirtchnl.h2225 struct virtchnl_rss_key *vrk = in virtchnl_vc_validate_vf_msg()
2228 if (vrk->key_len == 0) { in virtchnl_vc_validate_vf_msg()
2233 valid_len += vrk->key_len - 1; in virtchnl_vc_validate_vf_msg()
2197 struct virtchnl_rss_key *vrk = virtchnl_vc_validate_vf_msg() local