Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c540 lport = unsol_els->lport; in bnx2fc_unsol_els_work()
541 fp = unsol_els->fp; in bnx2fc_unsol_els_work()
542 hba = unsol_els->hba; in bnx2fc_unsol_els_work()
545 kfree(unsol_els); in bnx2fc_unsol_els_work()
564 unsol_els = kzalloc(sizeof(*unsol_els), GFP_ATOMIC); in bnx2fc_process_l2_frame_compl()
565 if (!unsol_els) { in bnx2fc_process_l2_frame_compl()
578 kfree(unsol_els); in bnx2fc_process_l2_frame_compl()
604 kfree(unsol_els); in bnx2fc_process_l2_frame_compl()
614 unsol_els->lport = lport; in bnx2fc_process_l2_frame_compl()
616 unsol_els->fp = fp; in bnx2fc_process_l2_frame_compl()
[all …]