Home
last modified time | relevance | path

Searched refs:phy_entry (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/scsi/mpi3mr/
Dmpi3mr_os.c1043 handle = le16_to_cpu(event_data->phy_entry[i].attached_dev_handle); in mpi3mr_sastopochg_evt_debug()
1047 reason_code = event_data->phy_entry[i].status & in mpi3mr_sastopochg_evt_debug()
1069 link_rate = event_data->phy_entry[i].link_rate >> 4; in mpi3mr_sastopochg_evt_debug()
1070 prev_link_rate = event_data->phy_entry[i].link_rate & 0xF; in mpi3mr_sastopochg_evt_debug()
1102 handle = le16_to_cpu(event_data->phy_entry[i].attached_dev_handle); in mpi3mr_sastopochg_evt_bh()
1109 reason_code = event_data->phy_entry[i].status & in mpi3mr_sastopochg_evt_bh()
1703 handle = le16_to_cpu(topo_evt->phy_entry[i].attached_dev_handle); in mpi3mr_sastopochg_evt_th()
1706 reason_code = topo_evt->phy_entry[i].status & in mpi3mr_sastopochg_evt_th()
/Linux-v5.15/drivers/scsi/mpi3mr/mpi/
Dmpi30_ioc.h485 struct mpi3_event_sas_topo_phy_entry phy_entry[MPI3_EVENT_SAS_TOPO_PHY_COUNT]; member