Searched refs:max_packets (Results 1 – 8 of 8) sorted by relevance
| /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 | 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()
|
| /linux/net/sched/ |
| H A D | sch_netem.c | 697 q->slot.packets_left = q->slot_config.max_packets; in netem_erase_head() 882 if (c->max_packets < 0 || c->max_bytes < 0) { 894 if (q->slot_config.max_packets == 0) in get_reorder() 895 q->slot_config.max_packets = INT_MAX; in get_reorder() 902 q->slot.packets_left = q->slot_config.max_packets; in get_corrupt() 1317 if (slot.max_packets == INT_MAX) in netem_dump_class() 1318 slot.max_packets = 0; in netem_dump_class()
|
| 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 173 } while (++i < max_packets && len < threshold); in fq_codel_drop()
|
| /linux/drivers/net/ |
| H A D | virtio_net.c | 290 u32 max_packets; member 4052 u16 vqn, u32 max_usecs, u32 max_packets) in virtnet_send_ctrl_coal_vq_cmd() argument 4063 coal_vq->coal.max_packets = cpu_to_le32(max_packets); in virtnet_send_ctrl_coal_vq_cmd() 4076 u32 max_packets) in virtnet_send_rx_ctrl_coal_vq_cmd() argument 4084 max_usecs, max_packets); in virtnet_send_rx_ctrl_coal_vq_cmd() 4089 vi->rq[queue].intr_coal.max_packets = max_packets; in virtnet_send_rx_ctrl_coal_vq_cmd() 4096 u32 max_packets) in virtnet_send_tx_ctrl_coal_vq_cmd() argument 4104 max_usecs, max_packets); in virtnet_send_tx_ctrl_coal_vq_cmd() 4109 vi->sq[queue].intr_coal.max_packets = max_packets; in virtnet_send_tx_ctrl_coal_vq_cmd() 4170 vi->intr_coal_tx.max_packets); in virtnet_set_ringparam() [all …]
|
| /linux/drivers/net/ethernet/qualcomm/emac/ |
| H A D | emac-mac.h | 213 u16 max_packets; /* max packets per interrupt */ member
|
| /linux/include/uapi/linux/ |
| H A D | virtio_net.h | 447 __le32 max_packets; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | pkt_sched.h | 517 __s32 max_packets; member
|