Home
last modified time | relevance | path

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

/linux/include/soc/tegra/
H A Divc.h97 dma_addr_t rx_phys, const struct iosys_map *tx, dma_addr_t tx_phys,
/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()
/linux/net/bluetooth/
H A Dhci_conn.c3015 static int bt_phy_le_phy(u32 phys, u8 *tx_phys, u8 *rx_phys) in bt_phy_le_phy()
3017 if (!tx_phys || !rx_phys) in bt_phy_le_phy()
3020 *tx_phys = 0; in bt_phy_le_phy()
3024 *tx_phys |= HCI_LE_SET_PHY_1M; in bt_phy_le_phy()
3030 *tx_phys |= HCI_LE_SET_PHY_2M; in bt_phy_le_phy()
3036 *tx_phys |= HCI_LE_SET_PHY_CODED; in bt_phy_le_phy()
3046 u8 tx_phys, rx_phys; in hci_conn_set_phy()
3064 if (bt_phy_le_phy(phys, &tx_phys, &rx_phys)) in hci_conn_set_phy()
3067 return hci_le_set_phy(conn, tx_phys, rx_phys); in abort_conn_sync()
3009 bt_phy_le_phy(u32 phys,u8 * tx_phys,u8 * rx_phys) bt_phy_le_phy() argument
3040 u8 tx_phys, rx_phys; hci_conn_set_phy() local
H A Dhci_sync.c4880 cp.tx_phys = HCI_LE_SET_PHY_1M; in hci_le_set_default_phy_sync()
4885 cp.tx_phys |= HCI_LE_SET_PHY_2M; in hci_le_set_default_phy_sync()
4891 cp.tx_phys |= HCI_LE_SET_PHY_CODED;
7537 int hci_le_set_phy(struct hci_conn *conn, u8 tx_phys, u8 rx_phys)
7549 cp->tx_phys = tx_phys;
7506 hci_le_set_phy(struct hci_conn * conn,u8 tx_phys,u8 rx_phys) hci_le_set_phy() argument
H A Dmgmt.c4201 cp_phy.tx_phys |= HCI_LE_SET_PHY_1M; in set_default_phy_sync()
4204 cp_phy.tx_phys |= HCI_LE_SET_PHY_2M; in set_default_phy_sync()
4207 cp_phy.tx_phys |= HCI_LE_SET_PHY_CODED; in set_default_phy_sync()
H A Dhci_event.c1398 hdev->le_tx_def_phys = cp->tx_phys; in hci_cc_le_set_default_phy()
2894 conn->le_tx_def_phys = cp->tx_phys; in hci_cs_le_set_phy()
/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()
/linux/drivers/tty/serial/
H A Datmel_serial.c137 dma_addr_t tx_phys; member
909 dma_unmap_single(port->dev, atmel_port->tx_phys, in atmel_release_tx_dma()
960 phys_addr = atmel_port->tx_phys + tail; in atmel_tx_dma()
992 dma_sync_single_for_device(port->dev, atmel_port->tx_phys, in atmel_tx_dma()
1037 atmel_port->tx_phys = dma_map_single(port->dev, tport->xmit_buf, in atmel_prepare_tx_dma()
1040 if (dma_mapping_error(port->dev, atmel_port->tx_phys)) { in atmel_prepare_tx_dma()
1046 &atmel_port->tx_phys); in atmel_prepare_tx_dma()
/linux/include/net/bluetooth/
H A Dhci_sync.h196 int hci_le_set_phy(struct hci_conn *conn, u8 tx_phys, u8 rx_phys);
H A Dhci.h1880 __u8 tx_phys; member
1892 __u8 tx_phys; member