Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/core/
H A Dcma_priv.h67 struct list_head id_list_entry; member
H A Dcma.c472 &entry_b->id_list, struct rdma_id_private, id_list_entry); in compare_netdev_and_ip()
523 list_add_tail(&node_id_priv->id_list_entry, in cma_add_id_to_tree()
531 list_add_tail(&node_id_priv->id_list_entry, &node->id_list); in cma_add_id_to_tree()
568 if (list_empty(&id_priv->id_list_entry)) in cma_remove_id_from_tree()
577 list_del_init(&id_priv->id_list_entry); in cma_remove_id_from_tree()
1014 INIT_LIST_HEAD(&id_priv->id_list_entry); in __rdma_create_id()
5210 list_for_each_entry(current_id, &ips_node->id_list, id_list_entry) { in cma_netevent_callback()