Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/szedata2/
H A Drte_eth_szedata2.c98 uint8_t tx_channel; member
709 sze_q->tx_channel); in eth_szedata2_tx()
950 uint32_t tx = 1 << txq->tx_channel; in eth_tx_queue_start()
1303 uint8_t tx_channel = internals->txq_base_id + tx_queue_id; in eth_tx_queue_setup() local
1305 uint32_t tx = 1 << tx_channel; in eth_tx_queue_setup()
1338 txq->tx_channel = tx_channel; in eth_tx_queue_setup()
1348 txq->tx_channel); in eth_tx_queue_setup()
/f-stack/freebsd/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h153 MESSAGE_TX_CHANNEL_T tx_channel; member