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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dieee1394_transactions.c32 packet->header[0] = (packet->node_id << 16) | (packet->tlabel << 10) \
120 int tlabel, n = NODEID_TO_NODE(packet->node_id); local
125 packet->tlabel = 0;
132 tlabel = find_next_zero_bit(tp, 64, *next);
133 if (tlabel > 63)
134 tlabel = find_first_zero_bit(tp, 64);
135 if (tlabel > 63) {
139 __set_bit(tlabel, tp);
140 *next = (tlabel + 1) & 63;
143 packet->tlabel
193 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.c515 /* if packet->no_waiter, must not have a tlabel allocated */
713 int tlabel = (data[0] >> 10) & 0x3f; local
720 if (packet->tlabel == tlabel &&
726 "no tlabel match");
806 p->tlabel = (data[0] >> 10) & 0x3f;
819 packet->header[0] = (packet->node_id << 16) | (packet->tlabel << 10) \
H A Draw1394.c822 packet->tlabel = (packet->header[0] >> 10) & 0x3f;
986 arm_req->tlabel = (flags >> 10) & 0x3f;
1118 arm_req->tlabel = (flags >> 10) & 0x3f;
1327 arm_req->tlabel = (flags >> 10) & 0x3f;
1555 arm_req->tlabel = (flags >> 10) & 0x3f;
H A Deth1394.c536 * hopefully over. Currently only tlabel exhaustion is accounted for.
1414 p->node_id << 16 | p->tlabel << 10 | 1 << 8 | TCODE_WRITEB << 4;
H A Dohci1394.c625 ", tlabel=%d, tcode=0x%x, speed=%d",
626 NODE_BUS_ARGS(ohci->host, packet->node_id), packet->tlabel,
2576 " length=%d ctx=%d tlabel=%d",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/firewire/
H A Dcore-transaction.c47 #define HEADER_TLABEL(tlabel) ((tlabel) << 10)
89 card->tlabel_mask &= ~(1ULL << t->tlabel);
141 card->tlabel_mask &= ~(1ULL << t->tlabel);
188 static void fw_fill_request(struct fw_packet *packet, int tcode, int tlabel, argument
214 HEADER_TLABEL(tlabel) |
264 int tlabel; local
266 tlabel = card->current_tlabel;
267 while (card->tlabel_mask & (1ULL << tlabel)) {
268 tlabel
333 int tlabel; local
637 int tcode, tlabel, extended_tcode, source, destination; local
898 int tcode, tlabel, source, rcode; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/firewire/
H A Dnosy-dump.h83 uint32_t tlabel:6; member in struct:link_packet::__anon19350::__anon19351
165 int request_node, response_node, tlabel; member in struct:link_transaction
H A Dnosy-dump.c171 link_transaction_lookup(int request_node, int response_node, int tlabel) argument
178 t->tlabel == tlabel)
185 t->tlabel = tlabel;
498 p->common.tlabel);
516 prev->packet.common.tlabel != sa->packet.common.tlabel) {
563 p->common.tlabel);
582 prev->packet.common.tlabel !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfirewire.h304 int tlabel; member in struct:fw_transaction

Completed in 211 milliseconds