Home
last modified time | relevance | path

Searched refs:fcoe_validate_vport_create (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/scsi/
Dlibfcoe.h267 int fcoe_validate_vport_create(struct fc_vport *vport);
/linux-4.1.27/drivers/scsi/fcoe/
Dfcoe_transport.c237 int fcoe_validate_vport_create(struct fc_vport *vport) in fcoe_validate_vport_create() function
269 EXPORT_SYMBOL_GPL(fcoe_validate_vport_create);
Dfcoe.c2828 rc = fcoe_validate_vport_create(vport); in fcoe_vport_create()
/linux-4.1.27/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1071 rc = fcoe_validate_vport_create(vport); in bnx2fc_vport_create()