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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Diso.c51 unsigned int buf_packets,
70 if (buf_packets < 2)
71 buf_packets = 2;
77 if ((irq_interval < 0) || (irq_interval > buf_packets / 4))
78 irq_interval = buf_packets / 4;
93 buf_packets * sizeof(struct hpsb_iso_packet_info),
110 iso->buf_packets = buf_packets;
116 iso->n_ready_packets = iso->buf_packets;
160 unsigned int buf_packets,
48 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
158 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
193 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.h106 unsigned int buf_packets; member in struct:hpsb_iso
152 unsigned int buf_packets,
159 unsigned int buf_packets,
H A Draw1394.h147 __u32 buf_packets; member in struct:raw1394_iso_config
H A Dohci1394.c1233 ((recv->nblocks+1)/iso->buf_packets);
1242 recv->nblocks = iso->buf_packets;
1244 if (recv->block_irq_interval * 4 > iso->buf_packets)
1245 recv->block_irq_interval = iso->buf_packets / 4;
1252 max_packet_size = iso->buf_size / iso->buf_packets;
1257 if (recv->buf_stride*iso->buf_packets > iso->buf_size ||
1899 prog_size = sizeof(struct iso_xmit_cmd) * iso->buf_packets;
1967 for (count = 0; count < iso->buf_packets; count++) {
2037 prev_i = (next_i == 0) ? (iso->buf_packets - 1) : (next_i - 1);
H A Draw1394.c2505 stat->config.buf_packets = iso->buf_packets;
2526 stat.config.buf_packets,
2558 stat.config.buf_packets,
2615 packet = (packet + 1) % fi->iso_handle->buf_packets;
2630 if (upackets.n_packets >= fi->iso_handle->buf_packets)
H A Deth1394.c1277 &iso->infos[(iso->first_packet + i) % iso->buf_packets];

Completed in 66 milliseconds