Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_hwi.c533 struct bnx2fc_unsol_els *unsol_els; in bnx2fc_unsol_els_work() local
538 unsol_els = container_of(work, struct bnx2fc_unsol_els, unsol_els_work); in bnx2fc_unsol_els_work()
539 lport = unsol_els->lport; in bnx2fc_unsol_els_work()
540 fp = unsol_els->fp; in bnx2fc_unsol_els_work()
541 hba = unsol_els->hba; in bnx2fc_unsol_els_work()
544 kfree(unsol_els); in bnx2fc_unsol_els_work()
554 struct bnx2fc_unsol_els *unsol_els; in bnx2fc_process_l2_frame_compl() local
563 unsol_els = kzalloc(sizeof(*unsol_els), GFP_ATOMIC); in bnx2fc_process_l2_frame_compl()
564 if (!unsol_els) { in bnx2fc_process_l2_frame_compl()
577 kfree(unsol_els); in bnx2fc_process_l2_frame_compl()
[all …]