Searched refs:buf_packets (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Diso.c52 unsigned int buf_packets,
71 if (buf_packets < 2)
72 buf_packets = 2;
78 if ((irq_interval < 0) || (irq_interval > buf_packets / 4))
79 irq_interval = buf_packets / 4;
94 buf_packets * sizeof(struct hpsb_iso_packet_info),
111 iso->buf_packets = buf_packets;
117 iso->n_ready_packets = iso->buf_packets;
161 unsigned int buf_packets,
49 hpsb_iso_common_init(struct hpsb_host *host, enum hpsb_iso_type type, unsigned int data_buf_size, unsigned int buf_packets, int channel, int dma_mode, int irq_interval, void (*callback) (struct hpsb_iso *)) argument
159 hpsb_iso_xmit_init(struct hpsb_host *host, unsigned int data_buf_size, unsigned int buf_packets, int channel, int speed, int irq_interval, void (*callback) (struct hpsb_iso *)) argument
194 hpsb_iso_recv_init(struct hpsb_host *host, unsigned int data_buf_size, unsigned int buf_packets, int channel, int dma_mode, int irq_interval, void (*callback) (struct hpsb_iso *)) argument
[all...]
H A Diso.h107 unsigned int buf_packets; member in struct:hpsb_iso
155 unsigned int buf_packets,
162 unsigned int buf_packets,
H A Draw1394.h147 __u32 buf_packets; member in struct:raw1394_iso_config
H A Dohci1394.c1070 ((recv->nblocks+1)/iso->buf_packets);
1079 recv->nblocks = iso->buf_packets;
1081 if (recv->block_irq_interval * 4 > iso->buf_packets)
1082 recv->block_irq_interval = iso->buf_packets / 4;
1089 max_packet_size = iso->buf_size / iso->buf_packets;
1094 if (recv->buf_stride*iso->buf_packets > iso->buf_size ||
1740 prog_size = sizeof(struct iso_xmit_cmd) * iso->buf_packets;
1808 for (count = 0; count < iso->buf_packets; count++) {
1898 prev_i = (next_i == 0) ? (iso->buf_packets - 1) : (next_i - 1);
H A Draw1394.c2369 stat->config.buf_packets = iso->buf_packets;
2390 stat.config.buf_packets,
2422 stat.config.buf_packets,
2481 packet = (packet + 1) % fi->iso_handle->buf_packets;
2496 if (upackets.n_packets >= fi->iso_handle->buf_packets)
H A Deth1394.c1268 &iso->infos[(iso->first_packet + i) % iso->buf_packets];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/firewire/
H A Dfiredtv-1394.c65 for (i = 0; i < num; i++, packet = (packet + 1) % iso->buf_packets) {

Completed in 87 milliseconds