Searched refs:fip_mode (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c60 static int bnx2fc_create(struct net_device *netdev, enum fip_state fip_mode);
1369 enum fip_state fip_mode) bnx2fc_interface_create()
1393 fcoe_ctlr_init(ctlr, fip_mode); bnx2fc_interface_create()
2199 * @fip_mode: The FIP mode for this creation
2212 enum fip_state fip_mode, _bnx2fc_create()
2226 if (fip_mode != FIP_MODE_FABRIC) { _bnx2fc_create()
2272 interface = bnx2fc_interface_create(hba, netdev, fip_mode); _bnx2fc_create()
2357 * @fip_mode: The FIP mode for this creation
2363 static int bnx2fc_create(struct net_device *netdev, enum fip_state fip_mode) bnx2fc_create() argument
2365 return _bnx2fc_create(netdev, fip_mode, BNX2FC_CREATE_LINK_UP); bnx2fc_create()
1367 bnx2fc_interface_create(struct bnx2fc_hba *hba, struct net_device *netdev, enum fip_state fip_mode) bnx2fc_interface_create() argument
2211 _bnx2fc_create(struct net_device *netdev, enum fip_state fip_mode, enum bnx2fc_create_link_state link_state) _bnx2fc_create() argument
/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe.c115 static int fcoe_create(struct net_device *netdev, enum fip_state fip_mode);
381 * @fip_mode: The mode to use for FIP
386 enum fip_state fip_mode) fcoe_interface_create()
419 fcoe_ctlr_init(ctlr, fip_mode); fcoe_interface_create()
2310 * @fip_mode: The FIP mode for this creation
2320 static int _fcoe_create(struct net_device *netdev, enum fip_state fip_mode, _fcoe_create() argument
2338 fcoe = fcoe_interface_create(netdev, fip_mode); _fcoe_create()
2403 * @fip_mode: The FIP mode for this creation
2409 static int fcoe_create(struct net_device *netdev, enum fip_state fip_mode) fcoe_create() argument
2411 return _fcoe_create(netdev, fip_mode, FCOE_CREATE_LINK_UP); fcoe_create()
385 fcoe_interface_create(struct net_device *netdev, enum fip_state fip_mode) fcoe_interface_create() argument
H A Dfcoe_transport.c850 enum fip_state fip_mode = (enum fip_state)(long)kp->arg; fcoe_transport_create() local
885 rc = ft->create ? ft->create(netdev, fip_mode) : -ENODEV; fcoe_transport_create()
H A Dfcoe_ctlr.c2862 * @fip_mode: The new fip mode
2871 enum fip_state fip_mode) fcoe_ctlr_mode_set()
2878 if (fip_mode == FIP_MODE_VN2VN) { fcoe_ctlr_mode_set()
2870 fcoe_ctlr_mode_set(struct fc_lport *lport, struct fcoe_ctlr *fip, enum fip_state fip_mode) fcoe_ctlr_mode_set() argument
/linux-4.4.14/include/scsi/
H A Dlibfcoe.h314 int (*create) (struct net_device *device, enum fip_state fip_mode);

Completed in 221 milliseconds