Lines Matching refs:fc_vport
140 static int fcoe_vport_destroy(struct fc_vport *);
141 static int fcoe_vport_create(struct fc_vport *, bool disabled);
142 static int fcoe_vport_disable(struct fc_vport *, bool disable);
143 static void fcoe_set_vport_symbolic_name(struct fc_vport *);
1135 struct fc_vport *vport = dev_to_vport(parent); in fcoe_if_create()
2642 static int fcoe_vport_create(struct fc_vport *vport, bool disabled) in fcoe_vport_create()
2690 static int fcoe_vport_destroy(struct fc_vport *vport) in fcoe_vport_destroy()
2718 struct fc_vport *vport; in fcoe_vport_remove()
2719 struct fc_vport *next_vport; in fcoe_vport_remove()
2745 static int fcoe_vport_disable(struct fc_vport *vport, bool disable) in fcoe_vport_disable()
2769 static void fcoe_set_vport_symbolic_name(struct fc_vport *vport) in fcoe_set_vport_symbolic_name()