Home
last modified time | relevance | path

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

/dpdk/drivers/net/ena/base/
H A Dena_com.c1135 sizeof(*rss->hash_ctrl), in ena_com_hash_ctrl_init()
1136 rss->hash_ctrl, in ena_com_hash_ctrl_init()
1140 if (unlikely(!rss->hash_ctrl)) in ena_com_hash_ctrl_init()
1150 if (rss->hash_ctrl) in ena_com_hash_ctrl_destroy()
1152 sizeof(*rss->hash_ctrl), in ena_com_hash_ctrl_destroy()
1153 rss->hash_ctrl, in ena_com_hash_ctrl_destroy()
1156 rss->hash_ctrl = NULL; in ena_com_hash_ctrl_destroy()
2485 sizeof(*rss->hash_ctrl), 0); in ena_com_get_hash_ctrl()
2499 struct ena_admin_feature_rss_hash_control *hash_ctrl = rss->hash_ctrl; in ena_com_set_hash_ctrl() local
2545 rss->hash_ctrl; in ena_com_set_default_hash_ctrl()
[all …]
H A Dena_com.h274 struct ena_admin_feature_rss_hash_control *hash_ctrl; member