Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/mpi3mr/
HDmpi3mr_cam.c1596 handle = (event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_sastopochg_evt_debug()
1600 reason_code = event_data->PhyEntry[i].PhyStatus & in mpi3mr_sastopochg_evt_debug()
1619 link_rate = event_data->PhyEntry[i].LinkRate >> 4; in mpi3mr_sastopochg_evt_debug()
1620 prev_link_rate = event_data->PhyEntry[i].LinkRate & 0xF; in mpi3mr_sastopochg_evt_debug()
1642 handle = le16toh(event_data->PhyEntry[i].AttachedDevHandle); in mpi3mr_process_sastopochg_evt()
1643 link_rate = event_data->PhyEntry[i].LinkRate >> 4; in mpi3mr_process_sastopochg_evt()
1653 reason_code = event_data->PhyEntry[i].PhyStatus & in mpi3mr_process_sastopochg_evt()
HDmpi3mr.c4101 handle = le16toh(topo_evt->PhyEntry[i].AttachedDevHandle); in mpi3mr_sastopochg_evt_th()
4104 reason_code = topo_evt->PhyEntry[i].PhyStatus & in mpi3mr_sastopochg_evt_th()
/freebsd-head/sys/dev/mpi3mr/mpi/
HDmpi30_ioc.h796 MPI3_EVENT_SAS_TOPO_PHY_ENTRY PhyEntry[MPI3_EVENT_SAS_TOPO_PHY_COUNT]; /* 0x0C */ member