blport 1177 drivers/scsi/bnx2fc/bnx2fc_fcoe.c struct bnx2fc_lport *blport, *tmp; blport 1180 drivers/scsi/bnx2fc/bnx2fc_fcoe.c list_for_each_entry_safe(blport, tmp, &hba->vports, list) { blport 1181 drivers/scsi/bnx2fc/bnx2fc_fcoe.c if (blport->lport == lport) { blport 1182 drivers/scsi/bnx2fc/bnx2fc_fcoe.c list_del(&blport->list); blport 1183 drivers/scsi/bnx2fc/bnx2fc_fcoe.c kfree(blport); blport 1498 drivers/scsi/bnx2fc/bnx2fc_fcoe.c struct bnx2fc_lport *blport; blport 1502 drivers/scsi/bnx2fc/bnx2fc_fcoe.c blport = kzalloc(sizeof(struct bnx2fc_lport), GFP_KERNEL); blport 1503 drivers/scsi/bnx2fc/bnx2fc_fcoe.c if (!blport) { blport 1579 drivers/scsi/bnx2fc/bnx2fc_fcoe.c blport->lport = lport; blport 1580 drivers/scsi/bnx2fc/bnx2fc_fcoe.c list_add_tail(&blport->list, &hba->vports); blport 1590 drivers/scsi/bnx2fc/bnx2fc_fcoe.c kfree(blport); blport 517 drivers/scsi/bnx2fc/bnx2fc_hwi.c struct bnx2fc_lport *blport; blport 520 drivers/scsi/bnx2fc/bnx2fc_hwi.c list_for_each_entry(blport, &hba->vports, list) { blport 521 drivers/scsi/bnx2fc/bnx2fc_hwi.c if (blport->lport == lport) {