Searched refs:nexus_list (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/infiniband/ulp/srpt/ |
| D | ib_srpt.h | 385 struct list_head nexus_list; member
|
| D | ib_srpt.c | 1899 list_for_each_entry(nexus, &sport->nexus_list, entry) { in srpt_ch_closed() 1939 list_for_each_entry(nexus, &sport->nexus_list, entry) { in __srpt_close_all_ch() 1962 list_for_each_entry(n, &sport->nexus_list, entry) { in srpt_get_nexus() 1971 &sport->nexus_list); in srpt_get_nexus() 2819 list_for_each_entry(nexus, &sport->nexus_list, entry) in srpt_ch_list_empty() 2847 list_for_each_entry(nexus, &sport->nexus_list, entry) { in srpt_release_sport() 2858 list_for_each_entry_safe(nexus, next_n, &sport->nexus_list, entry) { in srpt_release_sport() 3042 INIT_LIST_HEAD(&sport->nexus_list); in srpt_add_one()
|