Home
last modified time | relevance | path

Searched refs:FC_NS_BPW (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/scsi/fc/
A Dfc_ns.h85 #define FC_NS_BPW 32 /* bits per word in bitmap */ macro
88 __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 */
/linux/drivers/scsi/elx/libefc/
A Defc_els.c926 ct->rftid.fr_fts.ff_type_map[FC_TYPE_FCP / FC_NS_BPW] = in efc_ns_send_rftid()
927 cpu_to_be32(1 << (FC_TYPE_FCP % FC_NS_BPW)); in efc_ns_send_rftid()
/linux/drivers/scsi/libfc/
A Dfc_lport.c388 mp = &lport->fcts.ff_type_map[type / FC_NS_BPW]; in fc_lport_add_fc4_type()
389 *mp = htonl(ntohl(*mp) | 1UL << (type % FC_NS_BPW)); in fc_lport_add_fc4_type()

Completed in 8 milliseconds