/openbmc/linux/drivers/media/usb/stk1160/ |
H A D | stk1160-video.c | 417 int sb_size, int max_packets) in stk1160_fill_urb() argument 421 stk_urb->urb = usb_alloc_urb(max_packets, GFP_KERNEL); in stk1160_fill_urb() 457 int i, j, k, sb_size, max_packets, num_bufs; in stk1160_alloc_isoc() local 471 max_packets = STK1160_NUM_PACKETS; in stk1160_alloc_isoc() 472 sb_size = max_packets * dev->max_pkt_size; in stk1160_alloc_isoc() 481 sb_size, max_packets); in stk1160_alloc_isoc() 506 urb->number_of_packets = max_packets; in stk1160_alloc_isoc() 511 for (j = 0; j < max_packets; j++) { in stk1160_alloc_isoc()
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | qos_max_descriptors.sh | 231 local max_packets=$1; shift 235 100 * $num_packets / $max_packets
|
/openbmc/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-vbi.h | 30 int cx231xx_init_vbi_isoc(struct cx231xx *dev, int max_packets,
|
H A D | cx231xx-core.c | 983 int cx231xx_init_isoc(struct cx231xx *dev, int max_packets, in cx231xx_init_isoc() argument 1044 sb_size = max_packets * dev->video_mode.isoc_ctl.max_pkt_size; in cx231xx_init_isoc() 1054 urb = usb_alloc_urb(max_packets, GFP_KERNEL); in cx231xx_init_isoc() 1080 urb->number_of_packets = max_packets; in cx231xx_init_isoc() 1084 for (j = 0; j < max_packets; j++) { in cx231xx_init_isoc() 1119 int cx231xx_init_bulk(struct cx231xx *dev, int max_packets, in cx231xx_init_bulk() argument 1178 sb_size = max_packets * dev->video_mode.bulk_ctl.max_pkt_size; in cx231xx_init_bulk()
|
H A D | cx231xx-vbi.c | 340 int cx231xx_init_vbi_isoc(struct cx231xx *dev, int max_packets, in cx231xx_init_vbi_isoc() argument 394 sb_size = max_packets * dev->vbi_mode.bulk_ctl.max_pkt_size; in cx231xx_init_vbi_isoc()
|
H A D | cx231xx.h | 862 int cx231xx_init_isoc(struct cx231xx *dev, int max_packets, 866 int cx231xx_init_bulk(struct cx231xx *dev, int max_packets,
|
/openbmc/linux/drivers/net/ |
H A D | virtio_net.c | 131 u32 max_packets; member 2905 u16 vqn, u32 max_usecs, u32 max_packets); 2950 vi->intr_coal_tx.max_packets); in virtnet_set_ringparam() 2955 vi->sq[i].intr_coal.max_packets = vi->intr_coal_tx.max_packets; in virtnet_set_ringparam() 2966 vi->intr_coal_rx.max_packets); in virtnet_set_ringparam() 2971 vi->rq[i].intr_coal.max_packets = vi->intr_coal_rx.max_packets; in virtnet_set_ringparam() 3325 vi->intr_coal_tx.max_packets = ec->tx_max_coalesced_frames; in virtnet_send_notf_coal_cmds() 3328 vi->sq[i].intr_coal.max_packets = ec->tx_max_coalesced_frames; in virtnet_send_notf_coal_cmds() 3342 vi->intr_coal_rx.max_packets = ec->rx_max_coalesced_frames; in virtnet_send_notf_coal_cmds() 3345 vi->rq[i].intr_coal.max_packets = ec->rx_max_coalesced_frames; in virtnet_send_notf_coal_cmds() [all …]
|
/openbmc/linux/drivers/usb/cdns3/ |
H 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()
|
/openbmc/linux/net/sched/ |
H A D | sch_netem.c | 668 q->slot.packets_left = q->slot_config.max_packets; in get_slot_next() 832 if (q->slot_config.max_packets == 0) in get_slot() 833 q->slot_config.max_packets = INT_MAX; in get_slot() 840 q->slot.packets_left = q->slot_config.max_packets; in get_slot() 1233 if (slot.max_packets == INT_MAX) in netem_dump() 1234 slot.max_packets = 0; in netem_dump()
|
H A D | sch_fq_codel.c | 137 static unsigned int fq_codel_drop(struct Qdisc *sch, unsigned int max_packets, in fq_codel_drop() argument 172 } while (++i < max_packets && len < threshold); in fq_codel_drop()
|
/openbmc/linux/include/uapi/linux/ |
H A D | virtio_net.h | 399 __le32 max_packets; member
|
H A D | pkt_sched.h | 647 __s32 max_packets; member
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | virtio_net.h | 400 uint32_t max_packets; member
|
/openbmc/linux/drivers/net/ethernet/qualcomm/emac/ |
H A D | emac-mac.h | 213 u16 max_packets; /* max packets per interrupt */ member
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-mem.c | 1074 u32 max_packets; in xhci_setup_addressable_virt_dev() local 1092 max_packets = MAX_PACKET(512); in xhci_setup_addressable_virt_dev() 1096 max_packets = MAX_PACKET(512); in xhci_setup_addressable_virt_dev() 1100 max_packets = MAX_PACKET(64); in xhci_setup_addressable_virt_dev() 1105 max_packets = MAX_PACKET(64); in xhci_setup_addressable_virt_dev() 1109 max_packets = MAX_PACKET(8); in xhci_setup_addressable_virt_dev() 1175 max_packets); in xhci_setup_addressable_virt_dev()
|
/openbmc/linux/drivers/media/usb/au0828/ |
H 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()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | pkt_sched.h | 626 __s32 max_packets; member
|