Home
last modified time | relevance | path

Searched refs:asd_sas_event (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/libsas/
Dsas_event.c120 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_port_event_worker()
128 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phy_event_worker()
136 struct asd_sas_event *ev) in __sas_notify_port_event()
155 struct asd_sas_event *ev; in sas_notify_port_event_gfp()
167 struct asd_sas_event *ev; in sas_notify_port_event()
179 struct asd_sas_event *ev) in __sas_notify_phy_event()
198 struct asd_sas_event *ev; in sas_notify_phy_event_gfp()
210 struct asd_sas_event *ev; in sas_notify_phy_event()
Dsas_phy.c19 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_loss_of_signal()
28 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_oob_done()
36 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_oob_error()
65 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_spinup_hold()
77 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_resume_timeout()
94 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_phye_shutdown()
Dsas_port.c266 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_bytes_dmaed()
274 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_broadcast_rcvd()
292 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_link_reset_err()
300 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_timer_event()
308 struct asd_sas_event *ev = to_asd_sas_event(work); in sas_porte_hard_reset()
Dsas_internal.h51 struct asd_sas_event *sas_alloc_event(struct asd_sas_phy *phy);
52 struct asd_sas_event *sas_alloc_event_gfp(struct asd_sas_phy *phy,
54 void sas_free_event(struct asd_sas_event *event);
Dsas_init.c587 static struct asd_sas_event *__sas_alloc_event(struct asd_sas_phy *phy, in __sas_alloc_event()
590 struct asd_sas_event *event; in __sas_alloc_event()
621 struct asd_sas_event *sas_alloc_event(struct asd_sas_phy *phy) in sas_alloc_event()
626 struct asd_sas_event *sas_alloc_event_gfp(struct asd_sas_phy *phy, in sas_alloc_event_gfp()
632 void sas_free_event(struct asd_sas_event *event) in sas_free_event()
648 sas_event_cache = KMEM_CACHE(asd_sas_event, SLAB_HWCACHE_ALIGN); in sas_class_init()
/kernel/linux/linux-5.10/include/scsi/
Dlibsas.h281 struct asd_sas_event { struct
287 static inline struct asd_sas_event *to_asd_sas_event(struct work_struct *work) in to_asd_sas_event() argument
289 struct asd_sas_event *ev = container_of(work, typeof(*ev), work.work); in to_asd_sas_event()
294 static inline void INIT_SAS_EVENT(struct asd_sas_event *ev, in INIT_SAS_EVENT()