Lines Matching refs:fc_vport
152 static int fcoe_vport_destroy(struct fc_vport *);
153 static int fcoe_vport_create(struct fc_vport *, bool disabled);
154 static int fcoe_vport_disable(struct fc_vport *, bool disable);
155 static void fcoe_set_vport_symbolic_name(struct fc_vport *);
1104 struct fc_vport *vport = dev_to_vport(parent); in fcoe_if_create()
2212 struct fc_vport *vport; in fcoe_destroy_work()
2213 struct fc_vport *next_vport; in fcoe_destroy_work()
2815 static int fcoe_vport_create(struct fc_vport *vport, bool disabled) in fcoe_vport_create()
2863 static int fcoe_vport_destroy(struct fc_vport *vport) in fcoe_vport_destroy()
2885 static int fcoe_vport_disable(struct fc_vport *vport, bool disable) in fcoe_vport_disable()
2909 static void fcoe_set_vport_symbolic_name(struct fc_vport *vport) in fcoe_set_vport_symbolic_name()