Home
last modified time | relevance | path

Searched refs:hidma (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-platform-hidma-mgmt1 What: /sys/devices/platform/hidma-mgmt*/chanops/chan*/priority
10 What: /sys/devices/platform/hidma-mgmt*/chanops/chan*/weight
19 What: /sys/devices/platform/hidma-mgmt*/chreset_timeout_cycles
31 What: /sys/devices/platform/hidma-mgmt*/dma_channels
40 What: /sys/devices/platform/hidma-mgmt*/hw_version_major
48 What: /sys/devices/platform/hidma-mgmt*/hw_version_minor
56 What: /sys/devices/platform/hidma-mgmt*/max_rd_xactions
68 What: /sys/devices/platform/hidma-mgmt*/max_read_request
77 What: /sys/devices/platform/hidma-mgmt*/max_wr_xactions
90 What: /sys/devices/platform/hidma-mgmt*/max_write_request
Dsysfs-platform-hidma1 What: /sys/devices/platform/hidma-*/chid
/linux-6.12.1/drivers/dma/qcom/
DMakefile8 hdma-objs := hidma_ll.o hidma.o hidma_dbg.o
/linux-6.12.1/drivers/net/ethernet/
Djme.c1957 bool hidma) in jme_fill_tx_map() argument
1972 txdesc->desc2.flags |= (hidma) ? TXFLAG_64BIT : 0; in jme_fill_tx_map()
2006 bool hidma = jme->dev->features & NETIF_F_HIGHDMA; in jme_map_tx_skb() local
2020 skb_frag_size(frag), hidma); in jme_map_tx_skb()
2031 offset_in_page(skb->data), len, hidma); in jme_map_tx_skb()
/linux-6.12.1/
DMAINTAINERS19055 F: drivers/dma/qcom/hidma*