Home
last modified time | relevance | path

Searched refs:VPORT_INVAL (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/lpfc/
Dlpfc_vport.c312 rc = VPORT_INVAL; in lpfc_vport_create()
321 rc = VPORT_INVAL; in lpfc_vport_create()
386 rc = VPORT_INVAL; in lpfc_vport_create()
396 rc = VPORT_INVAL; in lpfc_vport_create()
500 vport->unreg_vpi_cmpl = VPORT_INVAL; in disable_vport()
503 while (vport->unreg_vpi_cmpl == VPORT_INVAL && timeout) in disable_vport()
661 return VPORT_INVAL; in lpfc_vport_delete()
664 return VPORT_INVAL; in lpfc_vport_delete()
776 vport->unreg_vpi_cmpl = VPORT_INVAL; in lpfc_vport_delete()
779 while (vport->unreg_vpi_cmpl == VPORT_INVAL && timeout) in lpfc_vport_delete()
Dlpfc_vport.h85 #define VPORT_INVAL -2 macro