Searched defs:num_packets (Results 1 - 11 of 11) sorted by relevance

/drivers/net/wireless/wl12xx/
H A Devent.c231 u32 num_packets = wl->conf.tx.max_tx_retries; local
255 ieee80211_report_low_ack(sta, num_packets);
/drivers/isdn/hisax/
H A Dst5481_usb.c397 unsigned int pipe, void *buf, int num_packets,
407 urb->number_of_packets = num_packets;
408 urb->transfer_buffer_length = num_packets * packet_size;
413 for (k = 0; k < num_packets; k++) {
422 unsigned int pipe, int num_packets,
431 urb[j] = usb_alloc_urb(num_packets, GFP_KERNEL);
442 num_packets, packet_size, complete,
554 in->num_packets, in->packet_size,
555 in->num_packets * in->packet_size,
396 fill_isoc_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, void *buf, int num_packets, int packet_size, usb_complete_t complete, void *context) argument
421 st5481_setup_isocpipes(struct urb *urb[2], struct usb_device *dev, unsigned int pipe, int num_packets, int packet_size, int buf_size, usb_complete_t complete, void *context) argument
H A Dst5481_d.c299 unsigned int num_packets, packet_offset; local
340 num_packets = 0;
343 desc = &urb->iso_frame_desc[num_packets];
348 num_packets++;
351 urb->number_of_packets = num_packets;
704 adapter->d_in.num_packets = NUM_ISO_PACKETS_D;
H A Dhfc_usb.c428 void *buf, int num_packets, int packet_size, int interval,
436 urb->number_of_packets = num_packets;
437 urb->transfer_buffer_length = packet_size * num_packets;
443 for (k = 0; k < num_packets; k++) {
427 fill_isoc_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, void *buf, int num_packets, int packet_size, int interval, usb_complete_t complete, void *context) argument
H A Dst5481.h358 unsigned int num_packets; member in struct:st5481_in
446 unsigned int pipe, int num_packets,
/drivers/firmware/
H A Ddell_rbu.c64 unsigned long num_packets; member in struct:_rbu_data
97 rbu_data.num_packets = 0;
194 ++rbu_data.num_packets;
306 if (0 == rbu_data.num_packets)
357 rbu_data.num_packets = 0;
479 if (rbu_data.num_packets == 0) {
/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c980 void *buf, int num_packets, int packet_size, int interval,
985 usb_fill_bulk_urb(urb, dev, pipe, buf, packet_size * num_packets,
988 urb->number_of_packets = num_packets;
993 for (k = 0; k < num_packets; k++) {
979 fill_isoc_urb(struct urb *urb, struct usb_device *dev, unsigned int pipe, void *buf, int num_packets, int packet_size, int interval, usb_complete_t complete, void *context) argument
/drivers/usb/atm/
H A Dusbatm.c1061 unsigned int maxpacket, num_packets; local
1152 num_packets = max(1U, (rcv_buf_bytes + maxpacket / 2) / maxpacket); /* round */
1154 if (num_packets * maxpacket > UDSL_MAX_BUF_SIZE)
1155 num_packets--;
1157 instance->rx_channel.buf_size = num_packets * maxpacket;
/drivers/firewire/
H A Dnet.c1120 unsigned num_packets; local
1140 num_packets = (FWNET_ISO_PAGE_COUNT * PAGE_SIZE) / max_receive;
1158 ptrptr = kmalloc(sizeof(void *) * num_packets, GFP_KERNEL);
1170 for (v = 0; v < num_packets / FWNET_ISO_PAGE_COUNT; v++)
1187 for (u = 0; u < num_packets; u++) {
1195 dev->num_broadcast_rcv_ptrs = num_packets;
/drivers/media/video/em28xx/
H A Dem28xx.h210 int num_packets; member in struct:em28xx_usb_isoc_bufs
/drivers/usb/host/
H A Dxhci.h767 /* mult and num_packets are one-based */
769 unsigned int num_packets; member in struct:xhci_bw_info
872 unsigned int num_packets; member in struct:xhci_interval_bw

Completed in 224 milliseconds