Searched refs:FC_NS_BPW (Results 1 – 4 of 4) sorted by relevance
85 #define FC_NS_BPW 32 /* bits per word in bitmap */ macro88 __be32 ff_type_map[FC_NS_TYPES / FC_NS_BPW]; /* bitmap of FC-4 types */95 __be32 fd_feat[FC_NS_TYPES * 4 / FC_NS_BPW]; /* 4-bits per FC-type */
61 #define FC_NS_BPW 32 macro63 __be32 ff_type_map[FC_NS_TYPES / FC_NS_BPW];66 __be32 fd_feat[FC_NS_TYPES * 4 / FC_NS_BPW];
48 #define FC_NS_BPW 32 macro50 __be32 ff_type_map[FC_NS_TYPES / FC_NS_BPW];53 __be32 fd_feat[FC_NS_TYPES * 4 / FC_NS_BPW];
385 mp = &lport->fcts.ff_type_map[type / FC_NS_BPW]; in fc_lport_add_fc4_type()386 *mp = htonl(ntohl(*mp) | 1UL << (type % FC_NS_BPW)); in fc_lport_add_fc4_type()