Searched refs:fcfs (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/scsi/
H A Dfcoe_sysfs.h52 struct list_head fcfs; member in struct:fcoe_ctlr_device
H A Dlibfcoe.h83 * @fcfs: list of discovered FCFs.
123 struct list_head fcfs; member in struct:fcoe_ctlr
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c491 list_for_each_entry(fcf, &ctlr->fcfs, peers)
792 INIT_LIST_HEAD(&ctlr->fcfs);
840 * Deletes a FIP ctlr and any fcfs attached
841 * to it. Deleting fcfs will cause their childen
859 /* Remove any attached fcfs */
862 &ctlr->fcfs, peers) {
908 * Removes the fcf from the FIP ctlr's list of fcfs and
973 * @new_fcf: A temporary FCF used for lookups on the current list of fcfs
983 list_for_each_entry(fcf, &ctlr->fcfs, peers) {
1030 list_add_tail(&fcf->peers, &ctlr->fcfs);
[all...]
H A Dfcoe_ctlr.c144 INIT_LIST_HEAD(&fip->fcfs);
219 list_add(&new->list, &fip->fcfs);
276 list_for_each_entry_safe(fcf, next, &fip->fcfs, list) {
328 list_for_each_entry(fcf, &fip->fcfs, list)
830 list_for_each_entry_safe(fcf, next, &fip->fcfs, list) {
1032 first = list_empty(&fip->fcfs);
1033 list_for_each_entry(fcf, &fip->fcfs, list) {
1110 list_move(&fcf->list, &fip->fcfs);
1620 list_for_each_entry(fcf, &fip->fcfs, list) {
1756 list_for_each_entry(fcf, &fip->fcfs, lis
[all...]

Completed in 231 milliseconds