Searched refs:tx_phys (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/soc/tegra/ |
D | ivc.h | 103 dma_addr_t rx_phys, void *tx, dma_addr_t tx_phys,
|
/Linux-v4.19/drivers/net/ethernet/hisilicon/ |
D | hip04_eth.c | 165 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/ |
D | mtk_eth_soc.c | 405 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 …]
|
D | mtk_eth_soc.h | 580 dma_addr_t tx_phys; member
|
/Linux-v4.19/drivers/firmware/tegra/ |
D | ivc.c | 621 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/ |
D | hci.h | 1542 __u8 tx_phys; member
|
/Linux-v4.19/net/bluetooth/ |
D | mgmt.c | 3510 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()
|
D | hci_core.c | 854 cp.tx_phys = hdev->le_tx_def_phys; in hci_init4_req()
|
D | hci_event.c | 1061 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()
|