Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ena-com/
H A Dena_com.c1171 sizeof(*rss->hash_ctrl), in ena_com_hash_ctrl_init()
1172 rss->hash_ctrl, in ena_com_hash_ctrl_init()
1176 if (unlikely(!rss->hash_ctrl)) in ena_com_hash_ctrl_init()
1186 if (rss->hash_ctrl) in ena_com_hash_ctrl_destroy()
1188 sizeof(*rss->hash_ctrl), in ena_com_hash_ctrl_destroy()
1189 rss->hash_ctrl, in ena_com_hash_ctrl_destroy()
1192 rss->hash_ctrl = NULL; in ena_com_hash_ctrl_destroy()
2587 sizeof(*rss->hash_ctrl), 0); in ena_com_get_hash_ctrl()
2601 struct ena_admin_feature_rss_hash_control *hash_ctrl = rss->hash_ctrl; in ena_com_set_hash_ctrl() local
2647 rss->hash_ctrl; in ena_com_set_default_hash_ctrl()
[all …]
H A Dena_com.h302 struct ena_admin_feature_rss_hash_control *hash_ctrl; member
/f-stack/dpdk/drivers/net/ena/base/
H A Dena_com.c1121 sizeof(*rss->hash_ctrl), in ena_com_hash_ctrl_init()
1122 rss->hash_ctrl, in ena_com_hash_ctrl_init()
1126 if (unlikely(!rss->hash_ctrl)) in ena_com_hash_ctrl_init()
1136 if (rss->hash_ctrl) in ena_com_hash_ctrl_destroy()
1138 sizeof(*rss->hash_ctrl), in ena_com_hash_ctrl_destroy()
1139 rss->hash_ctrl, in ena_com_hash_ctrl_destroy()
1142 rss->hash_ctrl = NULL; in ena_com_hash_ctrl_destroy()
2468 sizeof(*rss->hash_ctrl), 0); in ena_com_get_hash_ctrl()
2482 struct ena_admin_feature_rss_hash_control *hash_ctrl = rss->hash_ctrl; in ena_com_set_hash_ctrl() local
2528 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