FC_NS_BPW
ct->rftid.fr_fts.ff_type_map[FC_TYPE_FCP / FC_NS_BPW] =
cpu_to_be32(1 << (FC_TYPE_FCP % FC_NS_BPW));
cpu_to_be32(1 << (FC_TYPE_CT % FC_NS_BPW));
mp = &lport->fcts.ff_type_map[type / FC_NS_BPW];
*mp = htonl(ntohl(*mp) | 1UL << (type % FC_NS_BPW));
__be32 ff_type_map[FC_NS_TYPES / FC_NS_BPW]; /* bitmap of FC-4 types */
__be32 fd_feat[FC_NS_TYPES * 4 / FC_NS_BPW]; /* 4-bits per FC-type */