Searched refs:PhyEntry (Results 1 – 3 of 3) sorted by relevance
1595 handle = (event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_sastopochg_evt_debug()1599 reason_code = event_data->PhyEntry[i].PhyStatus & in mpi3mr_sastopochg_evt_debug()1618 link_rate = event_data->PhyEntry[i].LinkRate >> 4; in mpi3mr_sastopochg_evt_debug()1619 prev_link_rate = event_data->PhyEntry[i].LinkRate & 0xF; in mpi3mr_sastopochg_evt_debug()1641 handle = le16toh(event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_process_sastopochg_evt()1642 link_rate = event_data->PhyEntry[i].LinkRate >> 4; in mpi3mr_process_sastopochg_evt()1652 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