/linux-4.4.14/drivers/message/fusion/ |
D | mptfc.c | 404 mptfc_generate_rport_ids(FCDevicePage0_t *pg0, struct fc_rport_identifiers *rid) in mptfc_generate_rport_ids() argument 407 if (pg0->Flags & (MPI_FC_DEVICE_PAGE0_FLAGS_PLOGI_INVALID | in mptfc_generate_rport_ids() 411 if (!(pg0->Flags & MPI_FC_DEVICE_PAGE0_FLAGS_TARGETID_BUS_VALID)) in mptfc_generate_rport_ids() 414 if (!(pg0->Protocol & MPI_FC_DEVICE_PAGE0_PROT_FCP_TARGET)) in mptfc_generate_rport_ids() 421 rid->node_name = ((u64)pg0->WWNN.High) << 32 | (u64)pg0->WWNN.Low; in mptfc_generate_rport_ids() 422 rid->port_name = ((u64)pg0->WWPN.High) << 32 | (u64)pg0->WWPN.Low; in mptfc_generate_rport_ids() 423 rid->port_id = pg0->PortIdentifier; in mptfc_generate_rport_ids() 430 mptfc_register_dev(MPT_ADAPTER *ioc, int channel, FCDevicePage0_t *pg0) in mptfc_register_dev() argument 440 if (mptfc_generate_rport_ids(pg0, &rport_ids) < 0) in mptfc_register_dev() 444 if (pg0->Protocol & MPI_FC_DEVICE_PAGE0_PROT_FCP_INITIATOR) in mptfc_register_dev() [all …]
|
D | mptsas.c | 161 static void mptsas_print_phy_pg0(MPT_ADAPTER *ioc, SasPhyPage0_t *pg0) in mptsas_print_phy_pg0() argument 165 memcpy(&sas_address, &pg0->SASAddress, sizeof(__le64)); in mptsas_print_phy_pg0() 171 le16_to_cpu(pg0->AttachedDevHandle))); in mptsas_print_phy_pg0() 176 pg0->AttachedPhyIdentifier)); in mptsas_print_phy_pg0() 178 ioc->name, le32_to_cpu(pg0->AttachedDeviceInfo))); in mptsas_print_phy_pg0() 180 ioc->name, pg0->ProgrammedLinkRate)); in mptsas_print_phy_pg0() 182 ioc->name, pg0->ChangeCount)); in mptsas_print_phy_pg0() 184 ioc->name, le32_to_cpu(pg0->PhyInfo))); in mptsas_print_phy_pg0() 204 static void mptsas_print_device_pg0(MPT_ADAPTER *ioc, SasDevicePage0_t *pg0) in mptsas_print_device_pg0() argument 208 memcpy(&sas_address, &pg0->SASAddress, sizeof(__le64)); in mptsas_print_device_pg0() [all …]
|
D | mptbase.h | 554 FCDevicePage0_t pg0; member
|
/linux-4.4.14/arch/m68k/kernel/ |
D | sun3-head.S | 19 .globl pg0 27 pg0: .skip 0x2000 label
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | vmlinux.lds.S | 85 pg0 = .; symbol
|
/linux-4.4.14/arch/parisc/kernel/ |
D | head.S | 90 load32 PA(pg0),%r1 111 load32 PA(pg0),%r1
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | nvidia,tegra124-pinmux.txt | 58 pj0, pj2, pk3, pk4, pk2, pi3, pi6, pg0, pg1, pg2, pg3, pg4, pg5, pg6,
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | pgtable.h | 279 extern pte_t pg0[];
|
/linux-4.4.14/arch/parisc/mm/ |
D | init.c | 49 pte_t pg0[PT_INITIAL * PTRS_PER_PTE] __attribute__ ((__section__ (".data..vm0.pte"), aligned(PAGE_S… variable
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | tegra124-nyan-big.dts | 174 pg0 { 175 nvidia,pins = "pg0";
|
D | tegra124-nyan-blaze.dts | 170 pg0 { 171 nvidia,pins = "pg0";
|
D | tegra124-jetson-tk1.dts | 211 pg0 { 212 nvidia,pins = "pg0";
|
/linux-4.4.14/drivers/pinctrl/ |
D | pinctrl-tegra124.c | 1874 …PINGROUP(pg0, RSVD1, RSVD2, GMI, RSVD4, 0x31f0, N, N…
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 520 API-mpt-raid-phys-disk-pg0
|
/linux-4.4.14/Documentation/ |
D | devices.txt | 1717 0 = /dev/pg0 First parallel port ATAPI device
|