Searched refs:nexus_list (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/infiniband/ulp/srpt/ |
| D | ib_srpt.h | 403 struct list_head nexus_list; member
|
| D | ib_srpt.c | 1941 list_for_each_entry(nexus, &sport->nexus_list, entry) { in srpt_ch_closed() 1981 list_for_each_entry(nexus, &sport->nexus_list, entry) { in __srpt_close_all_ch() 2005 list_for_each_entry(n, &sport->nexus_list, entry) { in srpt_get_nexus() 2014 &sport->nexus_list); in srpt_get_nexus() 2915 list_for_each_entry(nexus, &sport->nexus_list, entry) in srpt_ch_list_empty() 2943 list_for_each_entry(nexus, &sport->nexus_list, entry) { in srpt_release_sport() 2954 list_for_each_entry_safe(nexus, next_n, &sport->nexus_list, entry) { in srpt_release_sport() 3149 INIT_LIST_HEAD(&sport->nexus_list); in srpt_add_one()
|