Home
last modified time | relevance | path

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

/linux/drivers/ntb/
H A Dntb_transport.c153 void __iomem *tx_mw; member
528 "tx_mw - \t0x%p\n", qp->tx_mw); in debugfs_read()
1223 qp->tx_mw = nt->mw_vec[mw_num].vbase + qp_offset; in ntb_transport_init_queue()
1224 if (!qp->tx_mw) in ntb_transport_init_queue()
1232 qp->rx_info = qp->tx_mw + tx_size; in ntb_transport_init_queue()
1773 qp->tx_mw + qp->tx_max_frame * in ntb_tx_copy_callback()
1896 offset = qp->tx_mw + qp->tx_max_frame * entry->tx_index; in ntb_async_tx()