Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/tegra/
H A Divc.h97 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
/openbmc/linux/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c229 dma_addr_t tx_phys[TX_DESC_NUM]; member
469 if (priv->tx_phys[tx_tail]) { in hip04_tx_reclaim()
470 dma_unmap_single(priv->dev, priv->tx_phys[tx_tail], in hip04_tx_reclaim()
473 priv->tx_phys[tx_tail] = 0; in hip04_tx_reclaim()
528 priv->tx_phys[tx_head] = phys; in hip04_mac_start_xmit()
/openbmc/linux/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() argument
687 ivc->tx.phys = tx_phys; in tegra_ivc_init()
/openbmc/linux/net/bluetooth/
H A Dhci_sync.c4736 cp.tx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4741 cp.tx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
4747 cp.tx_phys |= HCI_LE_SET_PHY_CODED; in hci_le_set_default_phy_sync()
H A Dmgmt.c4011 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
4014 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
4017 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
H A Dhci_event.c1383 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h1818 __u8 tx_phys; member