Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ena-com/
H A Dena_com.c1198 sizeof(*rss->hash_ctrl), in ena_com_hash_ctrl_init()
1199 rss->hash_ctrl, in ena_com_hash_ctrl_init()
1203 if (unlikely(!rss->hash_ctrl)) in ena_com_hash_ctrl_init()
1213 if (rss->hash_ctrl) in ena_com_hash_ctrl_destroy()
1215 sizeof(*rss->hash_ctrl), in ena_com_hash_ctrl_destroy()
1216 rss->hash_ctrl, in ena_com_hash_ctrl_destroy()
1219 rss->hash_ctrl = NULL; in ena_com_hash_ctrl_destroy()
3002 sizeof(*rss->hash_ctrl), 0); in ena_com_get_hash_ctrl()
3007 *fields = rss->hash_ctrl->selected_fields[proto].fields; in ena_com_get_hash_ctrl()
3016 struct ena_admin_feature_rss_hash_control *hash_ctrl = rss->hash_ctrl; in ena_com_set_hash_ctrl() local
[all …]
H A Dena_com.h361 struct ena_admin_feature_rss_hash_control *hash_ctrl; member