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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Dieee1394_transactions.c32 packet->header[0] = (packet->node_id << 16) | (packet->tlabel << 10) \
132 int tlabel, n = NODEID_TO_NODE(packet->node_id); local
137 packet->tlabel = 0;
144 tlabel = find_next_zero_bit(tp, 64, *next);
145 if (tlabel > 63)
146 tlabel = find_first_zero_bit(tp, 64);
147 if (tlabel > 63) {
151 __set_bit(tlabel, tp);
152 *next = (tlabel + 1) & 63;
155 packet->tlabel
205 int tlabel, n = NODEID_TO_NODE(packet->node_id); local
[all...]
H A Draw1394.h103 __u8 tlabel; member in struct:arm_request
H A Dieee1394_core.h41 signed char tlabel; member in struct:hpsb_packet
H A Dieee1394_core.c512 /* if packet->no_waiter, must not have a tlabel allocated */
710 int tlabel = (data[0] >> 10) & 0x3f; local
717 if (packet->tlabel == tlabel &&
723 "no tlabel match");
803 p->tlabel = (data[0] >> 10) & 0x3f;
816 packet->header[0] = (packet->node_id << 16) | (packet->tlabel << 10) \
H A Draw1394.c969 packet->tlabel = (packet->header[0] >> 10) & 0x3f;
1133 arm_req->tlabel = (flags >> 10) & 0x3f;
1266 arm_req->tlabel = (flags >> 10) & 0x3f;
1475 arm_req->tlabel = (flags >> 10) & 0x3f;
1703 arm_req->tlabel = (flags >> 10) & 0x3f;
H A Deth1394.c532 * hopefully over. Currently only tlabel exhaustion is accounted for.
1426 p->node_id << 16 | p->tlabel << 10 | 1 << 8 | TCODE_WRITEB << 4;
H A Dohci1394.c646 ", tlabel=%d, tcode=0x%x, speed=%d",
647 NODE_BUS_ARGS(ohci->host, packet->node_id), packet->tlabel,
2703 " length=%d ctx=%d tlabel=%d",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-transaction.c40 #define HEADER_TLABEL(tlabel) ((tlabel) << 10)
73 card->tlabel_mask &= ~(1 << t->tlabel);
149 fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, argument
163 HEADER_TLABEL(tlabel) |
215 int tlabel, source; local
225 * Allocate tlabel from the bitmap and put the transaction on
232 tlabel = card->current_tlabel;
233 if (card->tlabel_mask & (1 << tlabel)) {
240 card->tlabel_mask |= (1 << tlabel);
450 int tcode, tlabel, extended_tcode, source, destination; local
638 int tcode, tlabel, destination, source, rcode; local
[all...]
H A Dfw-transaction.h166 int tlabel; member in struct:fw_transaction

Completed in 130 milliseconds