Home
last modified time | relevance | path

Searched refs:PhyEntry (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/mpi3mr/
H A Dmpi3mr_cam.c1595 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()
H A Dmpi3mr.c4102 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()
/freebsd/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h796 MPI3_EVENT_SAS_TOPO_PHY_ENTRY PhyEntry[MPI3_EVENT_SAS_TOPO_PHY_COUNT]; /* 0x0C */ member