Lines Matching defs:blport
1178 struct bnx2fc_lport *blport, *tmp;
1181 list_for_each_entry_safe(blport, tmp, &hba->vports, list) {
1182 if (blport->lport == lport) {
1183 list_del(&blport->list);
1184 kfree(blport);
1499 struct bnx2fc_lport *blport;
1503 blport = kzalloc(sizeof(struct bnx2fc_lport), GFP_KERNEL);
1504 if (!blport) {
1505 BNX2FC_HBA_DBG(ctlr->lp, "Unable to alloc blport\n");
1579 blport->lport = lport;
1580 list_add_tail(&blport->list, &hba->vports);
1590 kfree(blport);