Searched refs:rx_phys (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/soc/tegra/
H A Divc.h97 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
/linux-master/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c237 dma_addr_t rx_phys[RX_DESC_NUM]; member in struct:hip04_priv
600 dma_unmap_single(priv->dev, priv->rx_phys[priv->rx_head],
602 priv->rx_phys[priv->rx_head] = 0;
634 priv->rx_phys[priv->rx_head] = phys;
742 priv->rx_phys[i] = phys;
772 if (priv->rx_phys[i]) {
773 dma_unmap_single(priv->dev, priv->rx_phys[i],
775 priv->rx_phys[i] = 0;
/linux-master/drivers/firmware/tegra/
H A Divc.c647 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
686 ivc->rx.phys = rx_phys;
646 tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, const struct iosys_map *rx, dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys, unsigned int num_frames, size_t frame_size, void (*notify)(struct tegra_ivc *ivc, void *data), void *data) argument
/linux-master/drivers/rapidio/devices/
H A Dtsi721.c2483 u64 rx_phys; local
2504 rx_phys = ((u64)le32_to_cpu(desc->bufptr_hi) << 32) |
2508 (rx_phys - (u64)priv->imsg_ring[mbox].buf_phys);
2527 free_ptr[priv->imsg_ring[mbox].fq_wrptr] = cpu_to_le64(rx_phys);
/linux-master/net/bluetooth/
H A Dhci_sync.c4674 cp.rx_phys = HCI_LE_SET_PHY_1M;
4679 cp.rx_phys |= HCI_LE_SET_PHY_2M;
4685 cp.rx_phys |= HCI_LE_SET_PHY_CODED;
H A Dmgmt.c4000 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M;
4003 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M;
4006 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED;
H A Dhci_event.c1439 hdev->le_rx_def_phys = cp->rx_phys;
/linux-master/include/net/bluetooth/
H A Dhci.h1911 __u8 rx_phys; member in struct:hci_cp_le_set_default_phy

Completed in 357 milliseconds