Lines Matching defs:blport
1170 struct bnx2fc_lport *blport, *tmp;
1173 list_for_each_entry_safe(blport, tmp, &hba->vports, list) {
1174 if (blport->lport == lport) {
1175 list_del(&blport->list);
1176 kfree(blport);
1491 struct bnx2fc_lport *blport;
1495 blport = kzalloc(sizeof(struct bnx2fc_lport), GFP_KERNEL);
1496 if (!blport) {
1497 BNX2FC_HBA_DBG(ctlr->lp, "Unable to alloc blport\n");
1571 blport->lport = lport;
1572 list_add_tail(&blport->list, &hba->vports);
1582 kfree(blport);