Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c2021 desc = &(txq)->flex_tx[0]; \
2065 tx_desc = &tx_q->flex_tx[ntc]; in idpf_tx_splitq_clean()
2066 next_pending_desc = &tx_q->flex_tx[end]; in idpf_tx_splitq_clean()
2646 tx_desc = &tx_q->flex_tx[i]; in idpf_tx_splitq_map()
2718 tx_desc = &tx_q->flex_tx[0]; in idpf_tx_splitq_map()
2748 tx_desc = &tx_q->flex_tx[0]; in idpf_tx_splitq_map()
H A Didpf_txrx.h646 union idpf_tx_flex_desc *flex_tx; member