Searched refs:nexus_list (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/infiniband/ulp/srpt/
H A Dib_srpt.h336 * @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 in struct:srpt_port
H A Dib_srpt.c1992 list_for_each_entry(nexus, &sport->nexus_list, entry) {
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) {
2025 &sport->nexus_list);
2079 * as long as the channel is on sport->nexus_list.
2975 list_for_each_entry(nexus, &sport->nexus_list, entry) {
2986 list_for_each_entry_safe(nexus, next_n, &sport->nexus_list, entry) {
3215 INIT_LIST_HEAD(&sport->nexus_list);

Completed in 276 milliseconds