Searched refs:fcoe_ctlr_device (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/scsi/
H A Dfcoe_sysfs.h15 struct fcoe_ctlr_device;
19 void (*get_fcoe_ctlr_link_fail)(struct fcoe_ctlr_device *);
20 void (*get_fcoe_ctlr_vlink_fail)(struct fcoe_ctlr_device *);
21 void (*get_fcoe_ctlr_miss_fka)(struct fcoe_ctlr_device *);
22 void (*get_fcoe_ctlr_symb_err)(struct fcoe_ctlr_device *);
23 void (*get_fcoe_ctlr_err_block)(struct fcoe_ctlr_device *);
24 void (*get_fcoe_ctlr_fcs_error)(struct fcoe_ctlr_device *);
25 void (*set_fcoe_ctlr_mode)(struct fcoe_ctlr_device *);
26 int (*set_fcoe_ctlr_enabled)(struct fcoe_ctlr_device *);
32 container_of((d), struct fcoe_ctlr_device, de
46 struct fcoe_ctlr_device { struct
[all...]
H A Dlibfcoe.h84 * @cdev: (Optional) pointer to sysfs fcoe_ctlr_device.
124 struct fcoe_ctlr_device *cdev;
170 * This assumes that the fcoe_ctlr (x) is allocated with the fcoe_ctlr_device.
269 void fcoe_ctlr_get_lesb(struct fcoe_ctlr_device *ctlr_dev);
392 void fcoe_ctlr_set_fip_mode(struct fcoe_ctlr_device *);
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c142 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); \
155 struct fcoe_ctlr_device *ctlr = fcoe_fcf_dev_to_ctlr_dev(fcf); \
167 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev); \
251 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);
265 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);
309 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);
354 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);
372 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);
396 struct fcoe_ctlr_device *ctlr = dev_to_ctlr(dev);
425 struct fcoe_ctlr_device *ctlr_de
[all...]
H A Dfcoe.c115 static int fcoe_ctlr_enabled(struct fcoe_ctlr_device *cdev);
116 static void fcoe_ctlr_mode(struct fcoe_ctlr_device *ctlr_dev);
382 struct fcoe_ctlr_device *ctlr_dev;
399 FCOE_DBG("Failed to add fcoe_ctlr_device\n");
1836 struct fcoe_ctlr_device *cdev;
1999 static int fcoe_ctlr_enabled(struct fcoe_ctlr_device *cdev)
2024 static void fcoe_ctlr_mode(struct fcoe_ctlr_device *ctlr_dev)
2082 struct fcoe_ctlr_device *cdev;
2187 struct fcoe_ctlr_device *ctlr_dev;
2234 * If the fcoe_ctlr_device i
[all...]
H A Dfcoe_transport.c218 void fcoe_ctlr_get_lesb(struct fcoe_ctlr_device *ctlr_dev)
H A Dfcoe_ctlr.c164 struct fcoe_ctlr_device *ctlr_dev;
186 * who doesn't use fcoe_syfs and didn't allocate a fcoe_ctlr_device.
237 struct fcoe_ctlr_device *cdev;
245 * who doesn't use fcoe_syfs and didn't allocate a fcoe_ctlr_device
3216 struct fcoe_ctlr_device *ctlr_dev = fcoe_fcf_dev_to_ctlr_dev(fcf_dev);
3234 void fcoe_ctlr_set_fip_mode(struct fcoe_ctlr_device *ctlr_dev)
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c71 static int bnx2fc_ctlr_enabled(struct fcoe_ctlr_device *cdev);
141 struct fcoe_ctlr_device *ctlr_dev =
862 struct fcoe_ctlr_device *cdev;
1302 struct fcoe_ctlr_device *ctlr_dev;
1434 struct fcoe_ctlr_device *ctlr_dev;
2253 static int bnx2fc_ctlr_enabled(struct fcoe_ctlr_device *cdev)
2292 struct fcoe_ctlr_device *cdev;

Completed in 234 milliseconds