Lines Matching refs:idpf_tx_queue

77 static void idpf_tx_buf_rel_all(struct idpf_tx_queue *txq)  in idpf_tx_buf_rel_all()
134 static void idpf_tx_desc_rel(struct idpf_tx_queue *txq) in idpf_tx_desc_rel()
196 static int idpf_tx_buf_alloc_all(struct idpf_tx_queue *tx_q) in idpf_tx_buf_alloc_all()
244 struct idpf_tx_queue *tx_q) in idpf_tx_desc_alloc()
319 struct idpf_tx_queue *txq = vport->txq_grps[i].txqs[j]; in idpf_tx_desc_alloc_all()
1393 struct idpf_tx_queue *q = tx_qgrp->txqs[j]; in idpf_txq_group_alloc()
1644 static void idpf_tx_handle_sw_marker(struct idpf_tx_queue *tx_q) in idpf_tx_handle_sw_marker()
1674 static void idpf_tx_read_tstamp(struct idpf_tx_queue *txq, struct sk_buff *skb) in idpf_tx_read_tstamp()
1708 static void idpf_tx_clean_stashed_bufs(struct idpf_tx_queue *txq, in idpf_tx_clean_stashed_bufs()
1746 static int idpf_stash_flow_sch_buffers(struct idpf_tx_queue *txq, in idpf_stash_flow_sch_buffers()
1815 static bool idpf_tx_splitq_clean(struct idpf_tx_queue *tx_q, u16 end, in idpf_tx_splitq_clean()
1908 static bool idpf_tx_clean_buf_ring(struct idpf_tx_queue *txq, u16 compl_tag, in idpf_tx_clean_buf_ring()
1992 static void idpf_tx_handle_rs_completion(struct idpf_tx_queue *txq, in idpf_tx_handle_rs_completion()
2039 struct idpf_tx_queue *tx_q; in idpf_tx_clean_complq()
2116 struct idpf_tx_queue *tx_q = complq->txq_grp->txqs[i]; in idpf_tx_clean_complq()
2190 static int idpf_txq_has_room(struct idpf_tx_queue *tx_q, u32 size) in idpf_txq_has_room()
2207 static int idpf_tx_maybe_stop_splitq(struct idpf_tx_queue *tx_q, in idpf_tx_maybe_stop_splitq()
2232 void idpf_tx_buf_hw_update(struct idpf_tx_queue *tx_q, u32 val, in idpf_tx_buf_hw_update()
2259 unsigned int idpf_tx_desc_count_required(struct idpf_tx_queue *txq, in idpf_tx_desc_count_required()
2306 void idpf_tx_dma_map_error(struct idpf_tx_queue *txq, struct sk_buff *skb, in idpf_tx_dma_map_error()
2355 static unsigned int idpf_tx_splitq_bump_ntu(struct idpf_tx_queue *txq, u16 ntu) in idpf_tx_splitq_bump_ntu()
2377 static void idpf_tx_splitq_map(struct idpf_tx_queue *tx_q, in idpf_tx_splitq_map()
2744 idpf_tx_splitq_get_ctx_desc(struct idpf_tx_queue *txq) in idpf_tx_splitq_get_ctx_desc()
2763 netdev_tx_t idpf_tx_drop_skb(struct idpf_tx_queue *tx_q, struct sk_buff *skb) in idpf_tx_drop_skb()
2785 static int idpf_tx_tstamp(struct idpf_tx_queue *tx_q, struct sk_buff *skb, in idpf_tx_tstamp()
2832 static int idpf_tx_tstamp(struct idpf_tx_queue *tx_q, struct sk_buff *skb, in idpf_tx_tstamp()
2851 struct idpf_tx_queue *tx_q) in idpf_tx_splitq_frame()
2953 struct idpf_tx_queue *tx_q; in idpf_tx_start()
3827 struct idpf_tx_queue *txq = q_vector->tx[i]; in idpf_net_dim()
4270 struct idpf_tx_queue *q; in idpf_vport_intr_map_vector_to_qs()