Searched refs:ex_dev (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/libsas/
H A Dsas_expander.c161 struct expander_device *ex = &dev->ex_dev;
258 struct expander_device *ex = &dev->ex_dev;
295 struct expander_device *ex = &dev->ex_dev;
320 dev->ex_dev.ex_change_count = be16_to_cpu(rg->change_count);
321 dev->ex_dev.max_route_indexes = be16_to_cpu(rg->route_indexes);
322 dev->ex_dev.num_phys = min(rg->num_phys, (u8)MAX_EXPANDER_PHYS);
323 dev->ex_dev.conf_route_table = rg->conf_route_table;
324 dev->ex_dev.configuring = rg->configuring;
325 memcpy(dev->ex_dev.enclosure_logical_id, rg->enclosure_logical_id, 8);
367 if (dev->ex_dev
1736 struct expander_device *ex_dev = &parent->ex_dev; local
[all...]
H A Dsas_discover.c46 INIT_LIST_HEAD(&dev->ex_dev.children);
241 kfree(dev->ex_dev.ex_phy);
242 dev->ex_dev.ex_phy = NULL;
H A Dsas_internal.h154 struct expander_device *ex = &dev->ex_dev;
H A Dsas_scsi_host.c444 for (i = 0; i < pdev->ex_dev.num_phys; i++)
446 pdev->ex_dev.ex_phy[i].attached_sas_addr,
448 exphy = &pdev->ex_dev.ex_phy[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/nfsd/
H A Dsyscall.h53 __kernel_old_dev_t ex_dev; member in struct:nfsctl_export
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsfh.c522 dev_t ex_dev = exp_sb(exp)->s_dev; local
525 MAJOR(ex_dev), MINOR(ex_dev),
557 fhp->fh_handle.ofh_dev = old_encode_dev(ex_dev);
568 mk_fsid(fhp->fh_handle.fh_fsid_type, datap, ex_dev,
H A Dexport.c997 (unsigned)nxp->ex_dev, (long)nxp->ex_ino,
1020 (!IS_ERR(fsid_key = exp_get_fsid_key(clp, nxp->ex_dev))) &&
1033 exp->ex_fsid = nxp->ex_dev;
1056 new.ex_fsid = nxp->ex_dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_sas.c631 for (phy_id = 0; phy_id < parent_dev->ex_dev.num_phys;
633 phy = &parent_dev->ex_dev.ex_phy[phy_id];
640 if (phy_id == parent_dev->ex_dev.num_phys) {
H A Dpm8001_hwi.c4011 phy_id = parent_dev->ex_dev.ex_phy->phy_id;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/scsi/
H A Dlibsas.h203 struct expander_device ex_dev; member in union:domain_device::__anon18587
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mvsas/
H A Dmv_sas.c1339 u8 phy_num = parent_dev->ex_dev.num_phys;
1342 phy = &parent_dev->ex_dev.ex_phy[phy_id];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dcompat.c2077 __get_user(karg->ca_export.ex_dev,

Completed in 204 milliseconds