Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.h395 struct idpf_tx_queue **tx;
627 struct idpf_tx_queue { struct
681 libeth_cacheline_set_assert(struct idpf_tx_queue, 64, argument
907 struct idpf_tx_queue *txqs[IDPF_LARGE_MAX_Q];
1024 void idpf_tx_buf_hw_update(struct idpf_tx_queue *tx_q, u32 val,
1027 netdev_tx_t idpf_tx_drop_skb(struct idpf_tx_queue *tx_q, struct sk_buff *skb);
1028 void idpf_tx_dma_map_error(struct idpf_tx_queue *txq, struct sk_buff *skb,
1030 unsigned int idpf_tx_desc_count_required(struct idpf_tx_queue *txq,
1034 struct idpf_tx_queue *tx_q);
1040 static inline bool idpf_tx_maybe_stop_common(struct idpf_tx_queue *tx_q, in idpf_tx_maybe_stop_common()
H A Didpf_txrx.c76 static void idpf_tx_buf_rel_all(struct idpf_tx_queue *txq) in idpf_tx_buf_rel_all()
133 static void idpf_tx_desc_rel(struct idpf_tx_queue *txq) in idpf_tx_desc_rel()
243 struct idpf_tx_queue *tx_q) in idpf_tx_desc_alloc()
318 struct idpf_tx_queue *txq = vport->txq_grps[i].txqs[j]; in idpf_tx_desc_alloc_all()
1384 struct idpf_tx_queue *q = tx_qgrp->txqs[j]; in idpf_txq_group_alloc()
1987 struct idpf_tx_queue *tx_q; in idpf_tx_clean_complq()
2703 idpf_tx_splitq_get_ctx_desc(struct idpf_tx_queue *txq) in idpf_tx_splitq_get_ctx_desc()
2743 struct idpf_tx_queue *tx_q) in idpf_tx_splitq_frame()
2839 struct idpf_tx_queue *tx_q; in idpf_tx_start()
3675 struct idpf_tx_queue *txq = q_vector->tx[i]; in idpf_net_dim()
[all …]
H A Didpf_singleq_txrx.c192 static void idpf_tx_singleq_map(struct idpf_tx_queue *tx_q, in idpf_tx_singleq_map()
309 idpf_tx_singleq_get_ctx_desc(struct idpf_tx_queue *txq) in idpf_tx_singleq_get_ctx_desc()
329 static void idpf_tx_singleq_build_ctx_desc(struct idpf_tx_queue *txq, in idpf_tx_singleq_build_ctx_desc()
361 struct idpf_tx_queue *tx_q) in idpf_tx_singleq_frame()
428 static bool idpf_tx_singleq_clean(struct idpf_tx_queue *tx_q, int napi_budget, in idpf_tx_singleq_clean()
546 struct idpf_tx_queue *q; in idpf_tx_singleq_clean_all()
H A Didpf_ethtool.c444 IDPF_STAT(struct idpf_tx_queue, _name, _stat)
697 stats_sync = &((const struct idpf_tx_queue *)q)->stats_sync; in idpf_add_queue_stats()
832 struct idpf_tx_queue *txq = txq_grp->txqs[j]; in idpf_collect_queue_stats()
899 struct idpf_tx_queue *txq = txq_grp->txqs[j]; in idpf_get_ethtool_stats()
H A Didpf.h305 struct idpf_tx_queue **txqs;
H A Didpf_virtchnl.c1470 struct idpf_tx_queue *q = tx_qgrp->txqs[j]; in idpf_send_config_tx_queues_msg()