Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1178 struct bnx2fc_lport *blport, *tmp; in bnx2fc_free_vport() local
1181 list_for_each_entry_safe(blport, tmp, &hba->vports, list) { in bnx2fc_free_vport()
1182 if (blport->lport == lport) { in bnx2fc_free_vport()
1183 list_del(&blport->list); in bnx2fc_free_vport()
1184 kfree(blport); in bnx2fc_free_vport()
1499 struct bnx2fc_lport *blport; in bnx2fc_if_create() local
1503 blport = kzalloc(sizeof(struct bnx2fc_lport), GFP_KERNEL); in bnx2fc_if_create()
1504 if (!blport) { in bnx2fc_if_create()
1505 BNX2FC_HBA_DBG(ctlr->lp, "Unable to alloc blport\n"); in bnx2fc_if_create()
1579 blport in bnx2fc_if_create()
[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()
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c1170 struct bnx2fc_lport *blport, *tmp; in bnx2fc_free_vport() local
1173 list_for_each_entry_safe(blport, tmp, &hba->vports, list) { in bnx2fc_free_vport()
1174 if (blport->lport == lport) { in bnx2fc_free_vport()
1175 list_del(&blport->list); in bnx2fc_free_vport()
1176 kfree(blport); in bnx2fc_free_vport()
1491 struct bnx2fc_lport *blport; in bnx2fc_if_create() local
1495 blport = kzalloc(sizeof(struct bnx2fc_lport), GFP_KERNEL); in bnx2fc_if_create()
1496 if (!blport) { in bnx2fc_if_create()
1497 BNX2FC_HBA_DBG(ctlr->lp, "Unable to alloc blport\n"); in bnx2fc_if_create()
1571 blport in bnx2fc_if_create()
[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()

Completed in 11 milliseconds