/linux/drivers/infiniband/hw/irdma/ |
H A D | uk.c | 71 qp->sq_wrtrk_array[wqe_idx].quanta = IRDMA_QP_WQE_MIN_QUANTA; in irdma_nop_1() 150 * @quanta: size of WR in quanta 155 u16 quanta, u32 total_size, in irdma_qp_get_next_send_wqe() argument 166 if (quanta <= avail_quanta) { in irdma_qp_get_next_send_wqe() 168 if (quanta > IRDMA_SQ_RING_FREE_QUANTA(qp->sq_ring)) in irdma_qp_get_next_send_wqe() 172 if (quanta + avail_quanta > in irdma_qp_get_next_send_wqe() 186 IRDMA_RING_MOVE_HEAD_BY_COUNT_NOCHECK(qp->sq_ring, quanta); in irdma_qp_get_next_send_wqe() 189 if (qp->uk_attrs->hw_rev == IRDMA_GEN_1 && quanta == 1 && in irdma_qp_get_next_send_wqe() 196 qp->sq_wrtrk_array[*wqe_idx].quanta in irdma_qp_get_next_send_wqe() 243 u16 quanta; irdma_uk_rdma_write() local 337 u16 quanta; irdma_uk_rdma_read() local 417 u16 quanta; irdma_uk_send() local 663 u16 quanta; irdma_uk_inline_rdma_write() local 731 u16 quanta; irdma_uk_inline_send() local 1568 irdma_fragcnt_to_quanta_sq(u32 frag_cnt,u16 * quanta) irdma_fragcnt_to_quanta_sq() argument [all...] |
H A D | user.h | 306 u16 quanta; member 399 u16 quanta, u32 total_size, 404 int irdma_fragcnt_to_quanta_sq(u32 frag_cnt, u16 *quanta);
|
/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_ets.c | 44 if (params->quanta[i] && params->weights[i] == 0) in lan966x_ets_add() 52 if (params->quanta[i] == 0) in lan966x_ets_add() 59 if (params->quanta[i] == 0) in lan966x_ets_add()
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | sch_ets_tests.sh | 148 local -a quanta=("$@") 161 echo ${quanta[$i]} 165 ets_change_qdisc $dev $nstrict "$priomap" ${quanta[@]}
|
H A D | sch_ets_core.sh | 49 # | | qdisc ets quanta $W0 $W1 $W2 | 109 local quanta=("${@}") 115 $(if ((${#quanta[@]})); then echo quanta ${quanta[@]}; fi) \ 125 local quanta=("${@}") 131 $(if ((${#quanta[@]})); then echo quanta ${quanta[@]}; fi)
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_trace_guc.h | 122 __field(u64, quanta) 139 __entry->quanta = ea->quanta; 143 TP_printk("dev=%s engine %s:%d Active=%llu, quanta=%llu, last_cpu_ts=%llu\n" 147 (__entry->active + __entry->total), __entry->quanta, __entry->last_cpu_ts,
|
H A D | xe_guc_engine_activity_types.h | 25 /** @quanta: total quanta used on HW */ 26 u64 quanta; member 34 * quanta calculations.
|
H A D | xe_guc_engine_activity.c | 253 ea->quanta = cpu_ns_to_guc_tsc_tick(ea->quanta_ns, cached_metadata->guc_tsc_frequency_hz); in get_engine_total_ticks() 257 return ea->quanta; in get_engine_total_ticks() 412 * Return: accumulated quanta of ticks allocated for the engine
|
/linux/net/sched/ |
H A D | sch_ets.c | 146 qopt.replace_params.quanta[i] = quantum; in ets_offload_change() 546 unsigned int *quanta, in ets_qdisc_quanta_parse() argument 567 err = ets_quantum_parse(sch, attr, &quanta[band++], in ets_qdisc_quanta_parse() 584 unsigned int quanta[TCQ_ETS_MAX_BANDS] = {0}; in ets_qdisc_change() local 628 nbands, nstrict, quanta, extack); in ets_qdisc_change() 636 if (!quanta[i]) in ets_qdisc_change() 637 quanta[i] = psched_mtu(qdisc_dev(sch)); in ets_qdisc_change() 664 q->classes[i].deficit = quanta[i]; in ets_qdisc_change() 671 WRITE_ONCE(q->classes[i].quantum, quanta[i]); in ets_qdisc_change()
|
/linux/arch/arm/boot/dts/aspeed/ |
H A D | Makefile | 66 aspeed-bmc-quanta-q71l.dtb \ 67 aspeed-bmc-quanta-s6q.dtb \
|
H A D | aspeed-bmc-quanta-q71l.dts | 8 compatible = "quanta,q71l-bmc", "aspeed,ast2400";
|
/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_tc.c | 136 if (params->quanta[i] && params->weights[i] == 0) { in sparx5_tc_setup_qdisc_ets()
|
H A D | sparx5_qos.c | 552 if (params->quanta[i] == 0) in sparx5_tc_ets_add() 559 if (params->quanta[i] == 0) in sparx5_tc_ets_add()
|
/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_qdisc.c | 1323 const unsigned int *quanta, in __mlxsw_sp_qdisc_ets_replace() argument 1360 tclass_num, 0, !!quanta[band], in __mlxsw_sp_qdisc_ets_replace() 1558 handle, p->bands, p->quanta, in mlxsw_sp_qdisc_ets_replace()
|
/linux/include/net/ |
H A D | pkt_cls.h | 1012 unsigned int quanta[TCQ_ETS_MAX_BANDS]; /* 0 for strict bands. */ member
|
/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-npcm730-gbs.dts | 10 compatible = "quanta,gbs-bmc","nuvoton,npcm730";
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-system-cpu | 667 in TSC-quanta that the CPU can reside in either C0.1
|
/linux/drivers/net/ethernet/airoha/ |
H A D | airoha_eth.c | 2126 if (!p->quanta[i]) in airoha_qdma_set_tx_ets_sched()
|
/linux/drivers/net/dsa/microchip/ |
H A D | ksz_common.c | 4447 if (p->quanta[band]) { in ksz_tc_ets_validate()
|
/linux/Documentation/networking/ |
H A D | can.rst | 1312 Shows the time quanta in ns, propagation segment, phase buffer
|