Home
last modified time | relevance | path

Searched refs:shaping (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/Documentation/netlink/specs/
H A Dnet_shaper.yaml30 support for complex scheduling hierarchy, or for some shaping
97 Maximum burst-size for shaping. Should not be interpreted
190 doc: The device supports maximum B/W shaping.
301 The user can optionally provide shaping attributes for the node
304 the device shaping configuration, otherwise the @node shaper
/linux-6.15/drivers/atm/
H A Deni.h49 int shaping; /* shaped peak cell rate */ member
H A Deni.c1329 tx->reserved = tx->shaping = 0; in reserve_or_set_tx()
1346 if (!error && set_rsv && !set_shp && rate < tx->shaping) in reserve_or_set_tx()
1367 tx->shaping = rate; in reserve_or_set_tx()
1370 DPRINTK("rsv %d shp %d\n",tx->reserved,tx->shaping); in reserve_or_set_tx()
1970 if ((flgs & ATM_MF_DEC_SHP) && rate && rate < tx->shaping) shp = 1; in eni_change_qos()
1971 if ((flgs & ATM_MF_INC_SHP) && (!rate || rate > tx->shaping)) shp = 1; in eni_change_qos()
2151 tx->reserved,tx->shaping, in eni_proc_read()
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Dst,sta350.txt99 If present, the noise-shaping technique on the DC cutoff filter are
/linux-6.15/Documentation/networking/
H A Dnetdevices.rst330 For device drivers that implement shaping or queue management APIs, all control
350 For device drivers that implement shaping or queue management APIs,
/linux-6.15/Documentation/networking/device_drivers/ethernet/intel/
H A Digb.rst183 When enabling the CBS qdisc in the hardware offload mode, traffic shaping using
/linux-6.15/Documentation/networking/device_drivers/ethernet/marvell/
H A Docteontx2.rst303 levels. Each level contains an array of queues to support scheduling and shaping.