Home
last modified time | relevance | path

Searched refs:unsol_els_work (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/scsi/bnx2fc/
Dbnx2fc.h491 struct work_struct unsol_els_work; member
Dbnx2fc_hwi.c539 unsol_els = container_of(work, struct bnx2fc_unsol_els, unsol_els_work); in bnx2fc_unsol_els_work()
617 INIT_WORK(&unsol_els->unsol_els_work, bnx2fc_unsol_els_work); in bnx2fc_process_l2_frame_compl()
618 queue_work(bnx2fc_wq, &unsol_els->unsol_els_work); in bnx2fc_process_l2_frame_compl()