Home
last modified time | relevance | path

Searched refs:tx_phys (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/soc/tegra/
Divc.h103 dma_addr_t rx_phys, void *tx, dma_addr_t tx_phys,
/Linux-v4.19/drivers/net/ethernet/hisilicon/
Dhip04_eth.c165 dma_addr_t tx_phys[TX_DESC_NUM]; member
389 if (priv->tx_phys[tx_tail]) { in hip04_tx_reclaim()
390 dma_unmap_single(&ndev->dev, priv->tx_phys[tx_tail], in hip04_tx_reclaim()
393 priv->tx_phys[tx_tail] = 0; in hip04_tx_reclaim()
447 priv->tx_phys[tx_head] = phys; in hip04_mac_start_xmit()
/Linux-v4.19/drivers/staging/mt7621-eth/
Dmtk_eth_soc.c405 ring->tx_phys); in mtk_pdma_tx_clean()
426 ring->tx_phys); in mtk_qdma_tx_clean()
813 return ret + (desc - ring->tx_phys); in mtk_qdma_phys_to_virt()
1358 &ring->tx_phys, GFP_ATOMIC | __GFP_ZERO); in mtk_pdma_tx_alloc()
1377 mtk_reg_w32(eth, ring->tx_phys, MTK_REG_TX_BASE_PTR0); in mtk_pdma_tx_alloc()
1401 &ring->tx_phys, in mtk_qdma_tx_alloc_tx()
1408 u32 next_ptr = ring->tx_phys + next * sz; in mtk_qdma_tx_alloc_tx()
1429 mtk_w32(eth, ring->tx_phys, MTK_QTX_CTX_PTR); in mtk_qdma_tx_alloc_tx()
1430 mtk_w32(eth, ring->tx_phys, MTK_QTX_DTX_PTR); in mtk_qdma_tx_alloc_tx()
1432 ring->tx_phys + ((ring->tx_ring_size - 1) * sz), in mtk_qdma_tx_alloc_tx()
[all …]
Dmtk_eth_soc.h580 dma_addr_t tx_phys; member
/Linux-v4.19/drivers/firmware/tegra/
Divc.c621 dma_addr_t rx_phys, void *tx, dma_addr_t tx_phys, in tegra_ivc_init() argument
661 ivc->tx.phys = tx_phys; in tegra_ivc_init()
/Linux-v4.19/include/net/bluetooth/
Dhci.h1542 __u8 tx_phys; member
/Linux-v4.19/net/bluetooth/
Dmgmt.c3510 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
3513 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()
3516 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
Dhci_core.c854 cp.tx_phys = hdev->le_tx_def_phys; in hci_init4_req()
Dhci_event.c1061 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()