Lines Matching refs:unsol_els
532 struct bnx2fc_unsol_els *unsol_els; in bnx2fc_unsol_els_work() local
537 unsol_els = container_of(work, struct bnx2fc_unsol_els, unsol_els_work); in bnx2fc_unsol_els_work()
538 lport = unsol_els->lport; in bnx2fc_unsol_els_work()
539 fp = unsol_els->fp; in bnx2fc_unsol_els_work()
540 hba = unsol_els->hba; in bnx2fc_unsol_els_work()
543 kfree(unsol_els); in bnx2fc_unsol_els_work()
553 struct bnx2fc_unsol_els *unsol_els; in bnx2fc_process_l2_frame_compl() local
562 unsol_els = kzalloc(sizeof(*unsol_els), GFP_ATOMIC); in bnx2fc_process_l2_frame_compl()
563 if (!unsol_els) { in bnx2fc_process_l2_frame_compl()
576 kfree(unsol_els); in bnx2fc_process_l2_frame_compl()
602 kfree(unsol_els); in bnx2fc_process_l2_frame_compl()
612 unsol_els->lport = lport; in bnx2fc_process_l2_frame_compl()
613 unsol_els->hba = interface->hba; in bnx2fc_process_l2_frame_compl()
614 unsol_els->fp = fp; in bnx2fc_process_l2_frame_compl()
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()
620 kfree(unsol_els); in bnx2fc_process_l2_frame_compl()