Home
last modified time | relevance | path

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

/openbmc/linux/net/mctp/
H A Droute.c626 u8 tagbits; in mctp_alloc_local_tag() local
638 tagbits = 0xff; in mctp_alloc_local_tag()
663 tagbits &= ~(1 << tmp->tag); in mctp_alloc_local_tag()
666 if (!tagbits) in mctp_alloc_local_tag()
670 if (tagbits) { in mctp_alloc_local_tag()
671 key->tag = __ffs(tagbits); in mctp_alloc_local_tag()
681 if (!tagbits) { in mctp_alloc_local_tag()
H A 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()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c459 unsigned long *tagbits, in print_tags() argument
468 tagbits[group-1]); in print_tags()