Searched refs:nexus_list (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.h | 336 * @entry: srpt_port.nexus_list list node. 412 * @mutex: Protects nexus_list. 413 * @nexus_list: Nexus list. See also srpt_nexus.entry. 432 struct list_head nexus_list; member
|
H A D | ib_srpt.c | 1983 list_for_each_entry(nexus, &sport->nexus_list, entry) { in __srpt_close_all_ch() 1996 * Look up (i_port_id, t_port_id) in sport->nexus_list. Create an entry if 2007 list_for_each_entry(n, &sport->nexus_list, entry) { in srpt_get_nexus() 2016 &sport->nexus_list); in srpt_get_nexus() 2070 * as long as the channel is on sport->nexus_list. 2967 list_for_each_entry(nexus, &sport->nexus_list, entry) { in srpt_release_sport() 2978 list_for_each_entry_safe(nexus, next_n, &sport->nexus_list, entry) { in srpt_release_sport() 3206 INIT_LIST_HEAD(&sport->nexus_list); in srpt_add_one()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.h | 336 * @entry: srpt_port.nexus_list list node. 412 * @mutex: Protects nexus_list. 413 * @nexus_list: Nexus list. See also srpt_nexus.entry. 432 struct list_head nexus_list; member
|
H A D | ib_srpt.c | 1992 list_for_each_entry(nexus, &sport->nexus_list, entry) { in __srpt_close_all_ch() 2005 * Look up (i_port_id, t_port_id) in sport->nexus_list. Create an entry if 2016 list_for_each_entry(n, &sport->nexus_list, entry) { in srpt_get_nexus() 2025 &sport->nexus_list); in srpt_get_nexus() 2079 * as long as the channel is on sport->nexus_list. 2975 list_for_each_entry(nexus, &sport->nexus_list, entry) { in srpt_release_sport() 2986 list_for_each_entry_safe(nexus, next_n, &sport->nexus_list, entry) { in srpt_release_sport() 3215 INIT_LIST_HEAD(&sport->nexus_list); in srpt_add_one()
|
Completed in 11 milliseconds