Home
last modified time | relevance | path

Searched refs:FT_NAMELEN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/target/tcm_fc/
Dtcm_fc.h22 #define FT_NAMELEN 32 /* length of ASCII WWPNs including pad */ macro
106 char name[FT_NAMELEN];
Dtfc_conf.c67 for (cp = name; cp < &name[FT_NAMELEN - 1]; cp++) { in ft_parse_wwn()