Searched refs:fcoe_wwn_to_str (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_transport.c | 217 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()
|
D | fcoe.c | 2828 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in fcoe_vport_create()
|
/linux-4.4.14/include/scsi/ |
D | libfcoe.h | 266 void fcoe_wwn_to_str(u64 wwn, char *buf, int len);
|
/linux-4.4.14/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 1072 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in bnx2fc_vport_create()
|