Searched refs:PhyEntry (Results 1 – 3 of 3) sorted by relevance
1597 handle = (event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_sastopochg_evt_debug()1601 reason_code = event_data->PhyEntry[i].PhyStatus & in mpi3mr_sastopochg_evt_debug()1620 link_rate = event_data->PhyEntry[i].LinkRate >> 4; in mpi3mr_sastopochg_evt_debug()1621 prev_link_rate = event_data->PhyEntry[i].LinkRate & 0xF; in mpi3mr_sastopochg_evt_debug()1643 handle = le16toh(event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_process_sastopochg_evt()1644 link_rate = event_data->PhyEntry[i].LinkRate >> 4; in mpi3mr_process_sastopochg_evt()1654 reason_code = event_data->PhyEntry[i].PhyStatus & in mpi3mr_process_sastopochg_evt()
4102 handle = le16toh(topo_evt->PhyEntry[i].AttachedDevHandle); in mpi3mr_sastopochg_evt_th()4105 reason_code = topo_evt->PhyEntry[i].PhyStatus & in mpi3mr_sastopochg_evt_th()
796 MPI3_EVENT_SAS_TOPO_PHY_ENTRY PhyEntry[MPI3_EVENT_SAS_TOPO_PHY_COUNT]; /* 0x0C */ member