Searched refs:wwnn_str (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/scsi/elx/libefc/ |
D | efc_nport.c | 114 snprintf(nport->wwnn_str, sizeof(nport->wwnn_str), "%016llX", in efc_nport_alloc() 398 snprintf(nport->wwnn_str, sizeof(nport->wwnn_str), in __efc_nport_vport_wait_alloc() 425 snprintf(nport->wwnn_str, sizeof(nport->wwnn_str), in __efc_nport_vport_wait_alloc()
|
D | efclib.h | 159 u8 wwnn_str[EFC_WWN_LENGTH]; member
|
/linux-6.6.21/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 2122 char wwnn_str[32]; in bnx2fc_npiv_create_vports() local 2154 fcoe_wwn_to_str(vpid.node_name, wwnn_str, sizeof(wwnn_str)); in bnx2fc_npiv_create_vports() 2156 BNX2FC_HBA_DBG(lport, "Creating vport %s:%s.\n", wwnn_str, in bnx2fc_npiv_create_vports()
|