Home
last modified time | relevance | path

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

/Linux-v5.15/net/mctp/
Droute.c475 u8 tagbits; in mctp_alloc_local_tag() local
483 tagbits = 0xff; in mctp_alloc_local_tag()
498 tagbits &= ~(1 << tmp->tag); in mctp_alloc_local_tag()
500 if (!tagbits) in mctp_alloc_local_tag()
504 if (tagbits) { in mctp_alloc_local_tag()
505 key->tag = __ffs(tagbits); in mctp_alloc_local_tag()
513 if (!tagbits) in mctp_alloc_local_tag()
/Linux-v5.15/drivers/block/mtip32xx/
Dmtip32xx.c471 unsigned long *tagbits, in print_tags() argument
480 tagbits[group-1]); in print_tags()