Home
last modified time | relevance | path

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

/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1173 struct bnx2fc_lport *blport, *tmp; in bnx2fc_free_vport()
1176 list_for_each_entry_safe(blport, tmp, &hba->vports, list) { in bnx2fc_free_vport()
1177 if (blport->lport == lport) { in bnx2fc_free_vport()
1178 list_del(&blport->list); in bnx2fc_free_vport()
1179 kfree(blport); in bnx2fc_free_vport()
1493 struct bnx2fc_lport *blport; in bnx2fc_if_create()
1497 blport = kzalloc_obj(struct bnx2fc_lport); in bnx2fc_if_create()
1498 if (!blport) { in bnx2fc_if_create()
1499 BNX2FC_HBA_DBG(ctlr->lp, "Unable to alloc blport\n"); in bnx2fc_if_create()
1573 blport in bnx2fc_if_create()
1170 struct bnx2fc_lport *blport, *tmp; bnx2fc_free_vport() local
1490 struct bnx2fc_lport *blport; bnx2fc_if_create() local
[all...]
H A Dbnx2fc_hwi.c517 struct bnx2fc_lport *blport; in is_valid_lport() local
520 list_for_each_entry(blport, &hba->vports, list) { in is_valid_lport()
521 if (blport->lport == lport) { in is_valid_lport()