Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/soc/tegra/
H A Divc.h95 dma_addr_t rx_phys, void *tx, dma_addr_t tx_phys,
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c237 dma_addr_t rx_phys[RX_DESC_NUM]; member
600 dma_unmap_single(priv->dev, priv->rx_phys[priv->rx_head], in hip04_rx_poll()
602 priv->rx_phys[priv->rx_head] = 0; in hip04_rx_poll()
634 priv->rx_phys[priv->rx_head] = phys; in hip04_rx_poll()
742 priv->rx_phys[i] = phys; in hip04_mac_open()
772 if (priv->rx_phys[i]) { in hip04_mac_stop()
773 dma_unmap_single(priv->dev, priv->rx_phys[i], in hip04_mac_stop()
775 priv->rx_phys[i] = 0; in hip04_mac_stop()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c237 dma_addr_t rx_phys[RX_DESC_NUM]; member
600 dma_unmap_single(priv->dev, priv->rx_phys[priv->rx_head], in hip04_rx_poll()
602 priv->rx_phys[priv->rx_head] = 0; in hip04_rx_poll()
634 priv->rx_phys[priv->rx_head] = phys; in hip04_rx_poll()
742 priv->rx_phys[i] = phys; in hip04_mac_open()
772 if (priv->rx_phys[i]) { in hip04_mac_stop()
773 dma_unmap_single(priv->dev, priv->rx_phys[i], in hip04_mac_stop()
775 priv->rx_phys[i] = 0; in hip04_mac_stop()
/kernel/linux/linux-6.6/include/soc/tegra/
H A Divc.h97 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
/kernel/linux/linux-5.10/drivers/firmware/tegra/
H A Divc.c613 dma_addr_t rx_phys, void *tx, dma_addr_t tx_phys, in tegra_ivc_init()
652 ivc->rx.phys = rx_phys; in tegra_ivc_init()
612 tegra_ivc_init(struct tegra_ivc *ivc, struct device *peer, void *rx, dma_addr_t rx_phys, void *tx, dma_addr_t tx_phys, unsigned int num_frames, size_t frame_size, void (*notify)(struct tegra_ivc *ivc, void *data), void *data) tegra_ivc_init() argument
/kernel/linux/linux-6.6/drivers/firmware/tegra/
H A Divc.c647 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys, in tegra_ivc_init()
686 ivc->rx.phys = rx_phys; in tegra_ivc_init()
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) tegra_ivc_init() argument
/kernel/linux/linux-5.10/drivers/rapidio/devices/
H A Dtsi721.c2450 u64 rx_phys; in tsi721_get_inb_message() local
2471 rx_phys = ((u64)le32_to_cpu(desc->bufptr_hi) << 32) | in tsi721_get_inb_message()
2475 (rx_phys - (u64)priv->imsg_ring[mbox].buf_phys); in tsi721_get_inb_message()
2494 free_ptr[priv->imsg_ring[mbox].fq_wrptr] = cpu_to_le64(rx_phys); in tsi721_get_inb_message()
/kernel/linux/linux-6.6/drivers/rapidio/devices/
H A Dtsi721.c2450 u64 rx_phys; in tsi721_get_inb_message() local
2471 rx_phys = ((u64)le32_to_cpu(desc->bufptr_hi) << 32) | in tsi721_get_inb_message()
2475 (rx_phys - (u64)priv->imsg_ring[mbox].buf_phys); in tsi721_get_inb_message()
2494 free_ptr[priv->imsg_ring[mbox].fq_wrptr] = cpu_to_le64(rx_phys); in tsi721_get_inb_message()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sync.c4551 cp.rx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4556 cp.rx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
4562 cp.rx_phys |= HCI_LE_SET_PHY_CODED; in hci_le_set_default_phy_sync()
H A Dmgmt.c3982 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
3985 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
3988 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
H A Dhci_event.c1443 hdev->le_rx_def_phys = cp->rx_phys; in hci_cc_le_set_default_phy()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A Dhci.h1675 __u8 rx_phys; member
/kernel/linux/linux-6.6/include/net/bluetooth/
H A Dhci.h1890 __u8 rx_phys; member
/kernel/linux/linux-5.10/net/bluetooth/
H A Dmgmt.c3594 cp_phy.rx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration()
3597 cp_phy.rx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration()
3600 cp_phy.rx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
H A Dhci_event.c1173 hdev->le_rx_def_phys = cp->rx_phys; in hci_cc_le_set_default_phy()
H A Dhci_core.c895 cp.rx_phys = hdev->le_rx_def_phys; in hci_init4_req()

Completed in 71 milliseconds