Home
last modified time | relevance | path

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

/drivers/scsi/bnx2fc/
Dbnx2fc.h483 struct work_struct unsol_els_work; member
Dbnx2fc_hwi.c537 unsol_els = container_of(work, struct bnx2fc_unsol_els, unsol_els_work); in bnx2fc_unsol_els_work()
615 INIT_WORK(&unsol_els->unsol_els_work, bnx2fc_unsol_els_work); in bnx2fc_process_l2_frame_compl()
616 queue_work(bnx2fc_wq, &unsol_els->unsol_els_work); in bnx2fc_process_l2_frame_compl()