Searched refs:fcoe_wwn_to_str (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.1/drivers/scsi/fcoe/ |
| D | fcoe_transport.c | 229 void fcoe_wwn_to_str(u64 wwn, char *buf, int len) in fcoe_wwn_to_str() function 238 EXPORT_SYMBOL_GPL(fcoe_wwn_to_str); 259 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in fcoe_validate_vport_create()
|
| D | fcoe.c | 2655 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in fcoe_vport_create()
|
| /Linux-v6.1/include/scsi/ |
| D | libfcoe.h | 262 void fcoe_wwn_to_str(u64 wwn, char *buf, int len);
|
| /Linux-v6.1/drivers/scsi/bnx2fc/ |
| D | bnx2fc_fcoe.c | 1133 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in bnx2fc_vport_create() 2157 fcoe_wwn_to_str(vpid.node_name, wwnn_str, sizeof(wwnn_str)); in bnx2fc_npiv_create_vports() 2158 fcoe_wwn_to_str(vpid.port_name, wwpn_str, sizeof(wwpn_str)); in bnx2fc_npiv_create_vports()
|
| /Linux-v6.1/drivers/scsi/qedf/ |
| D | qedf_main.c | 1830 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in qedf_vport_create() 1849 fcoe_wwn_to_str(vport->port_name, buf, sizeof(buf)); in qedf_vport_create()
|