Lines Matching defs:tx_q
62 static void idpf_tx_buf_rel(struct idpf_queue *tx_q, struct idpf_tx_buf *tx_buf) in idpf_tx_buf_rel()
165 static int idpf_tx_buf_alloc_all(struct idpf_queue *tx_q) in idpf_tx_buf_alloc_all()
211 static int idpf_tx_desc_alloc(struct idpf_queue *tx_q, bool bufq) in idpf_tx_desc_alloc()
1447 static void idpf_tx_handle_sw_marker(struct idpf_queue *tx_q) in idpf_tx_handle_sw_marker()
1476 static void idpf_tx_splitq_clean_hdr(struct idpf_queue *tx_q, in idpf_tx_splitq_clean_hdr()
1609 static void idpf_tx_splitq_clean(struct idpf_queue *tx_q, u16 end, in idpf_tx_splitq_clean()
1821 struct idpf_queue *tx_q; in idpf_tx_clean_complq() local
1900 struct idpf_queue *tx_q = complq->txq_grp->txqs[i]; in idpf_tx_clean_complq() local
1978 int idpf_tx_maybe_stop_common(struct idpf_queue *tx_q, unsigned int size) in idpf_tx_maybe_stop_common()
2001 static int idpf_tx_maybe_stop_splitq(struct idpf_queue *tx_q, in idpf_tx_maybe_stop_splitq()
2042 void idpf_tx_buf_hw_update(struct idpf_queue *tx_q, u32 val, in idpf_tx_buf_hw_update()
2183 static void idpf_tx_splitq_map(struct idpf_queue *tx_q, in idpf_tx_splitq_map()
2566 netdev_tx_t idpf_tx_drop_skb(struct idpf_queue *tx_q, struct sk_buff *skb) in idpf_tx_drop_skb()
2587 struct idpf_queue *tx_q) in idpf_tx_splitq_frame()
2684 struct idpf_queue *tx_q; in idpf_tx_splitq_start() local