Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/fcoe/
Dfcoe_transport.c217 void fcoe_wwn_to_str(u64 wwn, char *buf, int len) in fcoe_wwn_to_str() function
226 EXPORT_SYMBOL_GPL(fcoe_wwn_to_str);
247 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in fcoe_validate_vport_create()
Dfcoe.c2828 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in fcoe_vport_create()
/linux-4.4.14/include/scsi/
Dlibfcoe.h266 void fcoe_wwn_to_str(u64 wwn, char *buf, int len);
/linux-4.4.14/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1072 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in bnx2fc_vport_create()