sas_phy = container_of(port->phy_list.next, struct asd_sas_phy,
                                port_phy_el);
-               sas_notify_port_event_gfp(sas_phy,
+               sas_notify_port_event(sas_phy,
                                PORTE_BROADCAST_RCVD, GFP_KERNEL);
        }
        mutex_unlock(&ha->disco_mutex);
 
        BUG_ON(event >= PORT_NUM_EVENTS);
 
-       ev = sas_alloc_event_gfp(phy, gfp_flags);
+       ev = sas_alloc_event(phy, gfp_flags);
        if (!ev)
                return -ENOMEM;
 
 
        BUG_ON(event >= PHY_NUM_EVENTS);
 
-       ev = sas_alloc_event_gfp(phy, gfp_flags);
+       ev = sas_alloc_event(phy, gfp_flags);
        if (!ev)
                return -ENOMEM;
 
 
 
                if (phy->suspended) {
                        dev_warn(&phy->phy->dev, "resume timeout\n");
-                       sas_notify_phy_event_gfp(phy, PHYE_RESUME_TIMEOUT,
-                                                GFP_KERNEL);
+                       sas_notify_phy_event(phy, PHYE_RESUME_TIMEOUT,
+                                            GFP_KERNEL);
                }
        }
 
                        if (cmpxchg(&phy->in_shutdown, 0, 1) == 0) {
                                pr_notice("The phy%d bursting events, shut it down.\n",
                                          phy->id);
-                               sas_notify_phy_event_gfp(phy, PHYE_SHUTDOWN,
-                                                        gfp_flags);
+                               sas_notify_phy_event(phy, PHYE_SHUTDOWN,
+                                                    gfp_flags);
                        }
                } else {
                        /* Do not support PHY control, stop allocating events */