Searched refs:pg0 (Results 1 – 4 of 4) sorted by relevance
/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
|
/drivers/pinctrl/ |
D | pinctrl-tegra124.c | 1874 …PINGROUP(pg0, RSVD1, RSVD2, GMI, RSVD4, 0x31f0, N, N…
|