Home
last modified time | relevance | path

Searched refs:TSE (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/Documentation/devicetree/bindings/net/
Daltera_tse.txt1 * Altera Triple-Speed Ethernet MAC driver (TSE)
4 - compatible: Should be "altr,tse-1.0" for legacy SGDMA based TSE, and should
5 be "altr,tse-msgdma-1.0" for the preferred MSGDMA based TSE.
18 - interrupts: Should contain the TSE interrupts and it's mode.
29 If present, TSE supports additional unicast addresses.
32 If present, TSE supports a hash based multicast filter.
35 - mdio device tree subnode: When the TSE has a phy connected to its local
/linux-4.4.14/drivers/net/ethernet/altera/
DKconfig6 This driver supports the Altera Triple-Speed (TSE) Ethernet MAC.
/linux-4.4.14/Documentation/networking/
Daltera_tse.txt5 This is the driver for the Altera Triple-Speed Ethernet (TSE) controllers
133 The statistics supported by the TSE and the device driver are as follows:
251 Altera TSE. This statistics counts the number of received good and errored
253 in the frm_length register. See the Altera TSE User Guide for More details.
/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-dev.c335 XGMAC_DMA_IOWRITE_BITS(channel, DMA_CH_TCR, TSE, 1); in xgbe_config_tso_mode()
1525 XGMAC_SET_BITS_LE(rdesc->desc3, TX_NORMAL_DESC3, TSE, 1); in xgbe_dev_xmit()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_reg.h2607 #define TSE (1<<0) macro
Dintel_pm.c4195 I915_WRITE16(TSC1, I915_READ(TSC1) | TSE); in ironlake_enable_drps()