Home
last modified time | relevance | path

Searched refs:lport_list (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/libfc/
H A Dfc_libfc.c246 list_for_each_entry(lport, &fc_local_ports, lport_list) in fc_lport_iterate()
302 list_add_tail(&lport->lport_list, &fc_local_ports); in fc_fc4_add_lport()
315 list_del(&lport->lport_list); in fc_fc4_del_lport()
/openbmc/linux/drivers/nvme/target/
H A Dfcloop.c209 struct list_head lport_list; member
1136 INIT_LIST_HEAD(&lport->lport_list); in fcloop_create_local_port()
1139 list_add_tail(&lport->lport_list, &fcloop_lports); in fcloop_create_local_port()
1157 list_del(&lport->lport_list); in __unlink_local_port()
1193 list_for_each_entry(tlport, &fcloop_lports, lport_list) { in fcloop_delete_local_port()
1250 list_for_each_entry(tmplport, &fcloop_lports, lport_list) { in fcloop_alloc_nport()
1630 typeof(*lport), lport_list); in fcloop_exit()
/openbmc/linux/include/scsi/
H A Dlibfc.h759 struct list_head lport_list; member