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

/drivers/infiniband/hw/nes/
H A Dnes_nic.c146 struct list_head *list_pos, *list_temp; local
224 list_for_each_safe(list_pos, list_temp, &nesdev->nesadapter->nesvnic_list[nesdev->mac_index]) {
225 first_nesvnic = container_of(list_pos, struct nes_vnic, list);
284 struct list_head *list_pos, *list_temp; local
299 list_for_each_safe(list_pos, list_temp, &nesdev->nesadapter->nesvnic_list[nesdev->mac_index]) {
300 first_nesvnic = container_of(list_pos, struct nes_vnic, list);
H A Dnes_cm.c1189 struct list_head *list_pos = NULL; local
1201 list_for_each_safe(list_pos, list_temp,
1203 cm_node = container_of(list_pos, struct nes_cm_node,
1214 list_for_each_safe(list_pos, list_temp, &reset_list) {
1215 cm_node = container_of(list_pos, struct nes_cm_node,

Completed in 38 milliseconds