Searched refs:vport_q (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_fcs.c | 1032 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_online() 1050 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_notify_offline() 1080 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_stop() 1100 list_for_each_safe(qe, qen, &fabric->vport_q) { in bfa_fcs_fabric_delete() 1144 INIT_LIST_HEAD(&fabric->vport_q); in bfa_fcs_fabric_attach() 1252 list_add_tail(&vport->qe, &fabric->vport_q); in bfa_fcs_fabric_addvport() 1281 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_vport_lookup() 1371 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_fabric_uf_recv() 1599 list_for_each(qe, &vf->vport_q) { in bfa_fcs_vf_get_ports()
|
D | bfa_fcs.h | 196 struct list_head vport_q; /* queue of virtual ports */ member
|
D | bfa_fcs_lport.c | 5057 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_lport_ns_process_gidft_pids() 5565 list_for_each(qe, &fabric->vport_q) { in bfa_fcs_lport_scn_portid_rscn()
|