_.forEach(smart.data, function (ele) {
                    if (typeof ele.Controller.controller_PCI_BDF !== 'undefined') {
                        var id = ele.Controller.controller_PCI_BDF.replace(/[:.]/g, '_');
                        if (!(id in controllers)) {
                            controllers[id] = [];