Searched refs:blport (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1109 struct bnx2fc_lport *blport, *tmp; bnx2fc_free_vport() local
1112 list_for_each_entry_safe(blport, tmp, &hba->vports, list) { bnx2fc_free_vport()
1113 if (blport->lport == lport) { bnx2fc_free_vport()
1114 list_del(&blport->list); bnx2fc_free_vport()
1115 kfree(blport); bnx2fc_free_vport()
1428 struct bnx2fc_lport *blport; bnx2fc_if_create() local
1432 blport = kzalloc(sizeof(struct bnx2fc_lport), GFP_KERNEL); bnx2fc_if_create()
1433 if (!blport) { bnx2fc_if_create()
1434 BNX2FC_HBA_DBG(ctlr->lp, "Unable to alloc blport\n"); bnx2fc_if_create()
1506 blport->lport = lport; bnx2fc_if_create()
1507 list_add_tail(&blport->list, &hba->vports); bnx2fc_if_create()
1517 kfree(blport); bnx2fc_if_create()
H A Dbnx2fc_hwi.c516 struct bnx2fc_lport *blport; is_valid_lport() local
519 list_for_each_entry(blport, &hba->vports, list) { is_valid_lport()
520 if (blport->lport == lport) { is_valid_lport()

Completed in 84 milliseconds