Searched refs:HPSB_ISO_RECV (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 Diso.c201 struct hpsb_iso *iso = hpsb_iso_common_init(host, HPSB_ISO_RECV,
227 if (iso->type != HPSB_ISO_RECV || iso->channel != -1 || channel >= 64)
239 if (iso->type != HPSB_ISO_RECV || iso->channel != -1 || channel >= 64)
251 if (iso->type != HPSB_ISO_RECV || iso->channel != -1)
265 if (iso->type != HPSB_ISO_RECV)
323 if (iso->type != HPSB_ISO_RECV)
525 if (iso->type != HPSB_ISO_RECV)
H A Diso.h65 enum hpsb_iso_type { HPSB_ISO_RECV = 0, HPSB_ISO_XMIT = 1 }; enumerator in enum:hpsb_iso_type

Completed in 50 milliseconds