Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c36 uint8_t tx_ntb; /* If ntb device is tx port. */ member
436 if (fs.tx_ntb) { in start_iofwd_per_lcore()
620 fwd_streams[i * 2].tx_ntb = 1; in ntb_fwd_config_setup()
625 fwd_streams[i * 2 + 1].tx_ntb = 0; in ntb_fwd_config_setup()
642 fwd_streams[i].tx_ntb = 0; in ntb_fwd_config_setup()
655 fwd_streams[i].tx_ntb = 1; in ntb_fwd_config_setup()
712 fs->tx_ntb ? "Eth" : "NTB", fs->rx_port, in assign_stream_to_lcores()
713 fs->tx_ntb ? "NTB" : "Eth", fs->tx_port, in assign_stream_to_lcores()