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.c2037 desc = &(txq)->flex_tx[0]; \
2081 tx_desc = &tx_q->flex_tx[ntc]; in idpf_tx_splitq_clean()
2082 next_pending_desc = &tx_q->flex_tx[end]; in idpf_tx_splitq_clean()
2664 tx_desc = &tx_q->flex_tx[i]; in idpf_tx_splitq_map()
2736 tx_desc = &tx_q->flex_tx[0]; in idpf_tx_splitq_map()
2766 tx_desc = &tx_q->flex_tx[0]; in idpf_tx_splitq_map()
H A Didpf_txrx.h648 union idpf_tx_flex_desc *flex_tx; member