Searched refs:fip_mode (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/drivers/scsi/bnx2fc/ |
H A D | bnx2fc_fcoe.c | 60 static int bnx2fc_create(struct net_device *netdev, enum fip_state fip_mode); 1370 enum fip_state fip_mode) bnx2fc_interface_create() 1394 fcoe_ctlr_init(ctlr, fip_mode); bnx2fc_interface_create() 2129 * @fip_mode: The FIP mode for this creation 2142 enum fip_state fip_mode, _bnx2fc_create() 2156 if (fip_mode != FIP_MODE_FABRIC) { _bnx2fc_create() 2202 interface = bnx2fc_interface_create(hba, netdev, fip_mode); _bnx2fc_create() 2287 * @fip_mode: The FIP mode for this creation 2293 static int bnx2fc_create(struct net_device *netdev, enum fip_state fip_mode) bnx2fc_create() argument 2295 return _bnx2fc_create(netdev, fip_mode, BNX2FC_CREATE_LINK_UP); bnx2fc_create() 1368 bnx2fc_interface_create(struct bnx2fc_hba *hba, struct net_device *netdev, enum fip_state fip_mode) bnx2fc_interface_create() argument 2141 _bnx2fc_create(struct net_device *netdev, enum fip_state fip_mode, enum bnx2fc_create_link_state link_state) _bnx2fc_create() argument
|
/linux-4.1.27/drivers/scsi/fcoe/ |
H A D | fcoe.c | 115 static int fcoe_create(struct net_device *netdev, enum fip_state fip_mode); 382 * @fip_mode: The mode to use for FIP 387 enum fip_state fip_mode) fcoe_interface_create() 420 fcoe_ctlr_init(ctlr, fip_mode); fcoe_interface_create() 2312 * @fip_mode: The FIP mode for this creation 2322 static int _fcoe_create(struct net_device *netdev, enum fip_state fip_mode, _fcoe_create() argument 2340 fcoe = fcoe_interface_create(netdev, fip_mode); _fcoe_create() 2405 * @fip_mode: The FIP mode for this creation 2411 static int fcoe_create(struct net_device *netdev, enum fip_state fip_mode) fcoe_create() argument 2413 return _fcoe_create(netdev, fip_mode, FCOE_CREATE_LINK_UP); fcoe_create() 386 fcoe_interface_create(struct net_device *netdev, enum fip_state fip_mode) fcoe_interface_create() argument
|
H A D | fcoe_transport.c | 850 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 D | fcoe_ctlr.c | 2862 * @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.1.27/include/scsi/ |
H A D | libfcoe.h | 314 int (*create) (struct net_device *device, enum fip_state fip_mode);
|
Completed in 138 milliseconds