Home
last modified time | relevance | path

Searched refs:tagbits (Results 1 – 2 of 2) sorted by relevance

/net/mctp/
Droute.c610 u8 tagbits; in mctp_alloc_local_tag() local
622 tagbits = 0xff; in mctp_alloc_local_tag()
647 tagbits &= ~(1 << tmp->tag); in mctp_alloc_local_tag()
650 if (!tagbits) in mctp_alloc_local_tag()
654 if (tagbits) { in mctp_alloc_local_tag()
655 key->tag = __ffs(tagbits); in mctp_alloc_local_tag()
665 if (!tagbits) { in mctp_alloc_local_tag()
Daf_mctp.c105 const u8 tagbits = MCTP_TAG_MASK | MCTP_TAG_OWNER | in mctp_sendmsg() local
114 if (addr->smctp_tag & ~tagbits) in mctp_sendmsg()