Searched refs:cip_syt2 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394-private.h344 struct CIP_header *cip_syt2; member in struct:frame
H A Ddv1394.c149 f->cip_syt2 = NULL;
348 f->cip_syt2 = cip;
611 if (f->cip_syt2) {
612 f->cip_syt2->b[6] = f->assigned_timestamp >> 8;
613 f->cip_syt2->b[7] = f->assigned_timestamp & 0xFF;
1911 if (next_frame->cip_syt2) {
1912 next_frame->cip_syt2->b[6] = next_frame->assigned_timestamp >> 8;
1913 next_frame->cip_syt2->b[7] = next_frame->assigned_timestamp & 0xFF;

Completed in 51 milliseconds