Searched refs:fcoe_wwn_to_str (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/fcoe/ |
| H A D | fcoe_transport.c | 228 void fcoe_wwn_to_str(u64 wwn, char *buf, int len) in fcoe_wwn_to_str() function 237 EXPORT_SYMBOL_GPL(fcoe_wwn_to_str); 258 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in fcoe_validate_vport_create()
|
| H A D | fcoe.c | 2668 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in fcoe_vport_create()
|
| /OK3568_Linux_fs/kernel/include/scsi/ |
| H A D | libfcoe.h | 261 void fcoe_wwn_to_str(u64 wwn, char *buf, int len);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2fc/ |
| H A D | bnx2fc_fcoe.c | 1141 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in bnx2fc_vport_create() 2165 fcoe_wwn_to_str(vpid.node_name, wwnn_str, sizeof(wwnn_str)); in bnx2fc_npiv_create_vports() 2166 fcoe_wwn_to_str(vpid.port_name, wwpn_str, sizeof(wwpn_str)); in bnx2fc_npiv_create_vports()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/qedf/ |
| H A D | qedf_main.c | 1827 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in qedf_vport_create() 1846 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in qedf_vport_create()
|