Lines Matching refs:tx_index
117 unsigned int tx_index; member
156 unsigned int tx_index; member
526 "tx_index (H) - \t%u\n", qp->tx_index); in debugfs_read()
680 qp->tx_index = 0; in ntb_transport_setup_qp_mw()
919 qp->tx_index = 0; in ntb_qp_link_down_reset()
1747 entry->tx_index; in ntb_tx_copy_callback()
1815 dest = qp->tx_mw_dma_addr + qp->tx_max_frame * entry->tx_index; in ntb_async_tx_submit()
1868 entry->tx_index = qp->tx_index; in ntb_async_tx()
1869 offset = qp->tx_mw + qp->tx_max_frame * entry->tx_index; in ntb_async_tx()
1899 if (qp->tx_index == qp->remote_rx_info->entry) { in ntb_process_tx()
1915 qp->tx_index++; in ntb_process_tx()
1916 qp->tx_index %= qp->tx_max_entry; in ntb_process_tx()
2296 entry->tx_index = 0; in ntb_transport_tx_enqueue()
2420 unsigned int head = qp->tx_index; in ntb_transport_tx_free_entry()