Searched refs:cip_syt1 (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.h340 struct CIP_header *cip_syt1; member in struct:frame
H A Ddv1394.c148 f->cip_syt1 = NULL;
341 f->cip_syt1 = cip;
607 if (f->cip_syt1) {
608 f->cip_syt1->b[6] = f->assigned_timestamp >> 8;
609 f->cip_syt1->b[7] = f->assigned_timestamp & 0xFF;
1907 if (next_frame->cip_syt1) {
1908 next_frame->cip_syt1->b[6] = next_frame->assigned_timestamp >> 8;
1909 next_frame->cip_syt1->b[7] = next_frame->assigned_timestamp & 0xFF;

Completed in 102 milliseconds