Home
last modified time | relevance | path

Searched full:maxq (Results 1 – 12 of 12) sorted by relevance

/linux/include/linux/mfd/
H A Dmax77759.h92 /* MaxQ opcodes for max77759_maxq_command() */
108 * @maxq_lock: Lock for serializing access to MaxQ
109 * @regmap_maxq: Regmap for accessing MaxQ registers
110 * @cmd_done: Used to signal completion of a MaxQ command
113 * The MAX77759 comprises several sub-blocks, namely TOP, MaxQ, Charger,
119 /* This protects MaxQ commands - only one can be active */
128 * struct max77759_maxq_command - structure containing the MaxQ command to
140 * struct max77759_maxq_response - structure containing the MaxQ response
151 * max77759_maxq_command() - issue a MaxQ command and wait for the response
/linux/drivers/mfd/
H A Dmax77759.c136 .name = "maxq",
192 * - MAXQ_INT: MaxQ IRQs
280 .name = "max77759-maxq",
281 .domain_suffix = "MAXQ",
375 * MaxQ latches the message when the DATAOUT32 register is written. If in max77759_maxq_command()
389 /* Wait for response from MaxQ */ in max77759_maxq_command()
535 "failed to add child devices (MaxQ)\n"); in max77759_add_chained_maxq()
/linux/include/net/
H A Dpie.h69 * @maxq: maximum queue size
76 u32 maxq; member
/linux/net/sched/
H A Dsch_pie.c118 if (qdisc_qlen(sch) > q->stats.maxq) in pie_qdisc_enqueue()
119 q->stats.maxq = qdisc_qlen(sch); in pie_qdisc_enqueue()
509 .maxq = q->stats.maxq, in pie_dump_stats()
H A Dsch_dualpi2.c111 u32 maxq; /* Maximum queue size of the C-queue */ member
412 if (qdisc_qlen(sch) > q->maxq) in dualpi2_enqueue_skb()
413 q->maxq = qdisc_qlen(sch); in dualpi2_enqueue_skb()
1029 .maxq = q->maxq, in dualpi2_dump_stats()
1060 q->maxq = 0; in dualpi2_reset()
/linux/drivers/gpio/
H A Dgpio-max77759.c31 struct mutex maxq_lock; /* protect MaxQ r/m/w operations */
445 chip->map = dev_get_regmap(pdev->dev.parent, "maxq"); in max77759_gpio_probe()
/linux/include/uapi/linux/
H A Dpkt_sched.h923 __u32 maxq; /* maximum queue size */ member
1273 __u32 maxq; /* maximum queue size */ member
/linux/tools/include/uapi/linux/
H A Dpkt_sched.h855 __u32 maxq; /* maximum queue size */ member
/linux/drivers/ufs/core/
H A Dufs-mcq.c173 /* maxq is 0 based value */ in ufshcd_mcq_config_nr_queues()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c250 u32 maxq = max(rx_queues_cnt, tx_queues_cnt); in __stmmac_disable_all_queues() local
253 for (queue = 0; queue < maxq; queue++) { in __stmmac_disable_all_queues()
299 u32 maxq = max(rx_queues_cnt, tx_queues_cnt); in stmmac_enable_all_queues() local
302 for (queue = 0; queue < maxq; queue++) { in stmmac_enable_all_queues()
7393 u32 queue, maxq; in stmmac_napi_add() local
7395 maxq = max(priv->plat->rx_queues_to_use, priv->plat->tx_queues_to_use); in stmmac_napi_add()
7397 for (queue = 0; queue < maxq; queue++) { in stmmac_napi_add()
7422 u32 queue, maxq; in stmmac_napi_del() local
7424 maxq = max(priv->plat->rx_queues_to_use, priv->plat->tx_queues_to_use); in stmmac_napi_del()
7426 for (queue = 0; queue < maxq; queue++) { in stmmac_napi_del()
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c50 #define MAXQ 255 macro
1200 return clamp_val(qindex, 0, MAXQ); in vdec_av1_slice_get_qindex()
/linux/drivers/message/fusion/
H A Dmptbase.c6819 y = sprintf(buffer+len, "%s: %s, %s%08xh%s, Ports=%d, MaxQ=%d", in mpt_print_ioc_summary()
6853 seq_printf(m, "%s: %s, %s%08xh%s, Ports=%d, MaxQ=%d", in seq_mpt_print_ioc_summary()