Searched refs:hash_ctrl (Results 1 – 2 of 2) sorted by relevance
1000 sizeof(*rss->hash_ctrl), in ena_com_hash_ctrl_init()1001 rss->hash_ctrl, in ena_com_hash_ctrl_init()1005 if (unlikely(!rss->hash_ctrl)) in ena_com_hash_ctrl_init()1015 if (rss->hash_ctrl) in ena_com_hash_ctrl_destroy()1017 sizeof(*rss->hash_ctrl), in ena_com_hash_ctrl_destroy()1018 rss->hash_ctrl, in ena_com_hash_ctrl_destroy()1021 rss->hash_ctrl = NULL; in ena_com_hash_ctrl_destroy()2386 sizeof(*rss->hash_ctrl)); in ena_com_get_hash_ctrl()2391 *fields = rss->hash_ctrl->selected_fields[proto].fields; in ena_com_get_hash_ctrl()2400 struct ena_admin_feature_rss_hash_control *hash_ctrl = rss->hash_ctrl; in ena_com_set_hash_ctrl() local[all …]
323 struct ena_admin_feature_rss_hash_control *hash_ctrl; member