Searched refs:max_packets (Results 1 – 10 of 10) sorted by relevance
| /drivers/media/usb/stk1160/ |
| A D | stk1160-video.c | 402 int sb_size, int max_packets) in stk1160_fill_urb() argument 404 stk_urb->urb = usb_alloc_urb(max_packets, GFP_KERNEL); in stk1160_fill_urb() 429 int i, j, k, sb_size, max_packets, num_bufs; in stk1160_alloc_isoc() local 443 max_packets = STK1160_NUM_PACKETS; in stk1160_alloc_isoc() 444 sb_size = max_packets * dev->max_pkt_size; in stk1160_alloc_isoc() 453 sb_size, max_packets); in stk1160_alloc_isoc() 478 urb->number_of_packets = max_packets; in stk1160_alloc_isoc() 484 for (j = 0; j < max_packets; j++) { in stk1160_alloc_isoc()
|
| /drivers/media/usb/cx231xx/ |
| A D | cx231xx-vbi.h | 30 int cx231xx_init_vbi_isoc(struct cx231xx *dev, int max_packets,
|
| A D | cx231xx-core.c | 982 int cx231xx_init_isoc(struct cx231xx *dev, int max_packets, in cx231xx_init_isoc() argument 1043 sb_size = max_packets * dev->video_mode.isoc_ctl.max_pkt_size; in cx231xx_init_isoc() 1053 urb = usb_alloc_urb(max_packets, GFP_KERNEL); in cx231xx_init_isoc() 1079 urb->number_of_packets = max_packets; in cx231xx_init_isoc() 1083 for (j = 0; j < max_packets; j++) { in cx231xx_init_isoc() 1118 int cx231xx_init_bulk(struct cx231xx *dev, int max_packets, in cx231xx_init_bulk() argument 1177 sb_size = max_packets * dev->video_mode.bulk_ctl.max_pkt_size; in cx231xx_init_bulk()
|
| A D | cx231xx-vbi.c | 338 int cx231xx_init_vbi_isoc(struct cx231xx *dev, int max_packets, in cx231xx_init_vbi_isoc() argument 392 sb_size = max_packets * dev->vbi_mode.bulk_ctl.max_pkt_size; in cx231xx_init_vbi_isoc()
|
| A D | cx231xx.h | 864 int cx231xx_init_isoc(struct cx231xx *dev, int max_packets, 868 int cx231xx_init_bulk(struct cx231xx *dev, int max_packets,
|
| /drivers/net/ |
| A D | virtio_net.c | 289 u32 max_packets; member 4093 coal_vq->coal.max_packets = cpu_to_le32(max_packets); in virtnet_send_ctrl_coal_vq_cmd() 4106 u32 max_packets) in virtnet_send_rx_ctrl_coal_vq_cmd() argument 4114 max_usecs, max_packets); in virtnet_send_rx_ctrl_coal_vq_cmd() 4119 vi->rq[queue].intr_coal.max_packets = max_packets; in virtnet_send_rx_ctrl_coal_vq_cmd() 4126 u32 max_packets) in virtnet_send_tx_ctrl_coal_vq_cmd() argument 4134 max_usecs, max_packets); in virtnet_send_tx_ctrl_coal_vq_cmd() 4139 vi->sq[queue].intr_coal.max_packets = max_packets; in virtnet_send_tx_ctrl_coal_vq_cmd() 5293 u32 max_usecs, max_packets; in virtnet_send_rx_notf_coal_vq_cmds() local 5300 max_packets = vi->rq[queue].intr_coal.max_packets; in virtnet_send_rx_notf_coal_vq_cmds() [all …]
|
| /drivers/usb/cdns3/ |
| A D | cdnsp-mem.c | 730 u32 max_packets, port; in cdnsp_setup_addressable_priv_dev() local 741 max_packets = MAX_PACKET(512); in cdnsp_setup_addressable_priv_dev() 745 max_packets = MAX_PACKET(512); in cdnsp_setup_addressable_priv_dev() 749 max_packets = MAX_PACKET(64); in cdnsp_setup_addressable_priv_dev() 753 max_packets = MAX_PACKET(64); in cdnsp_setup_addressable_priv_dev() 767 max_packets); in cdnsp_setup_addressable_priv_dev()
|
| /drivers/usb/host/ |
| A D | xhci-mem.c | 1096 u32 max_packets; in xhci_setup_addressable_virt_dev() local 1113 max_packets = MAX_PACKET(512); in xhci_setup_addressable_virt_dev() 1117 max_packets = MAX_PACKET(512); in xhci_setup_addressable_virt_dev() 1121 max_packets = MAX_PACKET(64); in xhci_setup_addressable_virt_dev() 1126 max_packets = MAX_PACKET(64); in xhci_setup_addressable_virt_dev() 1130 max_packets = MAX_PACKET(8); in xhci_setup_addressable_virt_dev() 1193 max_packets); in xhci_setup_addressable_virt_dev()
|
| /drivers/net/ethernet/qualcomm/emac/ |
| A D | emac-mac.h | 213 u16 max_packets; /* max packets per interrupt */ member
|
| /drivers/media/usb/au0828/ |
| A D | au0828-video.c | 195 static int au0828_init_isoc(struct au0828_dev *dev, int max_packets, in au0828_init_isoc() argument 228 sb_size = max_packets * dev->isoc_ctl.max_pkt_size; in au0828_init_isoc() 232 urb = usb_alloc_urb(max_packets, GFP_KERNEL); in au0828_init_isoc() 256 urb->number_of_packets = max_packets; in au0828_init_isoc() 260 for (j = 0; j < max_packets; j++) { in au0828_init_isoc()
|
Completed in 50 milliseconds