Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/scsi/bfa/
Dbfad_im.h146 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \
Dbfad_drv.h223 struct list_head active_aen_q; member
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()
Dbfad.c1312 INIT_LIST_HEAD(&bfad->active_aen_q); in bfad_pci_probe()