FC_NS_BPW         385 drivers/scsi/libfc/fc_lport.c 	mp = &lport->fcts.ff_type_map[type / FC_NS_BPW];
FC_NS_BPW         386 drivers/scsi/libfc/fc_lport.c 	*mp = htonl(ntohl(*mp) | 1UL << (type % FC_NS_BPW));
FC_NS_BPW          88 include/uapi/scsi/fc/fc_ns.h 	__be32	ff_type_map[FC_NS_TYPES / FC_NS_BPW]; /* bitmap of FC-4 types */
FC_NS_BPW          95 include/uapi/scsi/fc/fc_ns.h 	__be32	fd_feat[FC_NS_TYPES * 4 / FC_NS_BPW]; /* 4-bits per FC-type */