Lines Matching refs:fip_mode
109 static int fcoe_create(struct net_device *netdev, enum fip_mode fip_mode);
376 * @fip_mode: The mode to use for FIP
381 enum fip_mode fip_mode)
414 fcoe_ctlr_init(ctlr, fip_mode);
2155 * @fip_mode: The FIP mode for this creation
2165 static int _fcoe_create(struct net_device *netdev, enum fip_mode fip_mode,
2183 fcoe = fcoe_interface_create(netdev, fip_mode);
2250 * @fip_mode: The FIP mode for this creation
2256 static int fcoe_create(struct net_device *netdev, enum fip_mode fip_mode)
2258 return _fcoe_create(netdev, fip_mode, FCOE_CREATE_LINK_UP);