Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/intel/idpf/
Didpf_singleq_txrx.c211 tx_desc = &tx_q->base_tx[i]; in idpf_tx_singleq_map()
244 tx_desc = &tx_q->base_tx[0]; in idpf_tx_singleq_map()
268 tx_desc = &tx_q->base_tx[0]; in idpf_tx_singleq_map()
445 tx_desc = &tx_q->base_tx[ntc]; in idpf_tx_singleq_clean()
468 eop_desc = &tx_q->base_tx[tx_buf->rs_idx]; in idpf_tx_singleq_clean()
486 tx_desc = &tx_q->base_tx[0]; in idpf_tx_singleq_clean()
503 tx_desc = &tx_q->base_tx[0]; in idpf_tx_singleq_clean()
Didpf_txrx.h644 struct idpf_base_tx_desc *base_tx; member
Didpf_txrx.c252 tx_q->size = tx_q->desc_count * sizeof(*tx_q->base_tx); in idpf_tx_desc_alloc()