Searched refs:tagbits (Results 1 – 3 of 3) sorted by relevance
729 u8 tagbits; in mctp_alloc_local_tag() local 741 tagbits = 0xff; in mctp_alloc_local_tag() 746 * tags. If we find a conflict, clear that bit from tagbits in mctp_alloc_local_tag() 778 tagbits &= ~(1 << tmp->tag); in mctp_alloc_local_tag() 781 if (!tagbits) in mctp_alloc_local_tag() 785 if (tagbits) { in mctp_alloc_local_tag() 786 key->tag = __ffs(tagbits); in mctp_alloc_local_tag() 796 if (!tagbits) { in mctp_alloc_local_tag()
201 const u8 tagbits = MCTP_TAG_MASK | MCTP_TAG_OWNER | in mctp_sendmsg() local 210 if (addr->smctp_tag & ~tagbits) in mctp_sendmsg()
459 unsigned long *tagbits, in print_tags() argument 468 tagbits[group-1]); in print_tags()