Home
last modified time | relevance | path

Searched refs:rx_phys (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/hisilicon/
Dhip04_eth.c173 dma_addr_t rx_phys[RX_DESC_NUM]; member
508 dma_unmap_single(&ndev->dev, priv->rx_phys[priv->rx_head], in hip04_rx_poll()
510 priv->rx_phys[priv->rx_head] = 0; in hip04_rx_poll()
542 priv->rx_phys[priv->rx_head] = phys; in hip04_rx_poll()
648 priv->rx_phys[i] = phys; in hip04_mac_open()
678 if (priv->rx_phys[i]) { in hip04_mac_stop()
679 dma_unmap_single(&ndev->dev, priv->rx_phys[i], in hip04_mac_stop()
681 priv->rx_phys[i] = 0; in hip04_mac_stop()
/Linux-v4.19/include/soc/tegra/
Divc.h103 dma_addr_t rx_phys, void *tx, dma_addr_t tx_phys,
/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
660 ivc->rx.phys = rx_phys; in tegra_ivc_init()
/Linux-v4.19/drivers/staging/mt7621-eth/
Dmtk_eth_soc.c305 ring->rx_phys); in mtk_clean_rx()
331 &ring->rx_phys, GFP_ATOMIC | __GFP_ZERO); in mtk_dma_rx_alloc()
1460 mtk_w32(eth, eth->rx_ring[ring].rx_phys, MTK_QRX_BASE_PTR0); in mtk_qdma_init()
1484 mtk_reg_w32(eth, eth->rx_ring[0].rx_phys, MTK_REG_RX_BASE_PTR0); in mtk_pdma_qdma_init()
1505 mtk_reg_w32(eth, ring->rx_phys, MTK_REG_RX_BASE_PTR0); in mtk_pdma_init()
Dmtk_eth_soc.h609 dma_addr_t rx_phys; member
/Linux-v4.19/drivers/rapidio/devices/
Dtsi721.c2463 u64 rx_phys; in tsi721_get_inb_message() local
2484 rx_phys = ((u64)le32_to_cpu(desc->bufptr_hi) << 32) | in tsi721_get_inb_message()
2488 (rx_phys - (u64)priv->imsg_ring[mbox].buf_phys); in tsi721_get_inb_message()
2507 free_ptr[priv->imsg_ring[mbox].fq_wrptr] = cpu_to_le64(rx_phys); in tsi721_get_inb_message()
/Linux-v4.19/include/net/bluetooth/
Dhci.h1543 __u8 rx_phys; member
/Linux-v4.19/net/bluetooth/
Dmgmt.c3519 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
3522 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()
3525 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
Dhci_core.c855 cp.rx_phys = hdev->le_rx_def_phys; in hci_init4_req()
Dhci_event.c1062 hdev->le_rx_def_phys = cp->rx_phys; in hci_cc_le_set_default_phy()