phy_event
int phy_event;
phy_event = 0;
phy_event = 1;
phy_event = 1;
if (phy_event)
void sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event,
struct mpi3_sas_phy2_phy_event phy_event[MPI3_SAS_PHY2_PHY_EVENT_MAX];
if (phy->phy_event & PHY_PLUG_OUT) {
phy->phy_event &= ~PHY_PLUG_OUT;
phy->phy_event &= ~EXP_BRCT_CHG;
if (!(phy->phy_event & PHY_PLUG_OUT)) {
phy->phy_event |= PHY_PLUG_OUT;
if (phy->phy_event & PHY_PLUG_OUT) {
phy->phy_event &= ~PHY_PLUG_OUT;
u32 phy_event;
void sas_notify_phy_event(struct asd_sas_phy *phy, enum phy_event event,