Searched refs:hpsb_raw (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dieee1394_core.h28 /* hpsb_raw = send as-is, do not CRC (but still byte-swap it) */
29 enum { hpsb_async, hpsb_raw } __attribute__((packed)) type; enumerator in enum:hpsb_packet::__anon11531
H A Dieee1394_transactions.c99 packet->type = hpsb_raw; /* No CRC added */
H A Dpcilynx.c423 case hpsb_raw:
448 case hpsb_raw:
H A Dohci1394.c647 if ( (packet->type == hpsb_async) || (packet->type == hpsb_raw) ) {
649 if (packet->type == hpsb_raw) {
699 if (packet->type == hpsb_raw)
839 if (packet->type == hpsb_raw)
2621 if (datasize && packet->type != hpsb_raw)

Completed in 91 milliseconds