Home
last modified time | relevance | path

Searched refs:active_aen_q (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/scsi/bfa/
H A Dbfad_im.h146 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \
H A Dbfad_drv.h223 struct list_head active_aen_q; member
H A Dbfad_im.c680 while (!list_empty(&bfad->active_aen_q)) { in bfad_aen_im_notify_handler()
682 bfa_q_deq(&bfad->active_aen_q, &aen_entry); in bfad_aen_im_notify_handler()
H A Dbfad.c1312 INIT_LIST_HEAD(&bfad->active_aen_q); in bfad_pci_probe()