Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore-transaction.c51 card->transactions.tlabel_mask &= ~(1ULL << entry->tlabel); in remove_transaction_entry()
319 while (card->transactions.tlabel_mask & (1ULL << tlabel)) { in allocate_tlabel()
326 card->transactions.tlabel_mask |= 1ULL << tlabel; in allocate_tlabel()
/linux/include/linux/
H A Dfirewire.h96 u64 tlabel_mask; member