Searched refs:dma_cap (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_main.c | 584 if (!(priv->dma_cap.time_stamp || priv->adv_ts)) { in stmmac_hwtstamp_set() 773 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) in stmmac_hwtstamp_get() 830 if (!(priv->dma_cap.time_stamp || priv->dma_cap.atime_stamp)) { in stmmac_init_timestamping() 844 if (xmac && priv->dma_cap.atime_stamp) in stmmac_init_timestamping() 847 else if (priv->extend_desc && priv->dma_cap.atime_stamp) in stmmac_init_timestamping() 850 if (priv->dma_cap.time_stamp) in stmmac_init_timestamping() 935 if (priv->hw_cap_support && !priv->dma_cap.half_duplex) in stmmac_mac_get_caps() 992 if (priv->dma_cap.eee) in stmmac_mac_link_down() 1109 if (priv->dma_cap.eee) in stmmac_mac_link_up() 1217 if (priv->dma_cap.pcs && interface == PHY_INTERFACE_MODE_SGMII) { in stmmac_check_pcs_mode() [all …]
|
| H A D | stmmac_selftests.c | 404 if (!priv->dma_cap.rmon) in stmmac_test_mmc() 434 if (!priv->dma_cap.eee || !priv->eee_active) in stmmac_test_eee() 762 pkt_count = priv->dma_cap.rx_fifo_size; in stmmac_test_flowctrl() 824 if (!priv->dma_cap.rssen || !priv->rss.enable) in stmmac_test_rss() 967 if (!priv->dma_cap.vlhash) in stmmac_test_vlanfilt() 975 int ret, prev_cap = priv->dma_cap.vlhash; in stmmac_test_vlanfilt_perfect() 980 priv->dma_cap.vlhash = 0; in stmmac_test_vlanfilt_perfect() 982 priv->dma_cap.vlhash = prev_cap; in stmmac_test_vlanfilt_perfect() 1061 if (!priv->dma_cap.vlhash) in stmmac_test_dvlanfilt() 1069 int ret, prev_cap = priv->dma_cap.vlhash; in stmmac_test_dvlanfilt_perfect() [all …]
|
| H A D | stmmac_tc.c | 261 struct dma_features *dma_cap = &priv->dma_cap; in tc_init() local 265 priv->flow_entries_max = dma_cap->l3l4fnum; in tc_init() 286 if (!dma_cap->frpsel) in tc_init() 289 switch (dma_cap->frpbs) { in tc_init() 303 switch (dma_cap->frpes) { in tc_init() 346 if (!priv->dma_cap.av) in tc_setup_cbs() 934 u32 size, wid = priv->dma_cap.estwid, dep = priv->dma_cap.estdep; in tc_taprio_configure() 944 if (!priv->dma_cap.estsel) in tc_taprio_configure() 1161 if (!priv->dma_cap.tbssel) in tc_setup_etf() 1192 if (!priv->dma_cap.estsel) in tc_query_caps()
|
| H A D | stmmac.h | 289 struct dma_features dma_cap; member
|
| /linux/drivers/dma/dw/ |
| H A D | acpi.c | 38 dma_cap_zero(info->dma_cap); in dw_dma_acpi_controller_register() 39 dma_cap_set(DMA_SLAVE, info->dma_cap); in dw_dma_acpi_controller_register()
|
| /linux/include/linux/ |
| H A D | of_dma.h | 30 dma_cap_mask_t dma_cap; member
|
| /linux/drivers/gpib/eastwood/ |
| H A D | fluke_gpib.c | 971 dma_cap_mask_t dma_cap; in fluke_attach_impl() local 1054 dma_cap_zero(dma_cap); in fluke_attach_impl() 1055 dma_cap_set(DMA_SLAVE, dma_cap); in fluke_attach_impl() 1056 e_priv->dma_channel = dma_request_channel(dma_cap, gpib_dma_channel_filter, NULL); in fluke_attach_impl()
|
| /linux/drivers/dma/ |
| H A D | of-dma.c | 333 return __dma_request_channel(&info->dma_cap, info->filter_fn, in of_dma_simple_xlate()
|
| H A D | acpi-dma.c | 460 return dma_request_channel(info->dma_cap, info->filter_fn, dma_spec); in acpi_dma_simple_xlate()
|
| H A D | sprd-dma.c | 1223 sprd_dma_info.dma_cap = sdev->dma_dev.cap_mask; in sprd_dma_probe()
|
| /linux/Documentation/networking/device_drivers/ethernet/stmicro/ |
| H A D | stmmac.rst | 690 - ``dma_cap``: To show the HW Capabilities
|
| /linux/drivers/dma/ti/ |
| H A D | omap-dma.c | 1820 omap_dma_info.dma_cap = od->ddev.cap_mask; in omap_dma_probe()
|