Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firewire/
Dcore-transaction.c289 tlabel = card->current_tlabel; in allocate_tlabel()
292 if (tlabel == card->current_tlabel) in allocate_tlabel()
296 card->current_tlabel = (tlabel + 1) & 0x3f; in allocate_tlabel()
Dcore-card.c536 card->current_tlabel = 0; in fw_card_initialize()
/Linux-v4.19/include/linux/
Dfirewire.h91 int current_tlabel; member