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 *);
1149 struct fc_vport *vport = dev_to_vport(parent); in fcoe_if_create()
2670 static int fcoe_vport_create(struct fc_vport *vport, bool disabled) in fcoe_vport_create()
2718 static int fcoe_vport_destroy(struct fc_vport *vport) in fcoe_vport_destroy()
2746 struct fc_vport *vport; in fcoe_vport_remove()
2747 struct fc_vport *next_vport; in fcoe_vport_remove()
2773 static int fcoe_vport_disable(struct fc_vport *vport, bool disable) in fcoe_vport_disable()
2797 static void fcoe_set_vport_symbolic_name(struct fc_vport *vport) in fcoe_set_vport_symbolic_name()