/kernel/linux/linux-5.10/include/soc/tegra/ |
H A D | ivc.h | 95 dma_addr_t rx_phys, void *tx, dma_addr_t tx_phys,
|
/kernel/linux/linux-6.6/include/soc/tegra/ |
H A D | ivc.h | 97 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/ |
H A D | hip04_eth.c | 229 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()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/ |
H A D | hip04_eth.c | 229 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()
|
/kernel/linux/linux-5.10/drivers/firmware/tegra/ |
H A D | ivc.c | 613 dma_addr_t rx_phys, void *tx, dma_addr_t tx_phys, in tegra_ivc_init() 653 ivc->tx.phys = tx_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 D | ivc.c | 647 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys, in tegra_ivc_init() 687 ivc->tx.phys = tx_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-6.6/net/bluetooth/ |
H A D | hci_sync.c | 4550 cp.tx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync() 4555 cp.tx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync() 4561 cp.tx_phys |= HCI_LE_SET_PHY_CODED; in hci_le_set_default_phy_sync()
|
H A D | mgmt.c | 3973 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync() 3976 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync() 3979 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
|
H A D | hci_event.c | 1442 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci.h | 1674 __u8 tx_phys; member
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci.h | 1889 __u8 tx_phys; member
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | mgmt.c | 3585 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_phy_configuration() 3588 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_phy_configuration() 3591 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_phy_configuration()
|
H A D | hci_event.c | 1172 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()
|
H A D | hci_core.c | 894 cp.tx_phys = hdev->le_tx_def_phys; in hci_init4_req()
|