Home
last modified time | relevance | path

Searched refs:remote_rx_info (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/ntb/
H A Dntb_transport.c146 struct ntb_rx_info *remote_rx_info; member
529 qp->remote_rx_info->entry); in debugfs_read()
645 qp->remote_rx_info = qp->rx_buff + rx_size; in ntb_transport_setup_qp_mw()
669 qp->remote_rx_info->entry = qp->rx_max_entry - 1; in ntb_transport_setup_qp_mw()
940 if (qp->remote_rx_info) in ntb_qp_link_down_reset()
941 qp->remote_rx_info->entry = qp->rx_max_entry - 1; in ntb_qp_link_down_reset()
1906 if (qp->tx_index == qp->remote_rx_info->entry) { in ntb_process_tx()
2432 unsigned int tail = qp->remote_rx_info->entry; in ntb_transport_tx_free_entry()
/kernel/linux/linux-6.6/drivers/ntb/
H A Dntb_transport.c146 struct ntb_rx_info *remote_rx_info; member
527 qp->remote_rx_info->entry); in debugfs_read()
643 qp->remote_rx_info = qp->rx_buff + rx_size; in ntb_transport_setup_qp_mw()
667 qp->remote_rx_info->entry = qp->rx_max_entry - 1; in ntb_transport_setup_qp_mw()
938 if (qp->remote_rx_info) in ntb_qp_link_down_reset()
939 qp->remote_rx_info->entry = qp->rx_max_entry - 1; in ntb_qp_link_down_reset()
2430 unsigned int tail = qp->remote_rx_info->entry; in ntb_transport_tx_free_entry()

Completed in 7 milliseconds