Home
last modified time | relevance | path

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

/drivers/firewire/
Dcore-transaction.c49 #define HEADER_TLABEL(tlabel) ((tlabel) << 10) argument
100 card->tlabel_mask &= ~(1ULL << t->tlabel); in close_transaction()
152 card->tlabel_mask &= ~(1ULL << t->tlabel); in split_transaction_timeout_callback()
211 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, in fw_fill_request() argument
237 HEADER_TLABEL(tlabel) | in fw_fill_request()
287 int tlabel; in allocate_tlabel() local
289 tlabel = card->current_tlabel; in allocate_tlabel()
290 while (card->tlabel_mask & (1ULL << tlabel)) { in allocate_tlabel()
291 tlabel = (tlabel + 1) & 0x3f; in allocate_tlabel()
292 if (tlabel == card->current_tlabel) in allocate_tlabel()
[all …]