Searched refs:tlabel (Results 1 – 4 of 4) sorted by relevance
49 #define HEADER_TLABEL(tlabel) ((tlabel) << 10) argument100 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() argument237 HEADER_TLABEL(tlabel) | in fw_fill_request()287 int tlabel; in allocate_tlabel() local289 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 …]
173 link_transaction_lookup(int request_node, int response_node, int tlabel) in link_transaction_lookup() argument180 t->tlabel == tlabel) in link_transaction_lookup()189 t->tlabel = tlabel; in link_transaction_lookup()502 p->common.tlabel); in handle_request_packet()520 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_request_packet()567 p->common.tlabel); in handle_response_packet()586 prev->packet.common.tlabel != sa->packet.common.tlabel) { in handle_response_packet()
83 uint32_t tlabel:6; member165 int request_node, response_node, tlabel; member
317 int tlabel; member