/freebsd/sys/dev/mpr/ |
H A D | mpr_pci.c | 28 /* PCI/PCI-X/PCIe bus interface for the Avago Tech (LSI) MPT3 controllers */ 98 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS3004" }, 100 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS3008" }, 102 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS3108_1" }, 104 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS3108_2" }, 106 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS3108_5" }, 108 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS3108_6" }, 110 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS3216" }, 112 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS3224" }, 114 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS3316_1" }, [all …]
|
/freebsd/share/man/man4/ |
H A D | mpr.4 | 3 .\" Copyright (c) 2014 LSI Corp 45 .Nd "LSI Fusion-MPT 3/3.5 IT/IR 12Gb/s Serial Attached SCSI/SATA/PCIe driver" 63 driver provides support for Broadcom Ltd./Avago Tech (LSI) 74 Broadcom Ltd./Avago Tech (LSI) SAS 3004 (4 Port SAS) 76 Broadcom Ltd./Avago Tech (LSI) SAS 3008 (8 Port SAS) 78 Broadcom Ltd./Avago Tech (LSI) SAS 3108 (8 Port SAS) 80 Broadcom Ltd./Avago Tech (LSI) SAS 3216 (16 Port SAS) 82 Broadcom Ltd./Avago Tech (LSI) SAS 3224 (24 Port SAS) 84 Broadcom Ltd./Avago Tech (LSI) SAS 3316 (16 Port SAS) 86 Broadcom Ltd./Avago Tech (LSI) SAS 3324 (24 Port SAS) [all …]
|
H A D | mps.4 | 3 .\" Copyright (c) 2014 LSI Corp 45 .Nd "LSI Fusion-MPT 2 IT/IR 6Gb/s Serial Attached SCSI/SATA driver" 63 driver provides support for Broadcom Ltd./Avago Tech (LSI) 74 Broadcom Ltd./Avago Tech (LSI) SAS 2004 (4 Port SAS) 76 Broadcom Ltd./Avago Tech (LSI) SAS 2008 (8 Port SAS) 78 Broadcom Ltd./Avago Tech (LSI) SAS 2108 (8 Port SAS) 80 Broadcom Ltd./Avago Tech (LSI) SAS 2116 (16 Port SAS) 82 Broadcom Ltd./Avago Tech (LSI) SAS 2208 (8 Port SAS) 84 Broadcom Ltd./Avago Tech (LSI) SAS 2308 (8 Port SAS) 86 Broadcom Ltd./Avago Tech (LSI) SSS6200 Solid State Storage [all …]
|
H A D | mrsas.4 | 1 .\" Copyright (c) 2014 LSI Corp 4 .\" Support: freebsdraid@lsi.com 40 .Nd "LSI MegaRAID 6Gb/s and 12Gb/s SAS+SATA RAID controller driver" 59 driver will detect LSI's next generation (6Gb/s and 12Gb/s) PCI Express 94 drivers can detect and manage the LSI MegaRAID SAS 2208/2308/3008/3108 series of 101 driver's behavior for LSI MegaRAID SAS 2208/2308/3008/3108 controllers. 270 changing this default driver selection policy, LSI advises users to understand 284 For those customers who are using a MR-Fusion controller for the first time, LSI 345 is the new driver reworked by LSI which supports Thunderbolt and onward 384 .An Kashyap Desai Aq Mt Kashyap.Desai@lsi.com .
|
H A D | mpt.4 | 41 .Nd LSI Fusion-MPT SCSI/Fibre Channel driver 61 for the LSI Logic Fusion-MPT family of 148 the LSI Logic firmware utility that establishes what roles the card 170 .%T "LSI Logic Website" 171 .%U http://www.lsi.com/
|
H A D | sym.4 | 2 .\" Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 7 .\" This driver also supports the following Symbios/LSI PCI SCSI chips: 62 .Nd NCR/Symbios/LSI Logic 53C8XX PCI SCSI host adapter driver 86 This driver provides support for the Symbios/LSI Logic 53C8XX 203 NCR/Symbios/LSI Logic 53C8XX family of PCI SCSI controllers. 225 driver provides support for the following Symbios/LSI Logic PCI SCSI
|
H A D | tws.4 | 51 driver provides support for LSI's 3ware 9750 SATA+SAS 6Gb/s RAID controller cards. 58 .Pa http://www.lsi.com/. 114 for LSI and this manual page was written by
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaLambda.cpp | 92 const clang::sema::LambdaScopeInfo *LSI = in getStackIndexOfNearestEnclosingCaptureReadyLambda() local 121 if (LSI->ImpCaptureStyle == sema::LambdaScopeInfo::ImpCap_None) { in getStackIndexOfNearestEnclosingCaptureReadyLambda() 122 if (IsCapturingVariable && !LSI->isCaptured(VarToCapture)) in getStackIndexOfNearestEnclosingCaptureReadyLambda() 124 if (IsCapturingThis && !LSI->isCXXThisCaptured()) in getStackIndexOfNearestEnclosingCaptureReadyLambda() 234 getGenericLambdaTemplateParameterList(LambdaScopeInfo *LSI, Sema &SemaRef) { in getGenericLambdaTemplateParameterList() argument 235 if (!LSI->GLTemplateParameterList && !LSI->TemplateParams.empty()) { in getGenericLambdaTemplateParameterList() 236 LSI->GLTemplateParameterList = TemplateParameterList::Create( in getGenericLambdaTemplateParameterList() 239 /*L angle loc*/ LSI->ExplicitTemplateParamsRange.getBegin(), in getGenericLambdaTemplateParameterList() 240 LSI->TemplateParams, in getGenericLambdaTemplateParameterList() 241 /*R angle loc*/LSI->ExplicitTemplateParamsRange.getEnd(), in getGenericLambdaTemplateParameterList() [all …]
|
/freebsd/sys/compat/linux/ |
H A D | linux_signal.c | 490 l_siginfo_t lsi; in linux_common_rt_sigtimedwait() local 505 memset(&lsi, 0, sizeof(lsi)); in linux_common_rt_sigtimedwait() 506 siginfo_to_lsiginfo(&ksi.ksi_info, &lsi, sig); in linux_common_rt_sigtimedwait() 507 error = copyout(&lsi, ptr, sizeof(lsi)); in linux_common_rt_sigtimedwait() 702 siginfo_to_lsiginfo(const siginfo_t *si, l_siginfo_t *lsi, l_int sig) in siginfo_to_lsiginfo() argument 706 lsi->lsi_signo = sig; in siginfo_to_lsiginfo() 707 sicode_to_lsicode(sig, si->si_code, &lsi->lsi_code); in siginfo_to_lsiginfo() 711 lsi->lsi_pid = si->si_pid; in siginfo_to_lsiginfo() 712 lsi->lsi_uid = si->si_uid; in siginfo_to_lsiginfo() 716 lsi->lsi_int = si->si_value.sival_int; in siginfo_to_lsiginfo() [all …]
|
/freebsd/sys/dev/mps/ |
H A D | mps_pci.c | 30 /* PCI/PCI-X/PCIe bus interface for the Avago Tech (LSI) MPT2 controllers */ 98 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS2004" }, 100 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS2008" }, 102 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS2108" }, 104 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS2108" }, 106 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS2108" }, 108 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS2116" }, 110 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS2116" }, 112 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS2208" }, 114 0xffff, 0xffff, 0, "Avago Technologies (LSI) SAS220 [all...] |
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | nspire-clock.txt | 5 "lsi,nspire-cx-ahb-divider" for the AHB divider in the CX model 6 "lsi,nspire-classic-ahb-divider" for the AHB divider in the older model 7 "lsi,nspire-cx-clock" for the base clock in the CX model 8 "lsi,nspire-classic-clock" for the base clock in the older model 21 compatible = "lsi,nspire-cx-clock";
|
H A D | lsi,axm5516-clks.txt | 5 - compatible : shall contain "lsi,axm5516-clks" 10 phandle cell. See <dt-bindings/clock/lsi,axxia-clock.h> for the list of 16 compatible = "lsi,axm5516-clks";
|
/freebsd/sys/contrib/device-tree/src/arm/nspire/ |
H A D | nspire-classic.dtsi | 17 /* compatible = "lsi,zevio-timer"; */ 30 /* compatible = "lsi,zevio-timer"; */ 35 compatible = "lsi,zevio-timer"; 45 compatible = "lsi,nspire-classic-clock"; 49 compatible = "lsi,nspire-classic-ahb-divider"; 68 compatible = "lsi,zevio-intc";
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | axxia.yaml | 10 - Anders Berg <anders.berg@lsi.com> 16 description: LSI AXM5516 Validation board (Amarillo) 18 - const: lsi,axm5516-amarillo 19 - const: lsi,axm5516
|
/freebsd/sys/dev/usb/net/ |
H A D | if_usie.c | 1063 struct usie_lsi *lsi; in usie_if_status_cb() local 1113 lsi = (struct usie_lsi *)( in usie_if_status_cb() 1116 DPRINTF("lsi.proto=%x lsi.len=%d\n", lsi->proto, in usie_if_status_cb() 1117 be16toh(lsi->len)); in usie_if_status_cb() 1119 if (lsi->proto != USIE_LSI_UMTS) in usie_if_status_cb() 1122 if (lsi->area == USIE_LSI_AREA_NO || in usie_if_status_cb() 1123 lsi->area == USIE_LSI_AREA_NODATA) { in usie_if_status_cb() 1127 if (lsi->state == USIE_LSI_STATE_IDLE) { in usie_if_status_cb() 1128 DPRINTF("lsi.state=%x\n", lsi->state); in usie_if_status_cb() 1134 sc->sc_net.addr_len = lsi->pdp_addr_len; in usie_if_status_cb() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/reset/ |
H A D | axxia-reset.txt | 7 -compatible: "lsi,axm55xx-reset" 13 compatible = "lsi,axxia-syscon", "syscon"; 18 compatible = "lsi,axm55xx-reset";
|
/freebsd/sys/contrib/device-tree/src/arm/intel/axm/ |
H A D | axm5516-amarillo.dts | 5 * Copyright (C) 2013 LSI 17 compatible = "lsi,axm5516-amarillo", "lsi,axm5516";
|
H A D | axm55xx.dtsi | 5 * Copyright (C) 2013 LSI 9 #include <dt-bindings/clock/lsi,axm5516-clks.h> 49 compatible = "lsi,axm5516-clks"; 96 compatible = "lsi,axxia-syscon", "syscon"; 101 compatible = "lsi,axm55xx-reset";
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | lsi,zevio-timer.txt | 5 - compatible : should be "lsi,zevio-timer". 21 compatible = "lsi,zevio-timer"; 30 compatible = "lsi,zevio-timer";
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-axxia.txt | 1 LSI Axxia I2C 4 - compatible : Must be "lsi,api2c" 21 compatible = "lsi,api2c";
|
/freebsd/sys/powerpc/conf/ |
H A D | GENERIC64LE | 138 device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s 139 device mpt # LSI-Logic MPT-Fusion 140 device mps # LSI-Logic MPT-Fusion 2 141 device mpr # LSI SAS3008 MPT-Fusion SAS-3 142 device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D 226 device kue # Kawasaki LSI USB Ethernet
|
H A D | GENERIC64 | 142 device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s 143 device mpt # LSI-Logic MPT-Fusion 144 device mps # LSI-Logic MPT-Fusion 2 145 device mpr # LSI SAS3008 MPT-Fusion SAS-3 146 device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D 230 device kue # Kawasaki LSI USB Ethernet
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | lsi,zevio-intc.txt | 4 - compatible: Compatible property value should be "lsi,zevio-intc". 14 compatible = "lsi,zevio-intc";
|
/freebsd/sys/i386/conf/ |
H A D | GENERIC | 129 device mpt # LSI-Logic MPT-Fusion 130 device mps # LSI-Logic MPT-Fusion 2 131 device mpr # LSI-Logic MPT-Fusion 3 150 device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller 157 device mfi # LSI MegaRAID SAS 159 device mrsas # LSI/Avago MegaRAID SAS/SATA, 6Gb/s and 12Gb/s
|
/freebsd/usr.sbin/mpsutil/ |
H A D | mpsutil.8 | 31 .Nd Utility for managing LSI Fusion-MPT 2/3 controllers 78 utility can be used to display or modify various parameters on LSI 83 utility can be used to display or modify various parameters on LSI
|