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

/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1096 struct bnx2fc_lport *blport, *tmp; local
1099 list_for_each_entry_safe(blport, tmp, &hba->vports, list) {
1100 if (blport->lport == lport) {
1101 list_del(&blport->list);
1102 kfree(blport);
1380 struct bnx2fc_lport *blport; local
1384 blport = kzalloc(sizeof(struct bnx2fc_lport), GFP_KERNEL);
1385 if (!blport) {
1386 BNX2FC_HBA_DBG(interface->ctlr.lp, "Unable to alloc blport\n");
1457 blport
[all...]
H A Dbnx2fc_hwi.c508 struct bnx2fc_lport *blport; local
511 list_for_each_entry(blport, &hba->vports, list) {
512 if (blport->lport == lport) {

Completed in 500 milliseconds